1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2195
+user: Proxies\__CG__\App\Entity\User {#2524 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Does-Nix-s-break-from-FHS-cause-problems"
+title: "Does Nix's break from FHS cause problems?"
+url: null
+body: """
I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
\n
I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 24
+favouriteCount: 36
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728934510 {#3177
date: 2024-10-14 21:35:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3144 …}
+votes: Doctrine\ORM\PersistentCollection {#3184 …}
+reports: Doctrine\ORM\PersistentCollection {#3186 …}
+favourites: Doctrine\ORM\PersistentCollection {#3188 …}
+notifications: Doctrine\ORM\PersistentCollection {#3190 …}
+badges: Doctrine\ORM\PersistentCollection {#3192 …}
+children: [
App\Entity\EntryComment {#2194
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2195 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2193 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2197 …}
+body: """
> If I am packaging software for gentoo, all I have to do is translate the build instructions from the project’s documentation to gentoo’s package recipe.\n
\n
It’s the same for Nixpkgs.\n
\n
> In nix, it seems that it is not that simple and you’ll have to do some exploration. Am I wrong?\n
\n
In well behaved build systems, it’s likely easier to package than most other distros. If it’s not as well behaved you will have to do some “exploration” and the complexity can get quite out of control if the build system is exceptionally terrible.\n
\n
Here is the package for the GNU `hello` program which uses a well-behaved build system:\n
\n
[github.com/NixOS/nixpkgs/blob/…/package.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)\n
\n
If you ignore the optional `passthru.tests`, this is very simple. You provide metadata, sources etc. to the generic `mkDerivation` function and that’s it. The most complex non-standard thing this derivation does is enable the build system’s tests.\n
\n
You don’t even need to run the provided build instructions because Nixpkgs’ stdenv abstracts those away. If it finds a makefile, it’ll automatically run `make` and `make install` with the correct flags for instance. Same for other standard build systems; if you pass `cmake` into `nativeBuildInputs`, it’ll attempt to build, install, check etc. using `cmake`’s standardised interfaces.\n
\n
If the build system is poorly behaved however (like for instance Anki’s), you will have to get into the weeds and do some rather advanced things:\n
\n
[github.com/NixOS/nixpkgs/blob/…/default.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)\n
\n
Luckily though, most packages aren’t like this.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706273137 {#2196
date: 2024-01-26 13:45:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@matcha_addict@lemy.lol"
"@chaorace@lemmy.sdf.org"
"@hackeryarn@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2205 …}
+nested: Doctrine\ORM\PersistentCollection {#2202 …}
+votes: Doctrine\ORM\PersistentCollection {#2210 …}
+reports: Doctrine\ORM\PersistentCollection {#2207 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2204 …}
-id: 341843
-bodyTs: "'/default.nix':256 '/nixos/nixpkgs/blob/':119,255 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':123 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':259 '/package.nix':120 'abstract':179 'advanc':251 'anki':237 'aren':264 'attempt':215 'automat':189 'away':181 'behav':57,76,114,232 'build':16,58,95,115,161,174,205,217,228 'check':219 'cmake':210,222 'complex':86,150 'control':92 'correct':197 'deriv':156 'distro':69 'document':22 'easier':63 'enabl':159 'etc':138,220 'even':168 'except':98 'explor':51,83 'find':184 'flag':198 'function':143 'generic':141 'gentoo':7,24 'get':88,243 'github.com':118,122,254,258 'github.com/nixos/nixpkgs/blob/':117,253 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':121 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':257 'gnu':106 'hello':107 'howev':233 'ignor':126 'instal':194,218 'instanc':200,236 'instruct':17,175 'interfac':225 'like':62,234,266 'll':46,188,214 'luckili':260 'make':191,193 'makefil':186 'metadata':136 'mkderiv':142 'nativebuildinput':212 'need':169 'nix':35 'nixpkg':33,177 'non':152 'non-standard':151 'option':128 'packag':4,26,65,103,263 'pass':209 'passthru.tests':129 'poor':231 'program':108 'project':20 'provid':135,173 'quit':89 'rather':250 'recip':27 'run':171,190 'seem':37 'simpl':43,133 'softwar':5 'sourc':137 'standard':153,204 'standardis':224 'stdenv':178 'system':59,96,116,162,206,229 'terribl':99 'test':164 'thing':154,252 'though':261 'translat':14 'use':110,221 'weed':246 'well':56,75,113 'well-behav':112 'wrong':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7750895"
+editedAt: null
+createdAt: DateTimeImmutable @1706273137 {#2199
date: 2024-01-26 13:45:37.0 +01:00
}
+"title": 341843
}
]
-id: 33062
-titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
-bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706299964
+visibility: "visible "
+apId: "https://lemy.lol/post/18607493"
+editedAt: null
+createdAt: DateTimeImmutable @1706213564 {#3165
date: 2024-01-25 21:12:44.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2195
+user: Proxies\__CG__\App\Entity\User {#2524 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Does-Nix-s-break-from-FHS-cause-problems"
+title: "Does Nix's break from FHS cause problems?"
+url: null
+body: """
I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
\n
I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 24
+favouriteCount: 36
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728934510 {#3177
date: 2024-10-14 21:35:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3144 …}
+votes: Doctrine\ORM\PersistentCollection {#3184 …}
+reports: Doctrine\ORM\PersistentCollection {#3186 …}
+favourites: Doctrine\ORM\PersistentCollection {#3188 …}
+notifications: Doctrine\ORM\PersistentCollection {#3190 …}
+badges: Doctrine\ORM\PersistentCollection {#3192 …}
+children: [
App\Entity\EntryComment {#2194
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2195 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2193 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2197 …}
+body: """
> If I am packaging software for gentoo, all I have to do is translate the build instructions from the project’s documentation to gentoo’s package recipe.\n
\n
It’s the same for Nixpkgs.\n
\n
> In nix, it seems that it is not that simple and you’ll have to do some exploration. Am I wrong?\n
\n
In well behaved build systems, it’s likely easier to package than most other distros. If it’s not as well behaved you will have to do some “exploration” and the complexity can get quite out of control if the build system is exceptionally terrible.\n
\n
Here is the package for the GNU `hello` program which uses a well-behaved build system:\n
\n
[github.com/NixOS/nixpkgs/blob/…/package.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)\n
\n
If you ignore the optional `passthru.tests`, this is very simple. You provide metadata, sources etc. to the generic `mkDerivation` function and that’s it. The most complex non-standard thing this derivation does is enable the build system’s tests.\n
\n
You don’t even need to run the provided build instructions because Nixpkgs’ stdenv abstracts those away. If it finds a makefile, it’ll automatically run `make` and `make install` with the correct flags for instance. Same for other standard build systems; if you pass `cmake` into `nativeBuildInputs`, it’ll attempt to build, install, check etc. using `cmake`’s standardised interfaces.\n
\n
If the build system is poorly behaved however (like for instance Anki’s), you will have to get into the weeds and do some rather advanced things:\n
\n
[github.com/NixOS/nixpkgs/blob/…/default.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)\n
\n
Luckily though, most packages aren’t like this.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706273137 {#2196
date: 2024-01-26 13:45:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@matcha_addict@lemy.lol"
"@chaorace@lemmy.sdf.org"
"@hackeryarn@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2205 …}
+nested: Doctrine\ORM\PersistentCollection {#2202 …}
+votes: Doctrine\ORM\PersistentCollection {#2210 …}
+reports: Doctrine\ORM\PersistentCollection {#2207 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2204 …}
-id: 341843
-bodyTs: "'/default.nix':256 '/nixos/nixpkgs/blob/':119,255 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':123 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':259 '/package.nix':120 'abstract':179 'advanc':251 'anki':237 'aren':264 'attempt':215 'automat':189 'away':181 'behav':57,76,114,232 'build':16,58,95,115,161,174,205,217,228 'check':219 'cmake':210,222 'complex':86,150 'control':92 'correct':197 'deriv':156 'distro':69 'document':22 'easier':63 'enabl':159 'etc':138,220 'even':168 'except':98 'explor':51,83 'find':184 'flag':198 'function':143 'generic':141 'gentoo':7,24 'get':88,243 'github.com':118,122,254,258 'github.com/nixos/nixpkgs/blob/':117,253 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':121 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':257 'gnu':106 'hello':107 'howev':233 'ignor':126 'instal':194,218 'instanc':200,236 'instruct':17,175 'interfac':225 'like':62,234,266 'll':46,188,214 'luckili':260 'make':191,193 'makefil':186 'metadata':136 'mkderiv':142 'nativebuildinput':212 'need':169 'nix':35 'nixpkg':33,177 'non':152 'non-standard':151 'option':128 'packag':4,26,65,103,263 'pass':209 'passthru.tests':129 'poor':231 'program':108 'project':20 'provid':135,173 'quit':89 'rather':250 'recip':27 'run':171,190 'seem':37 'simpl':43,133 'softwar':5 'sourc':137 'standard':153,204 'standardis':224 'stdenv':178 'system':59,96,116,162,206,229 'terribl':99 'test':164 'thing':154,252 'though':261 'translat':14 'use':110,221 'weed':246 'well':56,75,113 'well-behav':112 'wrong':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7750895"
+editedAt: null
+createdAt: DateTimeImmutable @1706273137 {#2199
date: 2024-01-26 13:45:37.0 +01:00
}
+"title": 341843
}
]
-id: 33062
-titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
-bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706299964
+visibility: "visible "
+apId: "https://lemy.lol/post/18607493"
+editedAt: null
+createdAt: DateTimeImmutable @1706213564 {#3165
date: 2024-01-25 21:12:44.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2195
+user: Proxies\__CG__\App\Entity\User {#2524 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Does-Nix-s-break-from-FHS-cause-problems"
+title: "Does Nix's break from FHS cause problems?"
+url: null
+body: """
I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
\n
I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 24
+favouriteCount: 36
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728934510 {#3177
date: 2024-10-14 21:35:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3144 …}
+votes: Doctrine\ORM\PersistentCollection {#3184 …}
+reports: Doctrine\ORM\PersistentCollection {#3186 …}
+favourites: Doctrine\ORM\PersistentCollection {#3188 …}
+notifications: Doctrine\ORM\PersistentCollection {#3190 …}
+badges: Doctrine\ORM\PersistentCollection {#3192 …}
+children: [
App\Entity\EntryComment {#2194
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2195 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2193 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2197 …}
+body: """
> If I am packaging software for gentoo, all I have to do is translate the build instructions from the project’s documentation to gentoo’s package recipe.\n
\n
It’s the same for Nixpkgs.\n
\n
> In nix, it seems that it is not that simple and you’ll have to do some exploration. Am I wrong?\n
\n
In well behaved build systems, it’s likely easier to package than most other distros. If it’s not as well behaved you will have to do some “exploration” and the complexity can get quite out of control if the build system is exceptionally terrible.\n
\n
Here is the package for the GNU `hello` program which uses a well-behaved build system:\n
\n
[github.com/NixOS/nixpkgs/blob/…/package.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)\n
\n
If you ignore the optional `passthru.tests`, this is very simple. You provide metadata, sources etc. to the generic `mkDerivation` function and that’s it. The most complex non-standard thing this derivation does is enable the build system’s tests.\n
\n
You don’t even need to run the provided build instructions because Nixpkgs’ stdenv abstracts those away. If it finds a makefile, it’ll automatically run `make` and `make install` with the correct flags for instance. Same for other standard build systems; if you pass `cmake` into `nativeBuildInputs`, it’ll attempt to build, install, check etc. using `cmake`’s standardised interfaces.\n
\n
If the build system is poorly behaved however (like for instance Anki’s), you will have to get into the weeds and do some rather advanced things:\n
\n
[github.com/NixOS/nixpkgs/blob/…/default.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)\n
\n
Luckily though, most packages aren’t like this.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706273137 {#2196
date: 2024-01-26 13:45:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@matcha_addict@lemy.lol"
"@chaorace@lemmy.sdf.org"
"@hackeryarn@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2205 …}
+nested: Doctrine\ORM\PersistentCollection {#2202 …}
+votes: Doctrine\ORM\PersistentCollection {#2210 …}
+reports: Doctrine\ORM\PersistentCollection {#2207 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2204 …}
-id: 341843
-bodyTs: "'/default.nix':256 '/nixos/nixpkgs/blob/':119,255 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':123 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':259 '/package.nix':120 'abstract':179 'advanc':251 'anki':237 'aren':264 'attempt':215 'automat':189 'away':181 'behav':57,76,114,232 'build':16,58,95,115,161,174,205,217,228 'check':219 'cmake':210,222 'complex':86,150 'control':92 'correct':197 'deriv':156 'distro':69 'document':22 'easier':63 'enabl':159 'etc':138,220 'even':168 'except':98 'explor':51,83 'find':184 'flag':198 'function':143 'generic':141 'gentoo':7,24 'get':88,243 'github.com':118,122,254,258 'github.com/nixos/nixpkgs/blob/':117,253 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':121 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':257 'gnu':106 'hello':107 'howev':233 'ignor':126 'instal':194,218 'instanc':200,236 'instruct':17,175 'interfac':225 'like':62,234,266 'll':46,188,214 'luckili':260 'make':191,193 'makefil':186 'metadata':136 'mkderiv':142 'nativebuildinput':212 'need':169 'nix':35 'nixpkg':33,177 'non':152 'non-standard':151 'option':128 'packag':4,26,65,103,263 'pass':209 'passthru.tests':129 'poor':231 'program':108 'project':20 'provid':135,173 'quit':89 'rather':250 'recip':27 'run':171,190 'seem':37 'simpl':43,133 'softwar':5 'sourc':137 'standard':153,204 'standardis':224 'stdenv':178 'system':59,96,116,162,206,229 'terribl':99 'test':164 'thing':154,252 'though':261 'translat':14 'use':110,221 'weed':246 'well':56,75,113 'well-behav':112 'wrong':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7750895"
+editedAt: null
+createdAt: DateTimeImmutable @1706273137 {#2199
date: 2024-01-26 13:45:37.0 +01:00
}
+"title": 341843
}
]
-id: 33062
-titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
-bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706299964
+visibility: "visible "
+apId: "https://lemy.lol/post/18607493"
+editedAt: null
+createdAt: DateTimeImmutable @1706213564 {#3165
date: 2024-01-25 21:12:44.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2194
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2195
+user: Proxies\__CG__\App\Entity\User {#2524 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Does-Nix-s-break-from-FHS-cause-problems"
+title: "Does Nix's break from FHS cause problems?"
+url: null
+body: """
I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
\n
I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 24
+favouriteCount: 36
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728934510 {#3177
date: 2024-10-14 21:35:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3144 …}
+votes: Doctrine\ORM\PersistentCollection {#3184 …}
+reports: Doctrine\ORM\PersistentCollection {#3186 …}
+favourites: Doctrine\ORM\PersistentCollection {#3188 …}
+notifications: Doctrine\ORM\PersistentCollection {#3190 …}
+badges: Doctrine\ORM\PersistentCollection {#3192 …}
+children: [
App\Entity\EntryComment {#2194}
]
-id: 33062
-titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
-bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706299964
+visibility: "visible "
+apId: "https://lemy.lol/post/18607493"
+editedAt: null
+createdAt: DateTimeImmutable @1706213564 {#3165
date: 2024-01-25 21:12:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2193 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2197 …}
+body: """
> If I am packaging software for gentoo, all I have to do is translate the build instructions from the project’s documentation to gentoo’s package recipe.\n
\n
It’s the same for Nixpkgs.\n
\n
> In nix, it seems that it is not that simple and you’ll have to do some exploration. Am I wrong?\n
\n
In well behaved build systems, it’s likely easier to package than most other distros. If it’s not as well behaved you will have to do some “exploration” and the complexity can get quite out of control if the build system is exceptionally terrible.\n
\n
Here is the package for the GNU `hello` program which uses a well-behaved build system:\n
\n
[github.com/NixOS/nixpkgs/blob/…/package.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)\n
\n
If you ignore the optional `passthru.tests`, this is very simple. You provide metadata, sources etc. to the generic `mkDerivation` function and that’s it. The most complex non-standard thing this derivation does is enable the build system’s tests.\n
\n
You don’t even need to run the provided build instructions because Nixpkgs’ stdenv abstracts those away. If it finds a makefile, it’ll automatically run `make` and `make install` with the correct flags for instance. Same for other standard build systems; if you pass `cmake` into `nativeBuildInputs`, it’ll attempt to build, install, check etc. using `cmake`’s standardised interfaces.\n
\n
If the build system is poorly behaved however (like for instance Anki’s), you will have to get into the weeds and do some rather advanced things:\n
\n
[github.com/NixOS/nixpkgs/blob/…/default.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)\n
\n
Luckily though, most packages aren’t like this.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706273137 {#2196
date: 2024-01-26 13:45:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@matcha_addict@lemy.lol"
"@chaorace@lemmy.sdf.org"
"@hackeryarn@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2205 …}
+nested: Doctrine\ORM\PersistentCollection {#2202 …}
+votes: Doctrine\ORM\PersistentCollection {#2210 …}
+reports: Doctrine\ORM\PersistentCollection {#2207 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2204 …}
-id: 341843
-bodyTs: "'/default.nix':256 '/nixos/nixpkgs/blob/':119,255 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':123 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':259 '/package.nix':120 'abstract':179 'advanc':251 'anki':237 'aren':264 'attempt':215 'automat':189 'away':181 'behav':57,76,114,232 'build':16,58,95,115,161,174,205,217,228 'check':219 'cmake':210,222 'complex':86,150 'control':92 'correct':197 'deriv':156 'distro':69 'document':22 'easier':63 'enabl':159 'etc':138,220 'even':168 'except':98 'explor':51,83 'find':184 'flag':198 'function':143 'generic':141 'gentoo':7,24 'get':88,243 'github.com':118,122,254,258 'github.com/nixos/nixpkgs/blob/':117,253 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':121 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':257 'gnu':106 'hello':107 'howev':233 'ignor':126 'instal':194,218 'instanc':200,236 'instruct':17,175 'interfac':225 'like':62,234,266 'll':46,188,214 'luckili':260 'make':191,193 'makefil':186 'metadata':136 'mkderiv':142 'nativebuildinput':212 'need':169 'nix':35 'nixpkg':33,177 'non':152 'non-standard':151 'option':128 'packag':4,26,65,103,263 'pass':209 'passthru.tests':129 'poor':231 'program':108 'project':20 'provid':135,173 'quit':89 'rather':250 'recip':27 'run':171,190 'seem':37 'simpl':43,133 'softwar':5 'sourc':137 'standard':153,204 'standardis':224 'stdenv':178 'system':59,96,116,162,206,229 'terribl':99 'test':164 'thing':154,252 'though':261 'translat':14 'use':110,221 'weed':246 'well':56,75,113 'well-behav':112 'wrong':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7750895"
+editedAt: null
+createdAt: DateTimeImmutable @1706273137 {#2199
date: 2024-01-26 13:45:37.0 +01:00
}
+"title": 341843
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#2194
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2195
+user: Proxies\__CG__\App\Entity\User {#2524 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Does-Nix-s-break-from-FHS-cause-problems"
+title: "Does Nix's break from FHS cause problems?"
+url: null
+body: """
I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
\n
I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 24
+favouriteCount: 36
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728934510 {#3177
date: 2024-10-14 21:35:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3144 …}
+votes: Doctrine\ORM\PersistentCollection {#3184 …}
+reports: Doctrine\ORM\PersistentCollection {#3186 …}
+favourites: Doctrine\ORM\PersistentCollection {#3188 …}
+notifications: Doctrine\ORM\PersistentCollection {#3190 …}
+badges: Doctrine\ORM\PersistentCollection {#3192 …}
+children: [
App\Entity\EntryComment {#2194}
]
-id: 33062
-titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
-bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706299964
+visibility: "visible "
+apId: "https://lemy.lol/post/18607493"
+editedAt: null
+createdAt: DateTimeImmutable @1706213564 {#3165
date: 2024-01-25 21:12:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2193 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2197 …}
+body: """
> If I am packaging software for gentoo, all I have to do is translate the build instructions from the project’s documentation to gentoo’s package recipe.\n
\n
It’s the same for Nixpkgs.\n
\n
> In nix, it seems that it is not that simple and you’ll have to do some exploration. Am I wrong?\n
\n
In well behaved build systems, it’s likely easier to package than most other distros. If it’s not as well behaved you will have to do some “exploration” and the complexity can get quite out of control if the build system is exceptionally terrible.\n
\n
Here is the package for the GNU `hello` program which uses a well-behaved build system:\n
\n
[github.com/NixOS/nixpkgs/blob/…/package.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)\n
\n
If you ignore the optional `passthru.tests`, this is very simple. You provide metadata, sources etc. to the generic `mkDerivation` function and that’s it. The most complex non-standard thing this derivation does is enable the build system’s tests.\n
\n
You don’t even need to run the provided build instructions because Nixpkgs’ stdenv abstracts those away. If it finds a makefile, it’ll automatically run `make` and `make install` with the correct flags for instance. Same for other standard build systems; if you pass `cmake` into `nativeBuildInputs`, it’ll attempt to build, install, check etc. using `cmake`’s standardised interfaces.\n
\n
If the build system is poorly behaved however (like for instance Anki’s), you will have to get into the weeds and do some rather advanced things:\n
\n
[github.com/NixOS/nixpkgs/blob/…/default.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)\n
\n
Luckily though, most packages aren’t like this.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706273137 {#2196
date: 2024-01-26 13:45:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@matcha_addict@lemy.lol"
"@chaorace@lemmy.sdf.org"
"@hackeryarn@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2205 …}
+nested: Doctrine\ORM\PersistentCollection {#2202 …}
+votes: Doctrine\ORM\PersistentCollection {#2210 …}
+reports: Doctrine\ORM\PersistentCollection {#2207 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2204 …}
-id: 341843
-bodyTs: "'/default.nix':256 '/nixos/nixpkgs/blob/':119,255 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':123 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':259 '/package.nix':120 'abstract':179 'advanc':251 'anki':237 'aren':264 'attempt':215 'automat':189 'away':181 'behav':57,76,114,232 'build':16,58,95,115,161,174,205,217,228 'check':219 'cmake':210,222 'complex':86,150 'control':92 'correct':197 'deriv':156 'distro':69 'document':22 'easier':63 'enabl':159 'etc':138,220 'even':168 'except':98 'explor':51,83 'find':184 'flag':198 'function':143 'generic':141 'gentoo':7,24 'get':88,243 'github.com':118,122,254,258 'github.com/nixos/nixpkgs/blob/':117,253 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':121 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':257 'gnu':106 'hello':107 'howev':233 'ignor':126 'instal':194,218 'instanc':200,236 'instruct':17,175 'interfac':225 'like':62,234,266 'll':46,188,214 'luckili':260 'make':191,193 'makefil':186 'metadata':136 'mkderiv':142 'nativebuildinput':212 'need':169 'nix':35 'nixpkg':33,177 'non':152 'non-standard':151 'option':128 'packag':4,26,65,103,263 'pass':209 'passthru.tests':129 'poor':231 'program':108 'project':20 'provid':135,173 'quit':89 'rather':250 'recip':27 'run':171,190 'seem':37 'simpl':43,133 'softwar':5 'sourc':137 'standard':153,204 'standardis':224 'stdenv':178 'system':59,96,116,162,206,229 'terribl':99 'test':164 'thing':154,252 'though':261 'translat':14 'use':110,221 'weed':246 'well':56,75,113 'well-behav':112 'wrong':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7750895"
+editedAt: null
+createdAt: DateTimeImmutable @1706273137 {#2199
date: 2024-01-26 13:45:37.0 +01:00
}
+"title": 341843
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2194
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2195
+user: Proxies\__CG__\App\Entity\User {#2524 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Does-Nix-s-break-from-FHS-cause-problems"
+title: "Does Nix's break from FHS cause problems?"
+url: null
+body: """
I know that a lot of what Nix does is working around its break from FHS, but I can imagine there are still things that seep through. Are there any unsolvable problems due to this?\n
\n
I saw [on this post](https://jorel.dev/NixOS4Noobs/fhs.html) that it is possible to use FHS on Nix. Does this solve all potential issues then?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 24
+favouriteCount: 36
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728934510 {#3177
date: 2024-10-14 21:35:10.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3144 …}
+votes: Doctrine\ORM\PersistentCollection {#3184 …}
+reports: Doctrine\ORM\PersistentCollection {#3186 …}
+favourites: Doctrine\ORM\PersistentCollection {#3188 …}
+notifications: Doctrine\ORM\PersistentCollection {#3190 …}
+badges: Doctrine\ORM\PersistentCollection {#3192 …}
+children: [
App\Entity\EntryComment {#2194}
]
-id: 33062
-titleTs: "'break':4 'caus':7 'fhs':6 'nix':2 'problem':8"
-bodyTs: "'/nixos4noobs/fhs.html)':43 'around':12 'break':14 'due':33 'fhs':16,50 'imagin':20 'issu':58 'jorel.dev':42 'jorel.dev/nixos4noobs/fhs.html)':41 'know':2 'lot':5 'nix':8,52 'possibl':47 'post':40 'potenti':57 'problem':32 'saw':37 'seep':26 'solv':55 'still':23 'thing':24 'unsolv':31 'use':49 'work':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706299964
+visibility: "visible "
+apId: "https://lemy.lol/post/18607493"
+editedAt: null
+createdAt: DateTimeImmutable @1706213564 {#3165
date: 2024-01-25 21:12:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2193 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2197 …}
+body: """
> If I am packaging software for gentoo, all I have to do is translate the build instructions from the project’s documentation to gentoo’s package recipe.\n
\n
It’s the same for Nixpkgs.\n
\n
> In nix, it seems that it is not that simple and you’ll have to do some exploration. Am I wrong?\n
\n
In well behaved build systems, it’s likely easier to package than most other distros. If it’s not as well behaved you will have to do some “exploration” and the complexity can get quite out of control if the build system is exceptionally terrible.\n
\n
Here is the package for the GNU `hello` program which uses a well-behaved build system:\n
\n
[github.com/NixOS/nixpkgs/blob/…/package.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)\n
\n
If you ignore the optional `passthru.tests`, this is very simple. You provide metadata, sources etc. to the generic `mkDerivation` function and that’s it. The most complex non-standard thing this derivation does is enable the build system’s tests.\n
\n
You don’t even need to run the provided build instructions because Nixpkgs’ stdenv abstracts those away. If it finds a makefile, it’ll automatically run `make` and `make install` with the correct flags for instance. Same for other standard build systems; if you pass `cmake` into `nativeBuildInputs`, it’ll attempt to build, install, check etc. using `cmake`’s standardised interfaces.\n
\n
If the build system is poorly behaved however (like for instance Anki’s), you will have to get into the weeds and do some rather advanced things:\n
\n
[github.com/NixOS/nixpkgs/blob/…/default.nix](https://github.com/NixOS/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)\n
\n
Luckily though, most packages aren’t like this.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706273137 {#2196
date: 2024-01-26 13:45:37.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@matcha_addict@lemy.lol"
"@chaorace@lemmy.sdf.org"
"@hackeryarn@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2205 …}
+nested: Doctrine\ORM\PersistentCollection {#2202 …}
+votes: Doctrine\ORM\PersistentCollection {#2210 …}
+reports: Doctrine\ORM\PersistentCollection {#2207 …}
+favourites: Doctrine\ORM\PersistentCollection {#2208 …}
+notifications: Doctrine\ORM\PersistentCollection {#2204 …}
-id: 341843
-bodyTs: "'/default.nix':256 '/nixos/nixpkgs/blob/':119,255 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':123 '/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':259 '/package.nix':120 'abstract':179 'advanc':251 'anki':237 'aren':264 'attempt':215 'automat':189 'away':181 'behav':57,76,114,232 'build':16,58,95,115,161,174,205,217,228 'check':219 'cmake':210,222 'complex':86,150 'control':92 'correct':197 'deriv':156 'distro':69 'document':22 'easier':63 'enabl':159 'etc':138,220 'even':168 'except':98 'explor':51,83 'find':184 'flag':198 'function':143 'generic':141 'gentoo':7,24 'get':88,243 'github.com':118,122,254,258 'github.com/nixos/nixpkgs/blob/':117,253 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/by-name/he/hello/package.nix)':121 'github.com/nixos/nixpkgs/blob/94b11073db6a7ca5733bc2d45378d800d9542975/pkgs/games/anki/default.nix)':257 'gnu':106 'hello':107 'howev':233 'ignor':126 'instal':194,218 'instanc':200,236 'instruct':17,175 'interfac':225 'like':62,234,266 'll':46,188,214 'luckili':260 'make':191,193 'makefil':186 'metadata':136 'mkderiv':142 'nativebuildinput':212 'need':169 'nix':35 'nixpkg':33,177 'non':152 'non-standard':151 'option':128 'packag':4,26,65,103,263 'pass':209 'passthru.tests':129 'poor':231 'program':108 'project':20 'provid':135,173 'quit':89 'rather':250 'recip':27 'run':171,190 'seem':37 'simpl':43,133 'softwar':5 'sourc':137 'standard':153,204 'standardis':224 'stdenv':178 'system':59,96,116,162,206,229 'terribl':99 'test':164 'thing':154,252 'though':261 'translat':14 'use':110,221 'weed':246 'well':56,75,113 'well-behav':112 'wrong':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7750895"
+editedAt: null
+createdAt: DateTimeImmutable @1706273137 {#2199
date: 2024-01-26 13:45:37.0 +01:00
}
+"title": 341843
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2257
+user: Proxies\__CG__\App\Entity\User {#2738 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-OS-or-FOSS-SMS-app-do-you-use-that"
+title: "What OS or FOSS SMS app do you use that supports RCS?"
+url: null
+body: "I mostly use Signal with family and friends. For all else, I have used Google messages and the default app."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 21
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728951846 {#2770
date: 2024-10-15 02:24:06.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2775 …}
+votes: Doctrine\ORM\PersistentCollection {#2778 …}
+reports: Doctrine\ORM\PersistentCollection {#2780 …}
+favourites: Doctrine\ORM\PersistentCollection {#2782 …}
+notifications: Doctrine\ORM\PersistentCollection {#2784 …}
+badges: Doctrine\ORM\PersistentCollection {#2786 …}
+children: [
App\Entity\EntryComment {#2266
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2257 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2268 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2267 …}
+body: "Synapse is AGPL-3.0."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706278884 {#2211
date: 2024-01-26 15:21:24.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Sensitivezombie@lemmy.zip"
"@mulcahey@lemmy.world"
"@ganoo@sh.itjust.works"
"@lemmyreader@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2273 …}
+nested: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2190 …}
+reports: Doctrine\ORM\PersistentCollection {#2265 …}
+favourites: Doctrine\ORM\PersistentCollection {#2263 …}
+notifications: Doctrine\ORM\PersistentCollection {#2235 …}
-id: 342033
-bodyTs: "'-3.0':4 'agpl':3 'synaps':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7752749"
+editedAt: null
+createdAt: DateTimeImmutable @1706278884 {#2270
date: 2024-01-26 15:21:24.0 +01:00
}
+"title": 342033
}
]
-id: 32815
-titleTs: "'app':6 'foss':4 'os':2 'rcs':12 'sms':5 'support':11 'use':9"
-bodyTs: "'app':20 'default':19 'els':11 'famili':6 'friend':8 'googl':15 'messag':16 'most':2 'signal':4 'use':3,14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706199266
+visibility: "visible "
+apId: "https://lemmy.zip/post/8895731"
+editedAt: null
+createdAt: DateTimeImmutable @1706112866 {#2758
date: 2024-01-24 17:14:26.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2257
+user: Proxies\__CG__\App\Entity\User {#2738 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-OS-or-FOSS-SMS-app-do-you-use-that"
+title: "What OS or FOSS SMS app do you use that supports RCS?"
+url: null
+body: "I mostly use Signal with family and friends. For all else, I have used Google messages and the default app."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 21
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728951846 {#2770
date: 2024-10-15 02:24:06.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2775 …}
+votes: Doctrine\ORM\PersistentCollection {#2778 …}
+reports: Doctrine\ORM\PersistentCollection {#2780 …}
+favourites: Doctrine\ORM\PersistentCollection {#2782 …}
+notifications: Doctrine\ORM\PersistentCollection {#2784 …}
+badges: Doctrine\ORM\PersistentCollection {#2786 …}
+children: [
App\Entity\EntryComment {#2266
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2257 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2268 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2267 …}
+body: "Synapse is AGPL-3.0."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706278884 {#2211
date: 2024-01-26 15:21:24.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Sensitivezombie@lemmy.zip"
"@mulcahey@lemmy.world"
"@ganoo@sh.itjust.works"
"@lemmyreader@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2273 …}
+nested: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2190 …}
+reports: Doctrine\ORM\PersistentCollection {#2265 …}
+favourites: Doctrine\ORM\PersistentCollection {#2263 …}
+notifications: Doctrine\ORM\PersistentCollection {#2235 …}
-id: 342033
-bodyTs: "'-3.0':4 'agpl':3 'synaps':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7752749"
+editedAt: null
+createdAt: DateTimeImmutable @1706278884 {#2270
date: 2024-01-26 15:21:24.0 +01:00
}
+"title": 342033
}
]
-id: 32815
-titleTs: "'app':6 'foss':4 'os':2 'rcs':12 'sms':5 'support':11 'use':9"
-bodyTs: "'app':20 'default':19 'els':11 'famili':6 'friend':8 'googl':15 'messag':16 'most':2 'signal':4 'use':3,14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706199266
+visibility: "visible "
+apId: "https://lemmy.zip/post/8895731"
+editedAt: null
+createdAt: DateTimeImmutable @1706112866 {#2758
date: 2024-01-24 17:14:26.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2257
+user: Proxies\__CG__\App\Entity\User {#2738 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-OS-or-FOSS-SMS-app-do-you-use-that"
+title: "What OS or FOSS SMS app do you use that supports RCS?"
+url: null
+body: "I mostly use Signal with family and friends. For all else, I have used Google messages and the default app."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 21
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728951846 {#2770
date: 2024-10-15 02:24:06.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2775 …}
+votes: Doctrine\ORM\PersistentCollection {#2778 …}
+reports: Doctrine\ORM\PersistentCollection {#2780 …}
+favourites: Doctrine\ORM\PersistentCollection {#2782 …}
+notifications: Doctrine\ORM\PersistentCollection {#2784 …}
+badges: Doctrine\ORM\PersistentCollection {#2786 …}
+children: [
App\Entity\EntryComment {#2266
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2257 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2268 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2267 …}
+body: "Synapse is AGPL-3.0."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706278884 {#2211
date: 2024-01-26 15:21:24.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Sensitivezombie@lemmy.zip"
"@mulcahey@lemmy.world"
"@ganoo@sh.itjust.works"
"@lemmyreader@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2273 …}
+nested: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2190 …}
+reports: Doctrine\ORM\PersistentCollection {#2265 …}
+favourites: Doctrine\ORM\PersistentCollection {#2263 …}
+notifications: Doctrine\ORM\PersistentCollection {#2235 …}
-id: 342033
-bodyTs: "'-3.0':4 'agpl':3 'synaps':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7752749"
+editedAt: null
+createdAt: DateTimeImmutable @1706278884 {#2270
date: 2024-01-26 15:21:24.0 +01:00
}
+"title": 342033
}
]
-id: 32815
-titleTs: "'app':6 'foss':4 'os':2 'rcs':12 'sms':5 'support':11 'use':9"
-bodyTs: "'app':20 'default':19 'els':11 'famili':6 'friend':8 'googl':15 'messag':16 'most':2 'signal':4 'use':3,14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706199266
+visibility: "visible "
+apId: "https://lemmy.zip/post/8895731"
+editedAt: null
+createdAt: DateTimeImmutable @1706112866 {#2758
date: 2024-01-24 17:14:26.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2266
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2257
+user: Proxies\__CG__\App\Entity\User {#2738 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-OS-or-FOSS-SMS-app-do-you-use-that"
+title: "What OS or FOSS SMS app do you use that supports RCS?"
+url: null
+body: "I mostly use Signal with family and friends. For all else, I have used Google messages and the default app."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 21
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728951846 {#2770
date: 2024-10-15 02:24:06.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2775 …}
+votes: Doctrine\ORM\PersistentCollection {#2778 …}
+reports: Doctrine\ORM\PersistentCollection {#2780 …}
+favourites: Doctrine\ORM\PersistentCollection {#2782 …}
+notifications: Doctrine\ORM\PersistentCollection {#2784 …}
+badges: Doctrine\ORM\PersistentCollection {#2786 …}
+children: [
App\Entity\EntryComment {#2266}
]
-id: 32815
-titleTs: "'app':6 'foss':4 'os':2 'rcs':12 'sms':5 'support':11 'use':9"
-bodyTs: "'app':20 'default':19 'els':11 'famili':6 'friend':8 'googl':15 'messag':16 'most':2 'signal':4 'use':3,14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706199266
+visibility: "visible "
+apId: "https://lemmy.zip/post/8895731"
+editedAt: null
+createdAt: DateTimeImmutable @1706112866 {#2758
date: 2024-01-24 17:14:26.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2268 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2267 …}
+body: "Synapse is AGPL-3.0."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706278884 {#2211
date: 2024-01-26 15:21:24.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Sensitivezombie@lemmy.zip"
"@mulcahey@lemmy.world"
"@ganoo@sh.itjust.works"
"@lemmyreader@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2273 …}
+nested: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2190 …}
+reports: Doctrine\ORM\PersistentCollection {#2265 …}
+favourites: Doctrine\ORM\PersistentCollection {#2263 …}
+notifications: Doctrine\ORM\PersistentCollection {#2235 …}
-id: 342033
-bodyTs: "'-3.0':4 'agpl':3 'synaps':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7752749"
+editedAt: null
+createdAt: DateTimeImmutable @1706278884 {#2270
date: 2024-01-26 15:21:24.0 +01:00
}
+"title": 342033
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#2266
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2257
+user: Proxies\__CG__\App\Entity\User {#2738 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-OS-or-FOSS-SMS-app-do-you-use-that"
+title: "What OS or FOSS SMS app do you use that supports RCS?"
+url: null
+body: "I mostly use Signal with family and friends. For all else, I have used Google messages and the default app."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 21
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728951846 {#2770
date: 2024-10-15 02:24:06.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2775 …}
+votes: Doctrine\ORM\PersistentCollection {#2778 …}
+reports: Doctrine\ORM\PersistentCollection {#2780 …}
+favourites: Doctrine\ORM\PersistentCollection {#2782 …}
+notifications: Doctrine\ORM\PersistentCollection {#2784 …}
+badges: Doctrine\ORM\PersistentCollection {#2786 …}
+children: [
App\Entity\EntryComment {#2266}
]
-id: 32815
-titleTs: "'app':6 'foss':4 'os':2 'rcs':12 'sms':5 'support':11 'use':9"
-bodyTs: "'app':20 'default':19 'els':11 'famili':6 'friend':8 'googl':15 'messag':16 'most':2 'signal':4 'use':3,14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706199266
+visibility: "visible "
+apId: "https://lemmy.zip/post/8895731"
+editedAt: null
+createdAt: DateTimeImmutable @1706112866 {#2758
date: 2024-01-24 17:14:26.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2268 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2267 …}
+body: "Synapse is AGPL-3.0."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706278884 {#2211
date: 2024-01-26 15:21:24.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Sensitivezombie@lemmy.zip"
"@mulcahey@lemmy.world"
"@ganoo@sh.itjust.works"
"@lemmyreader@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2273 …}
+nested: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2190 …}
+reports: Doctrine\ORM\PersistentCollection {#2265 …}
+favourites: Doctrine\ORM\PersistentCollection {#2263 …}
+notifications: Doctrine\ORM\PersistentCollection {#2235 …}
-id: 342033
-bodyTs: "'-3.0':4 'agpl':3 'synaps':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7752749"
+editedAt: null
+createdAt: DateTimeImmutable @1706278884 {#2270
date: 2024-01-26 15:21:24.0 +01:00
}
+"title": 342033
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2266
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2257
+user: Proxies\__CG__\App\Entity\User {#2738 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-OS-or-FOSS-SMS-app-do-you-use-that"
+title: "What OS or FOSS SMS app do you use that supports RCS?"
+url: null
+body: "I mostly use Signal with family and friends. For all else, I have used Google messages and the default app."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 21
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728951846 {#2770
date: 2024-10-15 02:24:06.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2775 …}
+votes: Doctrine\ORM\PersistentCollection {#2778 …}
+reports: Doctrine\ORM\PersistentCollection {#2780 …}
+favourites: Doctrine\ORM\PersistentCollection {#2782 …}
+notifications: Doctrine\ORM\PersistentCollection {#2784 …}
+badges: Doctrine\ORM\PersistentCollection {#2786 …}
+children: [
App\Entity\EntryComment {#2266}
]
-id: 32815
-titleTs: "'app':6 'foss':4 'os':2 'rcs':12 'sms':5 'support':11 'use':9"
-bodyTs: "'app':20 'default':19 'els':11 'famili':6 'friend':8 'googl':15 'messag':16 'most':2 'signal':4 'use':3,14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706199266
+visibility: "visible "
+apId: "https://lemmy.zip/post/8895731"
+editedAt: null
+createdAt: DateTimeImmutable @1706112866 {#2758
date: 2024-01-24 17:14:26.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2268 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2267 …}
+body: "Synapse is AGPL-3.0."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706278884 {#2211
date: 2024-01-26 15:21:24.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Sensitivezombie@lemmy.zip"
"@mulcahey@lemmy.world"
"@ganoo@sh.itjust.works"
"@lemmyreader@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2273 …}
+nested: Doctrine\ORM\PersistentCollection {#2274 …}
+votes: Doctrine\ORM\PersistentCollection {#2190 …}
+reports: Doctrine\ORM\PersistentCollection {#2265 …}
+favourites: Doctrine\ORM\PersistentCollection {#2263 …}
+notifications: Doctrine\ORM\PersistentCollection {#2235 …}
-id: 342033
-bodyTs: "'-3.0':4 'agpl':3 'synaps':1"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7752749"
+editedAt: null
+createdAt: DateTimeImmutable @1706278884 {#2270
date: 2024-01-26 15:21:24.0 +01:00
}
+"title": 342033
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Post {#2641
+user: Proxies\__CG__\App\Entity\User {#2773 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
+body: """
Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
\n
1. Continue on Win 10 but with higher security risks. \n
2. Buy new and expensive hardware that supports Win11. \n
3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
\n
@nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
"""
+lang: "en"
+commentCount: 138
+favouriteCount: 391
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729559413 {#2806
date: 2024-10-22 03:10:13.0 +02:00
}
+ip: null
+tags: [
"windows10"
"linux"
"linuxmint"
]
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
]
+comments: Doctrine\ORM\PersistentCollection {#2811 …}
+votes: Doctrine\ORM\PersistentCollection {#2814 …}
+reports: Doctrine\ORM\PersistentCollection {#2816 …}
+favourites: Doctrine\ORM\PersistentCollection {#2848 …}
+notifications: Doctrine\ORM\PersistentCollection {#2844 …}
+children: [
App\Entity\PostComment {#2239
+user: App\Entity\User {#264 …}
+post: Proxies\__CG__\App\Entity\Post {#2641 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+parent: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+root: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+image: null
+body: "Some Adobe stuff runs in a web browser nowadays through WASM but if you’ve submitted to Adobe, Linux likely won’t be a possibility."
+lang: "en"
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706176643 {#2595
date: 2024-01-25 10:57:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
"@ajayiyer@mastodon.social"
"@diykeyboards@lemmy.world"
]
+isAdult: false
+updateMark: false
+children: Doctrine\ORM\PersistentCollection {#2596 …}
+nested: Doctrine\ORM\PersistentCollection {#2608 …}
+votes: Doctrine\ORM\PersistentCollection {#2610 …}
+reports: Doctrine\ORM\PersistentCollection {#2612 …}
+favourites: Doctrine\ORM\PersistentCollection {#2646 …}
+notifications: Doctrine\ORM\PersistentCollection {#2643 …}
-id: 1210
-bodyTs: "'adob':2,18 'browser':8 'like':20 'linux':19 'nowaday':9 'possibl':25 'run':4 'stuff':3 'submit':16 've':15 'wasm':11 'web':7 'won':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7710409"
+editedAt: null
+createdAt: DateTimeImmutable @1706176643 {#2552
date: 2024-01-25 10:57:23.0 +01:00
}
+"title": 1210
}
]
-id: 365
-bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
+upVotes: 0
+downVotes: 0
+ranking: 1706171905
+visibility: "visible "
+apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
+editedAt: null
+createdAt: DateTimeImmutable @1706085505 {#2794
date: 2024-01-24 09:38:25.0 +01:00
}
+__isInitialized__: true
+"title": 365
…2
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Post {#2641
+user: Proxies\__CG__\App\Entity\User {#2773 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
+body: """
Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
\n
1. Continue on Win 10 but with higher security risks. \n
2. Buy new and expensive hardware that supports Win11. \n
3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
\n
@nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
"""
+lang: "en"
+commentCount: 138
+favouriteCount: 391
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729559413 {#2806
date: 2024-10-22 03:10:13.0 +02:00
}
+ip: null
+tags: [
"windows10"
"linux"
"linuxmint"
]
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
]
+comments: Doctrine\ORM\PersistentCollection {#2811 …}
+votes: Doctrine\ORM\PersistentCollection {#2814 …}
+reports: Doctrine\ORM\PersistentCollection {#2816 …}
+favourites: Doctrine\ORM\PersistentCollection {#2848 …}
+notifications: Doctrine\ORM\PersistentCollection {#2844 …}
+children: [
App\Entity\PostComment {#2239
+user: App\Entity\User {#264 …}
+post: Proxies\__CG__\App\Entity\Post {#2641 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+parent: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+root: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+image: null
+body: "Some Adobe stuff runs in a web browser nowadays through WASM but if you’ve submitted to Adobe, Linux likely won’t be a possibility."
+lang: "en"
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706176643 {#2595
date: 2024-01-25 10:57:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
"@ajayiyer@mastodon.social"
"@diykeyboards@lemmy.world"
]
+isAdult: false
+updateMark: false
+children: Doctrine\ORM\PersistentCollection {#2596 …}
+nested: Doctrine\ORM\PersistentCollection {#2608 …}
+votes: Doctrine\ORM\PersistentCollection {#2610 …}
+reports: Doctrine\ORM\PersistentCollection {#2612 …}
+favourites: Doctrine\ORM\PersistentCollection {#2646 …}
+notifications: Doctrine\ORM\PersistentCollection {#2643 …}
-id: 1210
-bodyTs: "'adob':2,18 'browser':8 'like':20 'linux':19 'nowaday':9 'possibl':25 'run':4 'stuff':3 'submit':16 've':15 'wasm':11 'web':7 'won':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7710409"
+editedAt: null
+createdAt: DateTimeImmutable @1706176643 {#2552
date: 2024-01-25 10:57:23.0 +01:00
}
+"title": 1210
}
]
-id: 365
-bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
+upVotes: 0
+downVotes: 0
+ranking: 1706171905
+visibility: "visible "
+apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
+editedAt: null
+createdAt: DateTimeImmutable @1706085505 {#2794
date: 2024-01-24 09:38:25.0 +01:00
}
+__isInitialized__: true
+"title": 365
…2
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Post {#2641
+user: Proxies\__CG__\App\Entity\User {#2773 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
+body: """
Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
\n
1. Continue on Win 10 but with higher security risks. \n
2. Buy new and expensive hardware that supports Win11. \n
3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
\n
@nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
"""
+lang: "en"
+commentCount: 138
+favouriteCount: 391
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729559413 {#2806
date: 2024-10-22 03:10:13.0 +02:00
}
+ip: null
+tags: [
"windows10"
"linux"
"linuxmint"
]
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
]
+comments: Doctrine\ORM\PersistentCollection {#2811 …}
+votes: Doctrine\ORM\PersistentCollection {#2814 …}
+reports: Doctrine\ORM\PersistentCollection {#2816 …}
+favourites: Doctrine\ORM\PersistentCollection {#2848 …}
+notifications: Doctrine\ORM\PersistentCollection {#2844 …}
+children: [
App\Entity\PostComment {#2239
+user: App\Entity\User {#264 …}
+post: Proxies\__CG__\App\Entity\Post {#2641 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+parent: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+root: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+image: null
+body: "Some Adobe stuff runs in a web browser nowadays through WASM but if you’ve submitted to Adobe, Linux likely won’t be a possibility."
+lang: "en"
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706176643 {#2595
date: 2024-01-25 10:57:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
"@ajayiyer@mastodon.social"
"@diykeyboards@lemmy.world"
]
+isAdult: false
+updateMark: false
+children: Doctrine\ORM\PersistentCollection {#2596 …}
+nested: Doctrine\ORM\PersistentCollection {#2608 …}
+votes: Doctrine\ORM\PersistentCollection {#2610 …}
+reports: Doctrine\ORM\PersistentCollection {#2612 …}
+favourites: Doctrine\ORM\PersistentCollection {#2646 …}
+notifications: Doctrine\ORM\PersistentCollection {#2643 …}
-id: 1210
-bodyTs: "'adob':2,18 'browser':8 'like':20 'linux':19 'nowaday':9 'possibl':25 'run':4 'stuff':3 'submit':16 've':15 'wasm':11 'web':7 'won':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7710409"
+editedAt: null
+createdAt: DateTimeImmutable @1706176643 {#2552
date: 2024-01-25 10:57:23.0 +01:00
}
+"title": 1210
}
]
-id: 365
-bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
+upVotes: 0
+downVotes: 0
+ranking: 1706171905
+visibility: "visible "
+apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
+editedAt: null
+createdAt: DateTimeImmutable @1706085505 {#2794
date: 2024-01-24 09:38:25.0 +01:00
}
+__isInitialized__: true
+"title": 365
…2
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\PostComment {#2239
+user: App\Entity\User {#264 …}
+post: Proxies\__CG__\App\Entity\Post {#2641
+user: Proxies\__CG__\App\Entity\User {#2773 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
+body: """
Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
\n
1. Continue on Win 10 but with higher security risks. \n
2. Buy new and expensive hardware that supports Win11. \n
3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
\n
@nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
"""
+lang: "en"
+commentCount: 138
+favouriteCount: 391
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729559413 {#2806
date: 2024-10-22 03:10:13.0 +02:00
}
+ip: null
+tags: [
"windows10"
"linux"
"linuxmint"
]
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
]
+comments: Doctrine\ORM\PersistentCollection {#2811 …}
+votes: Doctrine\ORM\PersistentCollection {#2814 …}
+reports: Doctrine\ORM\PersistentCollection {#2816 …}
+favourites: Doctrine\ORM\PersistentCollection {#2848 …}
+notifications: Doctrine\ORM\PersistentCollection {#2844 …}
+children: [
App\Entity\PostComment {#2239}
]
-id: 365
-bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
+upVotes: 0
+downVotes: 0
+ranking: 1706171905
+visibility: "visible "
+apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
+editedAt: null
+createdAt: DateTimeImmutable @1706085505 {#2794
date: 2024-01-24 09:38:25.0 +01:00
}
+__isInitialized__: true
+"title": 365
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+parent: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+root: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+image: null
+body: "Some Adobe stuff runs in a web browser nowadays through WASM but if you’ve submitted to Adobe, Linux likely won’t be a possibility."
+lang: "en"
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706176643 {#2595
date: 2024-01-25 10:57:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
"@ajayiyer@mastodon.social"
"@diykeyboards@lemmy.world"
]
+isAdult: false
+updateMark: false
+children: Doctrine\ORM\PersistentCollection {#2596 …}
+nested: Doctrine\ORM\PersistentCollection {#2608 …}
+votes: Doctrine\ORM\PersistentCollection {#2610 …}
+reports: Doctrine\ORM\PersistentCollection {#2612 …}
+favourites: Doctrine\ORM\PersistentCollection {#2646 …}
+notifications: Doctrine\ORM\PersistentCollection {#2643 …}
-id: 1210
-bodyTs: "'adob':2,18 'browser':8 'like':20 'linux':19 'nowaday':9 'possibl':25 'run':4 'stuff':3 'submit':16 've':15 'wasm':11 'web':7 'won':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7710409"
+editedAt: null
+createdAt: DateTimeImmutable @1706176643 {#2552
date: 2024-01-25 10:57:23.0 +01:00
}
+"title": 1210
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\PostComment {#2239
+user: App\Entity\User {#264 …}
+post: Proxies\__CG__\App\Entity\Post {#2641
+user: Proxies\__CG__\App\Entity\User {#2773 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
+body: """
Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
\n
1. Continue on Win 10 but with higher security risks. \n
2. Buy new and expensive hardware that supports Win11. \n
3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
\n
@nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
"""
+lang: "en"
+commentCount: 138
+favouriteCount: 391
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729559413 {#2806
date: 2024-10-22 03:10:13.0 +02:00
}
+ip: null
+tags: [
"windows10"
"linux"
"linuxmint"
]
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
]
+comments: Doctrine\ORM\PersistentCollection {#2811 …}
+votes: Doctrine\ORM\PersistentCollection {#2814 …}
+reports: Doctrine\ORM\PersistentCollection {#2816 …}
+favourites: Doctrine\ORM\PersistentCollection {#2848 …}
+notifications: Doctrine\ORM\PersistentCollection {#2844 …}
+children: [
App\Entity\PostComment {#2239}
]
-id: 365
-bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
+upVotes: 0
+downVotes: 0
+ranking: 1706171905
+visibility: "visible "
+apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
+editedAt: null
+createdAt: DateTimeImmutable @1706085505 {#2794
date: 2024-01-24 09:38:25.0 +01:00
}
+__isInitialized__: true
+"title": 365
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+parent: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+root: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+image: null
+body: "Some Adobe stuff runs in a web browser nowadays through WASM but if you’ve submitted to Adobe, Linux likely won’t be a possibility."
+lang: "en"
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706176643 {#2595
date: 2024-01-25 10:57:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
"@ajayiyer@mastodon.social"
"@diykeyboards@lemmy.world"
]
+isAdult: false
+updateMark: false
+children: Doctrine\ORM\PersistentCollection {#2596 …}
+nested: Doctrine\ORM\PersistentCollection {#2608 …}
+votes: Doctrine\ORM\PersistentCollection {#2610 …}
+reports: Doctrine\ORM\PersistentCollection {#2612 …}
+favourites: Doctrine\ORM\PersistentCollection {#2646 …}
+notifications: Doctrine\ORM\PersistentCollection {#2643 …}
-id: 1210
-bodyTs: "'adob':2,18 'browser':8 'like':20 'linux':19 'nowaday':9 'possibl':25 'run':4 'stuff':3 'submit':16 've':15 'wasm':11 'web':7 'won':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7710409"
+editedAt: null
+createdAt: DateTimeImmutable @1706176643 {#2552
date: 2024-01-25 10:57:23.0 +01:00
}
+"title": 1210
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\PostComment {#2239
+user: App\Entity\User {#264 …}
+post: Proxies\__CG__\App\Entity\Post {#2641
+user: Proxies\__CG__\App\Entity\User {#2773 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
+body: """
Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
\n
1. Continue on Win 10 but with higher security risks. \n
2. Buy new and expensive hardware that supports Win11. \n
3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
\n
@nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
"""
+lang: "en"
+commentCount: 138
+favouriteCount: 391
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729559413 {#2806
date: 2024-10-22 03:10:13.0 +02:00
}
+ip: null
+tags: [
"windows10"
"linux"
"linuxmint"
]
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
]
+comments: Doctrine\ORM\PersistentCollection {#2811 …}
+votes: Doctrine\ORM\PersistentCollection {#2814 …}
+reports: Doctrine\ORM\PersistentCollection {#2816 …}
+favourites: Doctrine\ORM\PersistentCollection {#2848 …}
+notifications: Doctrine\ORM\PersistentCollection {#2844 …}
+children: [
App\Entity\PostComment {#2239}
]
-id: 365
-bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
+upVotes: 0
+downVotes: 0
+ranking: 1706171905
+visibility: "visible "
+apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
+editedAt: null
+createdAt: DateTimeImmutable @1706085505 {#2794
date: 2024-01-24 09:38:25.0 +01:00
}
+__isInitialized__: true
+"title": 365
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+parent: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+root: Proxies\__CG__\App\Entity\PostComment {#2591 …}
+image: null
+body: "Some Adobe stuff runs in a web browser nowadays through WASM but if you’ve submitted to Adobe, Linux likely won’t be a possibility."
+lang: "en"
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706176643 {#2595
date: 2024-01-25 10:57:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@nixCraft@mastodon.social"
"@linux@lemmy.ml"
"@windowscentralbot@mastodon.online"
"@ajayiyer@mastodon.social"
"@diykeyboards@lemmy.world"
]
+isAdult: false
+updateMark: false
+children: Doctrine\ORM\PersistentCollection {#2596 …}
+nested: Doctrine\ORM\PersistentCollection {#2608 …}
+votes: Doctrine\ORM\PersistentCollection {#2610 …}
+reports: Doctrine\ORM\PersistentCollection {#2612 …}
+favourites: Doctrine\ORM\PersistentCollection {#2646 …}
+notifications: Doctrine\ORM\PersistentCollection {#2643 …}
-id: 1210
-bodyTs: "'adob':2,18 'browser':8 'like':20 'linux':19 'nowaday':9 'possibl':25 'run':4 'stuff':3 'submit':16 've':15 'wasm':11 'web':7 'won':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7710409"
+editedAt: null
+createdAt: DateTimeImmutable @1706176643 {#2552
date: 2024-01-25 10:57:23.0 +01:00
}
+"title": 1210
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2280
+user: Proxies\__CG__\App\Entity\User {#2880 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "I-m-an-idiot-arm"
+title: "I'm an idiot (arm)"
+url: null
+body: """
EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
\n
So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
\n
And it was there I realized there’s no arm version of rar.\n
\n
Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
\n
Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
\n
Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 43
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1705524211 {#2875
date: 2024-01-17 21:43:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2882 …}
+votes: Doctrine\ORM\PersistentCollection {#2884 …}
+reports: Doctrine\ORM\PersistentCollection {#2886 …}
+favourites: Doctrine\ORM\PersistentCollection {#2888 …}
+notifications: Doctrine\ORM\PersistentCollection {#2890 …}
+badges: Doctrine\ORM\PersistentCollection {#2892 …}
+children: [
App\Entity\EntryComment {#2283
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2280 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+body: "Only with the unfree unrar plugin."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705405958 {#2295
date: 2024-01-16 12:52:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@bitwolf@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2278 …}
+nested: Doctrine\ORM\PersistentCollection {#2279 …}
+votes: Doctrine\ORM\PersistentCollection {#2277 …}
+reports: Doctrine\ORM\PersistentCollection {#2220 …}
+favourites: Doctrine\ORM\PersistentCollection {#2222 …}
+notifications: Doctrine\ORM\PersistentCollection {#2219 …}
-id: 313340
-bodyTs: "'plugin':6 'unfre':4 'unrar':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7434834"
+editedAt: null
+createdAt: DateTimeImmutable @1705405958 {#2281
date: 2024-01-16 12:52:38.0 +01:00
}
+"title": 313340
}
]
-id: 30843
-titleTs: "'arm':5 'idiot':4 'm':2"
-bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705461120
+visibility: "visible "
+apId: "https://lemmy.world/post/10766460"
+editedAt: DateTimeImmutable @1725148824 {#2861
date: 2024-09-01 02:00:24.0 +02:00
}
+createdAt: DateTimeImmutable @1705374720 {#2809
date: 2024-01-16 04:12:00.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2280
+user: Proxies\__CG__\App\Entity\User {#2880 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "I-m-an-idiot-arm"
+title: "I'm an idiot (arm)"
+url: null
+body: """
EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
\n
So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
\n
And it was there I realized there’s no arm version of rar.\n
\n
Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
\n
Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
\n
Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 43
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1705524211 {#2875
date: 2024-01-17 21:43:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2882 …}
+votes: Doctrine\ORM\PersistentCollection {#2884 …}
+reports: Doctrine\ORM\PersistentCollection {#2886 …}
+favourites: Doctrine\ORM\PersistentCollection {#2888 …}
+notifications: Doctrine\ORM\PersistentCollection {#2890 …}
+badges: Doctrine\ORM\PersistentCollection {#2892 …}
+children: [
App\Entity\EntryComment {#2283
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2280 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+body: "Only with the unfree unrar plugin."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705405958 {#2295
date: 2024-01-16 12:52:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@bitwolf@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2278 …}
+nested: Doctrine\ORM\PersistentCollection {#2279 …}
+votes: Doctrine\ORM\PersistentCollection {#2277 …}
+reports: Doctrine\ORM\PersistentCollection {#2220 …}
+favourites: Doctrine\ORM\PersistentCollection {#2222 …}
+notifications: Doctrine\ORM\PersistentCollection {#2219 …}
-id: 313340
-bodyTs: "'plugin':6 'unfre':4 'unrar':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7434834"
+editedAt: null
+createdAt: DateTimeImmutable @1705405958 {#2281
date: 2024-01-16 12:52:38.0 +01:00
}
+"title": 313340
}
]
-id: 30843
-titleTs: "'arm':5 'idiot':4 'm':2"
-bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705461120
+visibility: "visible "
+apId: "https://lemmy.world/post/10766460"
+editedAt: DateTimeImmutable @1725148824 {#2861
date: 2024-09-01 02:00:24.0 +02:00
}
+createdAt: DateTimeImmutable @1705374720 {#2809
date: 2024-01-16 04:12:00.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2280
+user: Proxies\__CG__\App\Entity\User {#2880 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "I-m-an-idiot-arm"
+title: "I'm an idiot (arm)"
+url: null
+body: """
EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
\n
So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
\n
And it was there I realized there’s no arm version of rar.\n
\n
Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
\n
Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
\n
Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 43
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1705524211 {#2875
date: 2024-01-17 21:43:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2882 …}
+votes: Doctrine\ORM\PersistentCollection {#2884 …}
+reports: Doctrine\ORM\PersistentCollection {#2886 …}
+favourites: Doctrine\ORM\PersistentCollection {#2888 …}
+notifications: Doctrine\ORM\PersistentCollection {#2890 …}
+badges: Doctrine\ORM\PersistentCollection {#2892 …}
+children: [
App\Entity\EntryComment {#2283
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2280 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+body: "Only with the unfree unrar plugin."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705405958 {#2295
date: 2024-01-16 12:52:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@bitwolf@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2278 …}
+nested: Doctrine\ORM\PersistentCollection {#2279 …}
+votes: Doctrine\ORM\PersistentCollection {#2277 …}
+reports: Doctrine\ORM\PersistentCollection {#2220 …}
+favourites: Doctrine\ORM\PersistentCollection {#2222 …}
+notifications: Doctrine\ORM\PersistentCollection {#2219 …}
-id: 313340
-bodyTs: "'plugin':6 'unfre':4 'unrar':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7434834"
+editedAt: null
+createdAt: DateTimeImmutable @1705405958 {#2281
date: 2024-01-16 12:52:38.0 +01:00
}
+"title": 313340
}
]
-id: 30843
-titleTs: "'arm':5 'idiot':4 'm':2"
-bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705461120
+visibility: "visible "
+apId: "https://lemmy.world/post/10766460"
+editedAt: DateTimeImmutable @1725148824 {#2861
date: 2024-09-01 02:00:24.0 +02:00
}
+createdAt: DateTimeImmutable @1705374720 {#2809
date: 2024-01-16 04:12:00.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2283
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2280
+user: Proxies\__CG__\App\Entity\User {#2880 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "I-m-an-idiot-arm"
+title: "I'm an idiot (arm)"
+url: null
+body: """
EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
\n
So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
\n
And it was there I realized there’s no arm version of rar.\n
\n
Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
\n
Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
\n
Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 43
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1705524211 {#2875
date: 2024-01-17 21:43:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2882 …}
+votes: Doctrine\ORM\PersistentCollection {#2884 …}
+reports: Doctrine\ORM\PersistentCollection {#2886 …}
+favourites: Doctrine\ORM\PersistentCollection {#2888 …}
+notifications: Doctrine\ORM\PersistentCollection {#2890 …}
+badges: Doctrine\ORM\PersistentCollection {#2892 …}
+children: [
App\Entity\EntryComment {#2283}
]
-id: 30843
-titleTs: "'arm':5 'idiot':4 'm':2"
-bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705461120
+visibility: "visible "
+apId: "https://lemmy.world/post/10766460"
+editedAt: DateTimeImmutable @1725148824 {#2861
date: 2024-09-01 02:00:24.0 +02:00
}
+createdAt: DateTimeImmutable @1705374720 {#2809
date: 2024-01-16 04:12:00.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+body: "Only with the unfree unrar plugin."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705405958 {#2295
date: 2024-01-16 12:52:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@bitwolf@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2278 …}
+nested: Doctrine\ORM\PersistentCollection {#2279 …}
+votes: Doctrine\ORM\PersistentCollection {#2277 …}
+reports: Doctrine\ORM\PersistentCollection {#2220 …}
+favourites: Doctrine\ORM\PersistentCollection {#2222 …}
+notifications: Doctrine\ORM\PersistentCollection {#2219 …}
-id: 313340
-bodyTs: "'plugin':6 'unfre':4 'unrar':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7434834"
+editedAt: null
+createdAt: DateTimeImmutable @1705405958 {#2281
date: 2024-01-16 12:52:38.0 +01:00
}
+"title": 313340
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\EntryComment {#2283
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2280
+user: Proxies\__CG__\App\Entity\User {#2880 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "I-m-an-idiot-arm"
+title: "I'm an idiot (arm)"
+url: null
+body: """
EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
\n
So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
\n
And it was there I realized there’s no arm version of rar.\n
\n
Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
\n
Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
\n
Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 43
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1705524211 {#2875
date: 2024-01-17 21:43:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2882 …}
+votes: Doctrine\ORM\PersistentCollection {#2884 …}
+reports: Doctrine\ORM\PersistentCollection {#2886 …}
+favourites: Doctrine\ORM\PersistentCollection {#2888 …}
+notifications: Doctrine\ORM\PersistentCollection {#2890 …}
+badges: Doctrine\ORM\PersistentCollection {#2892 …}
+children: [
App\Entity\EntryComment {#2283}
]
-id: 30843
-titleTs: "'arm':5 'idiot':4 'm':2"
-bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705461120
+visibility: "visible "
+apId: "https://lemmy.world/post/10766460"
+editedAt: DateTimeImmutable @1725148824 {#2861
date: 2024-09-01 02:00:24.0 +02:00
}
+createdAt: DateTimeImmutable @1705374720 {#2809
date: 2024-01-16 04:12:00.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+body: "Only with the unfree unrar plugin."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705405958 {#2295
date: 2024-01-16 12:52:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@bitwolf@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2278 …}
+nested: Doctrine\ORM\PersistentCollection {#2279 …}
+votes: Doctrine\ORM\PersistentCollection {#2277 …}
+reports: Doctrine\ORM\PersistentCollection {#2220 …}
+favourites: Doctrine\ORM\PersistentCollection {#2222 …}
+notifications: Doctrine\ORM\PersistentCollection {#2219 …}
-id: 313340
-bodyTs: "'plugin':6 'unfre':4 'unrar':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7434834"
+editedAt: null
+createdAt: DateTimeImmutable @1705405958 {#2281
date: 2024-01-16 12:52:38.0 +01:00
}
+"title": 313340
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2283
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2280
+user: Proxies\__CG__\App\Entity\User {#2880 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "I-m-an-idiot-arm"
+title: "I'm an idiot (arm)"
+url: null
+body: """
EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
\n
So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
\n
And it was there I realized there’s no arm version of rar.\n
\n
Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
\n
Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
\n
Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 43
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1705524211 {#2875
date: 2024-01-17 21:43:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2882 …}
+votes: Doctrine\ORM\PersistentCollection {#2884 …}
+reports: Doctrine\ORM\PersistentCollection {#2886 …}
+favourites: Doctrine\ORM\PersistentCollection {#2888 …}
+notifications: Doctrine\ORM\PersistentCollection {#2890 …}
+badges: Doctrine\ORM\PersistentCollection {#2892 …}
+children: [
App\Entity\EntryComment {#2283}
]
-id: 30843
-titleTs: "'arm':5 'idiot':4 'm':2"
-bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705461120
+visibility: "visible "
+apId: "https://lemmy.world/post/10766460"
+editedAt: DateTimeImmutable @1725148824 {#2861
date: 2024-09-01 02:00:24.0 +02:00
}
+createdAt: DateTimeImmutable @1705374720 {#2809
date: 2024-01-16 04:12:00.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2282 …}
+body: "Only with the unfree unrar plugin."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705405958 {#2295
date: 2024-01-16 12:52:38.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@harsh3466@lemmy.world"
"@bitwolf@lemmy.one"
]
+children: Doctrine\ORM\PersistentCollection {#2278 …}
+nested: Doctrine\ORM\PersistentCollection {#2279 …}
+votes: Doctrine\ORM\PersistentCollection {#2277 …}
+reports: Doctrine\ORM\PersistentCollection {#2220 …}
+favourites: Doctrine\ORM\PersistentCollection {#2222 …}
+notifications: Doctrine\ORM\PersistentCollection {#2219 …}
-id: 313340
-bodyTs: "'plugin':6 'unfre':4 'unrar':5"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7434834"
+editedAt: null
+createdAt: DateTimeImmutable @1705405958 {#2281
date: 2024-01-16 12:52:38.0 +01:00
}
+"title": 313340
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2306
+user: Proxies\__CG__\App\Entity\User {#3105 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Accept-cookie-banners-with-third-party-cookies-rejected"
+title: "Accept cookie banners with third-party cookies rejected"
+url: null
+body: """
Hi,\n
\n
In Spain (and probably other places in Europe) we’ve recently seen a deluge of cookie banners that offer you the option to reject tracking cookies for a fee. The regular GDPR forms are therefore slightly broken, as you get several options: accept, reject (which doesn’t work in most cases), and buy a subscription to reject. Consent-O-Matic, for example, is having a hard time. I don’t doubt it’ll get corrected in time, but I want to talk about something tangential.\n
\n
Cookie consent has (at least) two layers: the browser layer (where we might delete cookies, reject third party cookies, etc) and the site UI layer (where we’re presented with an option when we load the page). This means we can reject third-party cookies at the browser layer and then accept whatever form at the site UI layer.\n
\n
With the set up mentioned above, is there really any difference between accepting cookies and rejecting cookies? No tracking cookie are going to get installed in my computer anyway. This, combined with an ad blocker, makes the browsing experience exactly the same whether I accept or reject the cookie form. Is there anything I’m missing here?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 42
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724717095 {#3141
date: 2024-08-27 02:04:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3146 …}
+votes: Doctrine\ORM\PersistentCollection {#3149 …}
+reports: Doctrine\ORM\PersistentCollection {#3151 …}
+favourites: Doctrine\ORM\PersistentCollection {#3153 …}
+notifications: Doctrine\ORM\PersistentCollection {#3155 …}
+badges: Doctrine\ORM\PersistentCollection {#3157 …}
+children: [
App\Entity\EntryComment {#2307
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2306 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+body: """
Cookie banners are not really about cookies.\n
\n
What they’re actually asking for is consent to process your data for profit in unethical ways. That usually involves cookies but could theoretically be done entirely without. They’re just a technological standard.\n
\n
You might aswell say: “We use https. [consent] [settings]”
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705362635 {#2321
date: 2024-01-16 00:50:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2305 …}
+nested: Doctrine\ORM\PersistentCollection {#2303 …}
+votes: Doctrine\ORM\PersistentCollection {#2317 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2292 …}
+notifications: Doctrine\ORM\PersistentCollection {#2290 …}
-id: 312173
-bodyTs: "'actual':11 'ask':12 'aswel':44 'banner':2 'consent':15,49 'cooki':1,7,28 'could':30 'data':19 'done':33 'entir':34 'https':48 'involv':27 'might':43 'process':17 'profit':21 're':10,37 'realli':5 'say':45 'set':50 'standard':41 'technolog':40 'theoret':31 'uneth':23 'use':47 'usual':26 'way':24 'without':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7412862"
+editedAt: DateTimeImmutable @1724400359 {#2312
date: 2024-08-23 10:05:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705362635 {#2310
date: 2024-01-16 00:50:35.0 +01:00
}
+"title": 312173
}
]
-id: 30362
-titleTs: "'accept':1 'banner':3 'cooki':2,8 'parti':7 'reject':9 'third':6 'third-parti':5"
-bodyTs: "'accept':44,140,160,192 'ad':181 'anyth':200 'anyway':176 'banner':18 'blocker':182 'broken':38 'brows':185 'browser':96,136 'buy':54 'case':52 'combin':178 'comput':175 'consent':60,89 'consent-o-mat':59 'cooki':17,27,88,102,106,133,161,164,167,196 'correct':77 'delet':101 'delug':15 'differ':158 'doesn':47 'doubt':73 'etc':107 'europ':9 'exact':187 'exampl':64 'experi':186 'fee':30 'form':34,142,197 'gdpr':33 'get':41,76,171 'go':169 'hard':68 'hi':1 'instal':172 'layer':94,97,112,137,147 'least':92 'll':75 'load':122 'm':202 'make':183 'matic':62 'mean':126 'mention':152 'might':100 'miss':203 'o':61 'offer':20 'option':23,43,119 'page':124 'parti':105,132 'place':7 'present':116 'probabl':5 're':115 'realli':156 'recent':12 'regular':32 'reject':25,45,58,103,129,163,194 'seen':13 'set':150 'sever':42 'site':110,145 'slight':37 'someth':86 'spain':3 'subscript':56 'talk':84 'tangenti':87 'therefor':36 'third':104,131 'third-parti':130 'time':69,79 'track':26,166 'two':93 'ui':111,146 've':11 'want':82 'whatev':141 'whether':190 'work':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705314398
+visibility: "visible "
+apId: "https://infosec.pub/post/7153281"
+editedAt: null
+createdAt: DateTimeImmutable @1705227998 {#3127
date: 2024-01-14 11:26:38.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2306
+user: Proxies\__CG__\App\Entity\User {#3105 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Accept-cookie-banners-with-third-party-cookies-rejected"
+title: "Accept cookie banners with third-party cookies rejected"
+url: null
+body: """
Hi,\n
\n
In Spain (and probably other places in Europe) we’ve recently seen a deluge of cookie banners that offer you the option to reject tracking cookies for a fee. The regular GDPR forms are therefore slightly broken, as you get several options: accept, reject (which doesn’t work in most cases), and buy a subscription to reject. Consent-O-Matic, for example, is having a hard time. I don’t doubt it’ll get corrected in time, but I want to talk about something tangential.\n
\n
Cookie consent has (at least) two layers: the browser layer (where we might delete cookies, reject third party cookies, etc) and the site UI layer (where we’re presented with an option when we load the page). This means we can reject third-party cookies at the browser layer and then accept whatever form at the site UI layer.\n
\n
With the set up mentioned above, is there really any difference between accepting cookies and rejecting cookies? No tracking cookie are going to get installed in my computer anyway. This, combined with an ad blocker, makes the browsing experience exactly the same whether I accept or reject the cookie form. Is there anything I’m missing here?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 42
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724717095 {#3141
date: 2024-08-27 02:04:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3146 …}
+votes: Doctrine\ORM\PersistentCollection {#3149 …}
+reports: Doctrine\ORM\PersistentCollection {#3151 …}
+favourites: Doctrine\ORM\PersistentCollection {#3153 …}
+notifications: Doctrine\ORM\PersistentCollection {#3155 …}
+badges: Doctrine\ORM\PersistentCollection {#3157 …}
+children: [
App\Entity\EntryComment {#2307
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2306 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+body: """
Cookie banners are not really about cookies.\n
\n
What they’re actually asking for is consent to process your data for profit in unethical ways. That usually involves cookies but could theoretically be done entirely without. They’re just a technological standard.\n
\n
You might aswell say: “We use https. [consent] [settings]”
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705362635 {#2321
date: 2024-01-16 00:50:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2305 …}
+nested: Doctrine\ORM\PersistentCollection {#2303 …}
+votes: Doctrine\ORM\PersistentCollection {#2317 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2292 …}
+notifications: Doctrine\ORM\PersistentCollection {#2290 …}
-id: 312173
-bodyTs: "'actual':11 'ask':12 'aswel':44 'banner':2 'consent':15,49 'cooki':1,7,28 'could':30 'data':19 'done':33 'entir':34 'https':48 'involv':27 'might':43 'process':17 'profit':21 're':10,37 'realli':5 'say':45 'set':50 'standard':41 'technolog':40 'theoret':31 'uneth':23 'use':47 'usual':26 'way':24 'without':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7412862"
+editedAt: DateTimeImmutable @1724400359 {#2312
date: 2024-08-23 10:05:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705362635 {#2310
date: 2024-01-16 00:50:35.0 +01:00
}
+"title": 312173
}
]
-id: 30362
-titleTs: "'accept':1 'banner':3 'cooki':2,8 'parti':7 'reject':9 'third':6 'third-parti':5"
-bodyTs: "'accept':44,140,160,192 'ad':181 'anyth':200 'anyway':176 'banner':18 'blocker':182 'broken':38 'brows':185 'browser':96,136 'buy':54 'case':52 'combin':178 'comput':175 'consent':60,89 'consent-o-mat':59 'cooki':17,27,88,102,106,133,161,164,167,196 'correct':77 'delet':101 'delug':15 'differ':158 'doesn':47 'doubt':73 'etc':107 'europ':9 'exact':187 'exampl':64 'experi':186 'fee':30 'form':34,142,197 'gdpr':33 'get':41,76,171 'go':169 'hard':68 'hi':1 'instal':172 'layer':94,97,112,137,147 'least':92 'll':75 'load':122 'm':202 'make':183 'matic':62 'mean':126 'mention':152 'might':100 'miss':203 'o':61 'offer':20 'option':23,43,119 'page':124 'parti':105,132 'place':7 'present':116 'probabl':5 're':115 'realli':156 'recent':12 'regular':32 'reject':25,45,58,103,129,163,194 'seen':13 'set':150 'sever':42 'site':110,145 'slight':37 'someth':86 'spain':3 'subscript':56 'talk':84 'tangenti':87 'therefor':36 'third':104,131 'third-parti':130 'time':69,79 'track':26,166 'two':93 'ui':111,146 've':11 'want':82 'whatev':141 'whether':190 'work':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705314398
+visibility: "visible "
+apId: "https://infosec.pub/post/7153281"
+editedAt: null
+createdAt: DateTimeImmutable @1705227998 {#3127
date: 2024-01-14 11:26:38.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2306
+user: Proxies\__CG__\App\Entity\User {#3105 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Accept-cookie-banners-with-third-party-cookies-rejected"
+title: "Accept cookie banners with third-party cookies rejected"
+url: null
+body: """
Hi,\n
\n
In Spain (and probably other places in Europe) we’ve recently seen a deluge of cookie banners that offer you the option to reject tracking cookies for a fee. The regular GDPR forms are therefore slightly broken, as you get several options: accept, reject (which doesn’t work in most cases), and buy a subscription to reject. Consent-O-Matic, for example, is having a hard time. I don’t doubt it’ll get corrected in time, but I want to talk about something tangential.\n
\n
Cookie consent has (at least) two layers: the browser layer (where we might delete cookies, reject third party cookies, etc) and the site UI layer (where we’re presented with an option when we load the page). This means we can reject third-party cookies at the browser layer and then accept whatever form at the site UI layer.\n
\n
With the set up mentioned above, is there really any difference between accepting cookies and rejecting cookies? No tracking cookie are going to get installed in my computer anyway. This, combined with an ad blocker, makes the browsing experience exactly the same whether I accept or reject the cookie form. Is there anything I’m missing here?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 42
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724717095 {#3141
date: 2024-08-27 02:04:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3146 …}
+votes: Doctrine\ORM\PersistentCollection {#3149 …}
+reports: Doctrine\ORM\PersistentCollection {#3151 …}
+favourites: Doctrine\ORM\PersistentCollection {#3153 …}
+notifications: Doctrine\ORM\PersistentCollection {#3155 …}
+badges: Doctrine\ORM\PersistentCollection {#3157 …}
+children: [
App\Entity\EntryComment {#2307
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2306 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+body: """
Cookie banners are not really about cookies.\n
\n
What they’re actually asking for is consent to process your data for profit in unethical ways. That usually involves cookies but could theoretically be done entirely without. They’re just a technological standard.\n
\n
You might aswell say: “We use https. [consent] [settings]”
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705362635 {#2321
date: 2024-01-16 00:50:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2305 …}
+nested: Doctrine\ORM\PersistentCollection {#2303 …}
+votes: Doctrine\ORM\PersistentCollection {#2317 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2292 …}
+notifications: Doctrine\ORM\PersistentCollection {#2290 …}
-id: 312173
-bodyTs: "'actual':11 'ask':12 'aswel':44 'banner':2 'consent':15,49 'cooki':1,7,28 'could':30 'data':19 'done':33 'entir':34 'https':48 'involv':27 'might':43 'process':17 'profit':21 're':10,37 'realli':5 'say':45 'set':50 'standard':41 'technolog':40 'theoret':31 'uneth':23 'use':47 'usual':26 'way':24 'without':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7412862"
+editedAt: DateTimeImmutable @1724400359 {#2312
date: 2024-08-23 10:05:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705362635 {#2310
date: 2024-01-16 00:50:35.0 +01:00
}
+"title": 312173
}
]
-id: 30362
-titleTs: "'accept':1 'banner':3 'cooki':2,8 'parti':7 'reject':9 'third':6 'third-parti':5"
-bodyTs: "'accept':44,140,160,192 'ad':181 'anyth':200 'anyway':176 'banner':18 'blocker':182 'broken':38 'brows':185 'browser':96,136 'buy':54 'case':52 'combin':178 'comput':175 'consent':60,89 'consent-o-mat':59 'cooki':17,27,88,102,106,133,161,164,167,196 'correct':77 'delet':101 'delug':15 'differ':158 'doesn':47 'doubt':73 'etc':107 'europ':9 'exact':187 'exampl':64 'experi':186 'fee':30 'form':34,142,197 'gdpr':33 'get':41,76,171 'go':169 'hard':68 'hi':1 'instal':172 'layer':94,97,112,137,147 'least':92 'll':75 'load':122 'm':202 'make':183 'matic':62 'mean':126 'mention':152 'might':100 'miss':203 'o':61 'offer':20 'option':23,43,119 'page':124 'parti':105,132 'place':7 'present':116 'probabl':5 're':115 'realli':156 'recent':12 'regular':32 'reject':25,45,58,103,129,163,194 'seen':13 'set':150 'sever':42 'site':110,145 'slight':37 'someth':86 'spain':3 'subscript':56 'talk':84 'tangenti':87 'therefor':36 'third':104,131 'third-parti':130 'time':69,79 'track':26,166 'two':93 'ui':111,146 've':11 'want':82 'whatev':141 'whether':190 'work':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705314398
+visibility: "visible "
+apId: "https://infosec.pub/post/7153281"
+editedAt: null
+createdAt: DateTimeImmutable @1705227998 {#3127
date: 2024-01-14 11:26:38.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2307
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2306
+user: Proxies\__CG__\App\Entity\User {#3105 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Accept-cookie-banners-with-third-party-cookies-rejected"
+title: "Accept cookie banners with third-party cookies rejected"
+url: null
+body: """
Hi,\n
\n
In Spain (and probably other places in Europe) we’ve recently seen a deluge of cookie banners that offer you the option to reject tracking cookies for a fee. The regular GDPR forms are therefore slightly broken, as you get several options: accept, reject (which doesn’t work in most cases), and buy a subscription to reject. Consent-O-Matic, for example, is having a hard time. I don’t doubt it’ll get corrected in time, but I want to talk about something tangential.\n
\n
Cookie consent has (at least) two layers: the browser layer (where we might delete cookies, reject third party cookies, etc) and the site UI layer (where we’re presented with an option when we load the page). This means we can reject third-party cookies at the browser layer and then accept whatever form at the site UI layer.\n
\n
With the set up mentioned above, is there really any difference between accepting cookies and rejecting cookies? No tracking cookie are going to get installed in my computer anyway. This, combined with an ad blocker, makes the browsing experience exactly the same whether I accept or reject the cookie form. Is there anything I’m missing here?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 42
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724717095 {#3141
date: 2024-08-27 02:04:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3146 …}
+votes: Doctrine\ORM\PersistentCollection {#3149 …}
+reports: Doctrine\ORM\PersistentCollection {#3151 …}
+favourites: Doctrine\ORM\PersistentCollection {#3153 …}
+notifications: Doctrine\ORM\PersistentCollection {#3155 …}
+badges: Doctrine\ORM\PersistentCollection {#3157 …}
+children: [
App\Entity\EntryComment {#2307}
]
-id: 30362
-titleTs: "'accept':1 'banner':3 'cooki':2,8 'parti':7 'reject':9 'third':6 'third-parti':5"
-bodyTs: "'accept':44,140,160,192 'ad':181 'anyth':200 'anyway':176 'banner':18 'blocker':182 'broken':38 'brows':185 'browser':96,136 'buy':54 'case':52 'combin':178 'comput':175 'consent':60,89 'consent-o-mat':59 'cooki':17,27,88,102,106,133,161,164,167,196 'correct':77 'delet':101 'delug':15 'differ':158 'doesn':47 'doubt':73 'etc':107 'europ':9 'exact':187 'exampl':64 'experi':186 'fee':30 'form':34,142,197 'gdpr':33 'get':41,76,171 'go':169 'hard':68 'hi':1 'instal':172 'layer':94,97,112,137,147 'least':92 'll':75 'load':122 'm':202 'make':183 'matic':62 'mean':126 'mention':152 'might':100 'miss':203 'o':61 'offer':20 'option':23,43,119 'page':124 'parti':105,132 'place':7 'present':116 'probabl':5 're':115 'realli':156 'recent':12 'regular':32 'reject':25,45,58,103,129,163,194 'seen':13 'set':150 'sever':42 'site':110,145 'slight':37 'someth':86 'spain':3 'subscript':56 'talk':84 'tangenti':87 'therefor':36 'third':104,131 'third-parti':130 'time':69,79 'track':26,166 'two':93 'ui':111,146 've':11 'want':82 'whatev':141 'whether':190 'work':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705314398
+visibility: "visible "
+apId: "https://infosec.pub/post/7153281"
+editedAt: null
+createdAt: DateTimeImmutable @1705227998 {#3127
date: 2024-01-14 11:26:38.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+body: """
Cookie banners are not really about cookies.\n
\n
What they’re actually asking for is consent to process your data for profit in unethical ways. That usually involves cookies but could theoretically be done entirely without. They’re just a technological standard.\n
\n
You might aswell say: “We use https. [consent] [settings]”
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705362635 {#2321
date: 2024-01-16 00:50:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2305 …}
+nested: Doctrine\ORM\PersistentCollection {#2303 …}
+votes: Doctrine\ORM\PersistentCollection {#2317 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2292 …}
+notifications: Doctrine\ORM\PersistentCollection {#2290 …}
-id: 312173
-bodyTs: "'actual':11 'ask':12 'aswel':44 'banner':2 'consent':15,49 'cooki':1,7,28 'could':30 'data':19 'done':33 'entir':34 'https':48 'involv':27 'might':43 'process':17 'profit':21 're':10,37 'realli':5 'say':45 'set':50 'standard':41 'technolog':40 'theoret':31 'uneth':23 'use':47 'usual':26 'way':24 'without':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7412862"
+editedAt: DateTimeImmutable @1724400359 {#2312
date: 2024-08-23 10:05:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705362635 {#2310
date: 2024-01-16 00:50:35.0 +01:00
}
+"title": 312173
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\EntryComment {#2307
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2306
+user: Proxies\__CG__\App\Entity\User {#3105 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Accept-cookie-banners-with-third-party-cookies-rejected"
+title: "Accept cookie banners with third-party cookies rejected"
+url: null
+body: """
Hi,\n
\n
In Spain (and probably other places in Europe) we’ve recently seen a deluge of cookie banners that offer you the option to reject tracking cookies for a fee. The regular GDPR forms are therefore slightly broken, as you get several options: accept, reject (which doesn’t work in most cases), and buy a subscription to reject. Consent-O-Matic, for example, is having a hard time. I don’t doubt it’ll get corrected in time, but I want to talk about something tangential.\n
\n
Cookie consent has (at least) two layers: the browser layer (where we might delete cookies, reject third party cookies, etc) and the site UI layer (where we’re presented with an option when we load the page). This means we can reject third-party cookies at the browser layer and then accept whatever form at the site UI layer.\n
\n
With the set up mentioned above, is there really any difference between accepting cookies and rejecting cookies? No tracking cookie are going to get installed in my computer anyway. This, combined with an ad blocker, makes the browsing experience exactly the same whether I accept or reject the cookie form. Is there anything I’m missing here?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 42
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724717095 {#3141
date: 2024-08-27 02:04:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3146 …}
+votes: Doctrine\ORM\PersistentCollection {#3149 …}
+reports: Doctrine\ORM\PersistentCollection {#3151 …}
+favourites: Doctrine\ORM\PersistentCollection {#3153 …}
+notifications: Doctrine\ORM\PersistentCollection {#3155 …}
+badges: Doctrine\ORM\PersistentCollection {#3157 …}
+children: [
App\Entity\EntryComment {#2307}
]
-id: 30362
-titleTs: "'accept':1 'banner':3 'cooki':2,8 'parti':7 'reject':9 'third':6 'third-parti':5"
-bodyTs: "'accept':44,140,160,192 'ad':181 'anyth':200 'anyway':176 'banner':18 'blocker':182 'broken':38 'brows':185 'browser':96,136 'buy':54 'case':52 'combin':178 'comput':175 'consent':60,89 'consent-o-mat':59 'cooki':17,27,88,102,106,133,161,164,167,196 'correct':77 'delet':101 'delug':15 'differ':158 'doesn':47 'doubt':73 'etc':107 'europ':9 'exact':187 'exampl':64 'experi':186 'fee':30 'form':34,142,197 'gdpr':33 'get':41,76,171 'go':169 'hard':68 'hi':1 'instal':172 'layer':94,97,112,137,147 'least':92 'll':75 'load':122 'm':202 'make':183 'matic':62 'mean':126 'mention':152 'might':100 'miss':203 'o':61 'offer':20 'option':23,43,119 'page':124 'parti':105,132 'place':7 'present':116 'probabl':5 're':115 'realli':156 'recent':12 'regular':32 'reject':25,45,58,103,129,163,194 'seen':13 'set':150 'sever':42 'site':110,145 'slight':37 'someth':86 'spain':3 'subscript':56 'talk':84 'tangenti':87 'therefor':36 'third':104,131 'third-parti':130 'time':69,79 'track':26,166 'two':93 'ui':111,146 've':11 'want':82 'whatev':141 'whether':190 'work':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705314398
+visibility: "visible "
+apId: "https://infosec.pub/post/7153281"
+editedAt: null
+createdAt: DateTimeImmutable @1705227998 {#3127
date: 2024-01-14 11:26:38.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+body: """
Cookie banners are not really about cookies.\n
\n
What they’re actually asking for is consent to process your data for profit in unethical ways. That usually involves cookies but could theoretically be done entirely without. They’re just a technological standard.\n
\n
You might aswell say: “We use https. [consent] [settings]”
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705362635 {#2321
date: 2024-01-16 00:50:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2305 …}
+nested: Doctrine\ORM\PersistentCollection {#2303 …}
+votes: Doctrine\ORM\PersistentCollection {#2317 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2292 …}
+notifications: Doctrine\ORM\PersistentCollection {#2290 …}
-id: 312173
-bodyTs: "'actual':11 'ask':12 'aswel':44 'banner':2 'consent':15,49 'cooki':1,7,28 'could':30 'data':19 'done':33 'entir':34 'https':48 'involv':27 'might':43 'process':17 'profit':21 're':10,37 'realli':5 'say':45 'set':50 'standard':41 'technolog':40 'theoret':31 'uneth':23 'use':47 'usual':26 'way':24 'without':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7412862"
+editedAt: DateTimeImmutable @1724400359 {#2312
date: 2024-08-23 10:05:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705362635 {#2310
date: 2024-01-16 00:50:35.0 +01:00
}
+"title": 312173
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2307
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2306
+user: Proxies\__CG__\App\Entity\User {#3105 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Accept-cookie-banners-with-third-party-cookies-rejected"
+title: "Accept cookie banners with third-party cookies rejected"
+url: null
+body: """
Hi,\n
\n
In Spain (and probably other places in Europe) we’ve recently seen a deluge of cookie banners that offer you the option to reject tracking cookies for a fee. The regular GDPR forms are therefore slightly broken, as you get several options: accept, reject (which doesn’t work in most cases), and buy a subscription to reject. Consent-O-Matic, for example, is having a hard time. I don’t doubt it’ll get corrected in time, but I want to talk about something tangential.\n
\n
Cookie consent has (at least) two layers: the browser layer (where we might delete cookies, reject third party cookies, etc) and the site UI layer (where we’re presented with an option when we load the page). This means we can reject third-party cookies at the browser layer and then accept whatever form at the site UI layer.\n
\n
With the set up mentioned above, is there really any difference between accepting cookies and rejecting cookies? No tracking cookie are going to get installed in my computer anyway. This, combined with an ad blocker, makes the browsing experience exactly the same whether I accept or reject the cookie form. Is there anything I’m missing here?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 11
+favouriteCount: 42
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1724717095 {#3141
date: 2024-08-27 02:04:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3146 …}
+votes: Doctrine\ORM\PersistentCollection {#3149 …}
+reports: Doctrine\ORM\PersistentCollection {#3151 …}
+favourites: Doctrine\ORM\PersistentCollection {#3153 …}
+notifications: Doctrine\ORM\PersistentCollection {#3155 …}
+badges: Doctrine\ORM\PersistentCollection {#3157 …}
+children: [
App\Entity\EntryComment {#2307}
]
-id: 30362
-titleTs: "'accept':1 'banner':3 'cooki':2,8 'parti':7 'reject':9 'third':6 'third-parti':5"
-bodyTs: "'accept':44,140,160,192 'ad':181 'anyth':200 'anyway':176 'banner':18 'blocker':182 'broken':38 'brows':185 'browser':96,136 'buy':54 'case':52 'combin':178 'comput':175 'consent':60,89 'consent-o-mat':59 'cooki':17,27,88,102,106,133,161,164,167,196 'correct':77 'delet':101 'delug':15 'differ':158 'doesn':47 'doubt':73 'etc':107 'europ':9 'exact':187 'exampl':64 'experi':186 'fee':30 'form':34,142,197 'gdpr':33 'get':41,76,171 'go':169 'hard':68 'hi':1 'instal':172 'layer':94,97,112,137,147 'least':92 'll':75 'load':122 'm':202 'make':183 'matic':62 'mean':126 'mention':152 'might':100 'miss':203 'o':61 'offer':20 'option':23,43,119 'page':124 'parti':105,132 'place':7 'present':116 'probabl':5 're':115 'realli':156 'recent':12 'regular':32 'reject':25,45,58,103,129,163,194 'seen':13 'set':150 'sever':42 'site':110,145 'slight':37 'someth':86 'spain':3 'subscript':56 'talk':84 'tangenti':87 'therefor':36 'third':104,131 'third-parti':130 'time':69,79 'track':26,166 'two':93 'ui':111,146 've':11 'want':82 'whatev':141 'whether':190 'work':49"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705314398
+visibility: "visible "
+apId: "https://infosec.pub/post/7153281"
+editedAt: null
+createdAt: DateTimeImmutable @1705227998 {#3127
date: 2024-01-14 11:26:38.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
+body: """
Cookie banners are not really about cookies.\n
\n
What they’re actually asking for is consent to process your data for profit in unethical ways. That usually involves cookies but could theoretically be done entirely without. They’re just a technological standard.\n
\n
You might aswell say: “We use https. [consent] [settings]”
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705362635 {#2321
date: 2024-01-16 00:50:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
"@rinze@infosec.pub"
"@Engywuck@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2305 …}
+nested: Doctrine\ORM\PersistentCollection {#2303 …}
+votes: Doctrine\ORM\PersistentCollection {#2317 …}
+reports: Doctrine\ORM\PersistentCollection {#2313 …}
+favourites: Doctrine\ORM\PersistentCollection {#2292 …}
+notifications: Doctrine\ORM\PersistentCollection {#2290 …}
-id: 312173
-bodyTs: "'actual':11 'ask':12 'aswel':44 'banner':2 'consent':15,49 'cooki':1,7,28 'could':30 'data':19 'done':33 'entir':34 'https':48 'involv':27 'might':43 'process':17 'profit':21 're':10,37 'realli':5 'say':45 'set':50 'standard':41 'technolog':40 'theoret':31 'uneth':23 'use':47 'usual':26 'way':24 'without':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7412862"
+editedAt: DateTimeImmutable @1724400359 {#2312
date: 2024-08-23 10:05:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705362635 {#2310
date: 2024-01-16 00:50:35.0 +01:00
}
+"title": 312173
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2252
+user: Proxies\__CG__\App\Entity\User {#2791 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2856 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2862 …}
+slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
+title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
+url: "https://www.phoronix.com/news/Linux-6.8-Networking"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 279
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720251162 {#2838
date: 2024-07-06 09:32:42.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
App\Entity\EntryComment {#2228
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
+body: "Depends. There was that one F2P COD clone which used TCP and IIRC it did fine?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704888237 {#2232
date: 2024-01-10 13:03:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OsrsNeedsF2P@lemmy.ml"
"@Aradia@lemmy.ml"
"@taladar@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 295628
-bodyTs: "'clone':8 'cod':7 'depend':1 'f2p':6 'fine':16 'iirc':13 'one':5 'tcp':11 'use':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7227460"
+editedAt: null
+createdAt: DateTimeImmutable @1704888237 {#2229
date: 2024-01-10 13:03:57.0 +01:00
}
+"title": 295628
}
]
-id: 28520
-titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704936541
+visibility: "visible "
+apId: "https://lemmy.ml/post/10332190"
+editedAt: null
+createdAt: DateTimeImmutable @1704850141 {#2812
date: 2024-01-10 02:29:01.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2252
+user: Proxies\__CG__\App\Entity\User {#2791 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2856 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2862 …}
+slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
+title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
+url: "https://www.phoronix.com/news/Linux-6.8-Networking"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 279
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720251162 {#2838
date: 2024-07-06 09:32:42.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
App\Entity\EntryComment {#2228
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
+body: "Depends. There was that one F2P COD clone which used TCP and IIRC it did fine?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704888237 {#2232
date: 2024-01-10 13:03:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OsrsNeedsF2P@lemmy.ml"
"@Aradia@lemmy.ml"
"@taladar@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 295628
-bodyTs: "'clone':8 'cod':7 'depend':1 'f2p':6 'fine':16 'iirc':13 'one':5 'tcp':11 'use':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7227460"
+editedAt: null
+createdAt: DateTimeImmutable @1704888237 {#2229
date: 2024-01-10 13:03:57.0 +01:00
}
+"title": 295628
}
]
-id: 28520
-titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704936541
+visibility: "visible "
+apId: "https://lemmy.ml/post/10332190"
+editedAt: null
+createdAt: DateTimeImmutable @1704850141 {#2812
date: 2024-01-10 02:29:01.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2252
+user: Proxies\__CG__\App\Entity\User {#2791 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2856 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2862 …}
+slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
+title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
+url: "https://www.phoronix.com/news/Linux-6.8-Networking"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 279
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720251162 {#2838
date: 2024-07-06 09:32:42.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
App\Entity\EntryComment {#2228
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
+body: "Depends. There was that one F2P COD clone which used TCP and IIRC it did fine?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704888237 {#2232
date: 2024-01-10 13:03:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OsrsNeedsF2P@lemmy.ml"
"@Aradia@lemmy.ml"
"@taladar@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 295628
-bodyTs: "'clone':8 'cod':7 'depend':1 'f2p':6 'fine':16 'iirc':13 'one':5 'tcp':11 'use':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7227460"
+editedAt: null
+createdAt: DateTimeImmutable @1704888237 {#2229
date: 2024-01-10 13:03:57.0 +01:00
}
+"title": 295628
}
]
-id: 28520
-titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704936541
+visibility: "visible "
+apId: "https://lemmy.ml/post/10332190"
+editedAt: null
+createdAt: DateTimeImmutable @1704850141 {#2812
date: 2024-01-10 02:29:01.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2228
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2252
+user: Proxies\__CG__\App\Entity\User {#2791 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2856 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2862 …}
+slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
+title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
+url: "https://www.phoronix.com/news/Linux-6.8-Networking"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 279
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720251162 {#2838
date: 2024-07-06 09:32:42.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
App\Entity\EntryComment {#2228}
]
-id: 28520
-titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704936541
+visibility: "visible "
+apId: "https://lemmy.ml/post/10332190"
+editedAt: null
+createdAt: DateTimeImmutable @1704850141 {#2812
date: 2024-01-10 02:29:01.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
+body: "Depends. There was that one F2P COD clone which used TCP and IIRC it did fine?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704888237 {#2232
date: 2024-01-10 13:03:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OsrsNeedsF2P@lemmy.ml"
"@Aradia@lemmy.ml"
"@taladar@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 295628
-bodyTs: "'clone':8 'cod':7 'depend':1 'f2p':6 'fine':16 'iirc':13 'one':5 'tcp':11 'use':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7227460"
+editedAt: null
+createdAt: DateTimeImmutable @1704888237 {#2229
date: 2024-01-10 13:03:57.0 +01:00
}
+"title": 295628
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\EntryComment {#2228
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2252
+user: Proxies\__CG__\App\Entity\User {#2791 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2856 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2862 …}
+slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
+title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
+url: "https://www.phoronix.com/news/Linux-6.8-Networking"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 279
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720251162 {#2838
date: 2024-07-06 09:32:42.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
App\Entity\EntryComment {#2228}
]
-id: 28520
-titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704936541
+visibility: "visible "
+apId: "https://lemmy.ml/post/10332190"
+editedAt: null
+createdAt: DateTimeImmutable @1704850141 {#2812
date: 2024-01-10 02:29:01.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
+body: "Depends. There was that one F2P COD clone which used TCP and IIRC it did fine?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704888237 {#2232
date: 2024-01-10 13:03:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OsrsNeedsF2P@lemmy.ml"
"@Aradia@lemmy.ml"
"@taladar@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 295628
-bodyTs: "'clone':8 'cod':7 'depend':1 'f2p':6 'fine':16 'iirc':13 'one':5 'tcp':11 'use':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7227460"
+editedAt: null
+createdAt: DateTimeImmutable @1704888237 {#2229
date: 2024-01-10 13:03:57.0 +01:00
}
+"title": 295628
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2228
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2252
+user: Proxies\__CG__\App\Entity\User {#2791 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2856 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2862 …}
+slug: "Linux-6-8-Network-Optimizations-Can-Boost-TCP-Performance-For-Many"
+title: "Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%"
+url: "https://www.phoronix.com/news/Linux-6.8-Networking"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 279
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720251162 {#2838
date: 2024-07-06 09:32:42.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2863 …}
+votes: Doctrine\ORM\PersistentCollection {#2865 …}
+reports: Doctrine\ORM\PersistentCollection {#2867 …}
+favourites: Doctrine\ORM\PersistentCollection {#2869 …}
+notifications: Doctrine\ORM\PersistentCollection {#2871 …}
+badges: Doctrine\ORM\PersistentCollection {#2873 …}
+children: [
App\Entity\EntryComment {#2228}
]
-id: 28520
-titleTs: "'40':14 '6.8':2 'boost':6 'concurr':11 'connect':12 'linux':1 'mani':10 'network':3 'optim':4 'perform':8 'tcp':7"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704936541
+visibility: "visible "
+apId: "https://lemmy.ml/post/10332190"
+editedAt: null
+createdAt: DateTimeImmutable @1704850141 {#2812
date: 2024-01-10 02:29:01.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2192 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
+body: "Depends. There was that one F2P COD clone which used TCP and IIRC it did fine?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704888237 {#2232
date: 2024-01-10 13:03:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@OsrsNeedsF2P@lemmy.ml"
"@Aradia@lemmy.ml"
"@taladar@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2299 …}
+nested: Doctrine\ORM\PersistentCollection {#2298 …}
+votes: Doctrine\ORM\PersistentCollection {#2291 …}
+reports: Doctrine\ORM\PersistentCollection {#2301 …}
+favourites: Doctrine\ORM\PersistentCollection {#2297 …}
+notifications: Doctrine\ORM\PersistentCollection {#2315 …}
-id: 295628
-bodyTs: "'clone':8 'cod':7 'depend':1 'f2p':6 'fine':16 'iirc':13 'one':5 'tcp':11 'use':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7227460"
+editedAt: null
+createdAt: DateTimeImmutable @1704888237 {#2229
date: 2024-01-10 13:03:57.0 +01:00
}
+"title": 295628
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2117
+user: Proxies\__CG__\App\Entity\User {#2366 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "FOSS-Miracast-WiDi-receiver-for-Android-TV"
+title: "FOSS Miracast/WiDi receiver for Android TV?"
+url: null
+body: """
Greetings, fellow FOSS fanatics! I’ve been scouring the internet in the past month for any kind of open source implementation of the Miracast protocol that could run on Android (or Android TV) as a receiver with no luck.\n
\n
I installed LineageOS 20 (Android 13) on my TV Box (Dynalink 4k / wade), but even though LineageOS for phones has retained the Miracast sender functionality after Google removed it from AOSP in favor of their stupid proprietary Chromecast, it seems the ATV version hasn’t received a similar treatment as a receiver.\n
\n
I think this is a real shame and a massive oversight, forcing us privacy-loving folk to either use Goolag services for Chromecast (if you’re lucky enough that your device has it built-in), or resort to disgusting proprietary apps filled to the brim with ads, tracking and in-app purchases.\n
\n
Is there a reason no FOSS Miracast / WifiDisplay receiver has ever been developed for Android? I found receivers made for Raspberry PI and Linux, but no Android, could one of those be adapted or compiled for Android? Note that I’m not a developer, so I might be talking mumbo-jumbo, sorry if that’s the case :D
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712572208 {#2914
date: 2024-04-08 12:30:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2878 …}
+votes: Doctrine\ORM\PersistentCollection {#2921 …}
+reports: Doctrine\ORM\PersistentCollection {#2923 …}
+favourites: Doctrine\ORM\PersistentCollection {#2925 …}
+notifications: Doctrine\ORM\PersistentCollection {#2927 …}
+badges: Doctrine\ORM\PersistentCollection {#2929 …}
+children: [
App\Entity\EntryComment {#2118
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: null
+root: null
+body: "Not what you’re asking for but a potential solution: Your TV itself might support Miracast."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1711310795 {#2124
date: 2024-03-24 21:06:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Imonobor@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 276549
-bodyTs: "'ask':5 'might':14 'miracast':16 'potenti':9 're':4 'solut':10 'support':15 'tv':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7044218"
+editedAt: null
+createdAt: DateTimeImmutable @1704292616 {#2114
date: 2024-01-03 15:36:56.0 +01:00
}
+"title": 276549
}
]
-id: 26880
-titleTs: "'android':5 'foss':1 'miracast/widi':2 'receiv':3 'tv':6"
-bodyTs: "'13':45 '20':43 '4k':51 'ad':140 'adapt':179 'android':30,32,44,161,173,183 'aosp':70 'app':134,145 'atv':81 'box':49 'brim':138 'built':127 'built-in':126 'case':204 'chromecast':77,115 'compil':181 'could':27,174 'd':205 'develop':159,190 'devic':123 'disgust':132 'dynalink':50 'either':110 'enough':120 'even':54 'ever':157 'fanat':4 'favor':72 'fellow':2 'fill':135 'folk':108 'forc':103 'foss':3,152 'found':163 'function':64 'googl':66 'goolag':112 'greet':1 'hasn':83 'implement':21 'in-app':143 'instal':41 'internet':10 'jumbo':198 'kind':17 'lineageo':42,56 'linux':170 'love':107 'luck':39 'lucki':119 'm':187 'made':165 'massiv':101 'might':193 'miracast':24,62,153 'month':14 'mumbo':197 'mumbo-jumbo':196 'note':184 'one':175 'open':19 'oversight':102 'past':13 'phone':58 'pi':168 'privaci':106 'privacy-lov':105 'proprietari':76,133 'protocol':25 'purchas':146 'raspberri':167 're':118 'real':97 'reason':150 'receiv':36,85,91,155,164 'remov':67 'resort':130 'retain':60 'run':28 'scour':8 'seem':79 'sender':63 'servic':113 'shame':98 'similar':87 'sorri':199 'sourc':20 'stupid':75 'talk':195 'think':93 'though':55 'track':141 'treatment':88 'tv':33,48 'us':104 'use':111 've':6 'version':82 'wade':52 'wifidisplay':154"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704353304
+visibility: "visible "
+apId: "https://lemmy.world/post/10260681"
+editedAt: null
+createdAt: DateTimeImmutable @1704266904 {#2900
date: 2024-01-03 08:28:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2117
+user: Proxies\__CG__\App\Entity\User {#2366 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "FOSS-Miracast-WiDi-receiver-for-Android-TV"
+title: "FOSS Miracast/WiDi receiver for Android TV?"
+url: null
+body: """
Greetings, fellow FOSS fanatics! I’ve been scouring the internet in the past month for any kind of open source implementation of the Miracast protocol that could run on Android (or Android TV) as a receiver with no luck.\n
\n
I installed LineageOS 20 (Android 13) on my TV Box (Dynalink 4k / wade), but even though LineageOS for phones has retained the Miracast sender functionality after Google removed it from AOSP in favor of their stupid proprietary Chromecast, it seems the ATV version hasn’t received a similar treatment as a receiver.\n
\n
I think this is a real shame and a massive oversight, forcing us privacy-loving folk to either use Goolag services for Chromecast (if you’re lucky enough that your device has it built-in), or resort to disgusting proprietary apps filled to the brim with ads, tracking and in-app purchases.\n
\n
Is there a reason no FOSS Miracast / WifiDisplay receiver has ever been developed for Android? I found receivers made for Raspberry PI and Linux, but no Android, could one of those be adapted or compiled for Android? Note that I’m not a developer, so I might be talking mumbo-jumbo, sorry if that’s the case :D
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712572208 {#2914
date: 2024-04-08 12:30:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2878 …}
+votes: Doctrine\ORM\PersistentCollection {#2921 …}
+reports: Doctrine\ORM\PersistentCollection {#2923 …}
+favourites: Doctrine\ORM\PersistentCollection {#2925 …}
+notifications: Doctrine\ORM\PersistentCollection {#2927 …}
+badges: Doctrine\ORM\PersistentCollection {#2929 …}
+children: [
App\Entity\EntryComment {#2118
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: null
+root: null
+body: "Not what you’re asking for but a potential solution: Your TV itself might support Miracast."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1711310795 {#2124
date: 2024-03-24 21:06:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Imonobor@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 276549
-bodyTs: "'ask':5 'might':14 'miracast':16 'potenti':9 're':4 'solut':10 'support':15 'tv':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7044218"
+editedAt: null
+createdAt: DateTimeImmutable @1704292616 {#2114
date: 2024-01-03 15:36:56.0 +01:00
}
+"title": 276549
}
]
-id: 26880
-titleTs: "'android':5 'foss':1 'miracast/widi':2 'receiv':3 'tv':6"
-bodyTs: "'13':45 '20':43 '4k':51 'ad':140 'adapt':179 'android':30,32,44,161,173,183 'aosp':70 'app':134,145 'atv':81 'box':49 'brim':138 'built':127 'built-in':126 'case':204 'chromecast':77,115 'compil':181 'could':27,174 'd':205 'develop':159,190 'devic':123 'disgust':132 'dynalink':50 'either':110 'enough':120 'even':54 'ever':157 'fanat':4 'favor':72 'fellow':2 'fill':135 'folk':108 'forc':103 'foss':3,152 'found':163 'function':64 'googl':66 'goolag':112 'greet':1 'hasn':83 'implement':21 'in-app':143 'instal':41 'internet':10 'jumbo':198 'kind':17 'lineageo':42,56 'linux':170 'love':107 'luck':39 'lucki':119 'm':187 'made':165 'massiv':101 'might':193 'miracast':24,62,153 'month':14 'mumbo':197 'mumbo-jumbo':196 'note':184 'one':175 'open':19 'oversight':102 'past':13 'phone':58 'pi':168 'privaci':106 'privacy-lov':105 'proprietari':76,133 'protocol':25 'purchas':146 'raspberri':167 're':118 'real':97 'reason':150 'receiv':36,85,91,155,164 'remov':67 'resort':130 'retain':60 'run':28 'scour':8 'seem':79 'sender':63 'servic':113 'shame':98 'similar':87 'sorri':199 'sourc':20 'stupid':75 'talk':195 'think':93 'though':55 'track':141 'treatment':88 'tv':33,48 'us':104 'use':111 've':6 'version':82 'wade':52 'wifidisplay':154"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704353304
+visibility: "visible "
+apId: "https://lemmy.world/post/10260681"
+editedAt: null
+createdAt: DateTimeImmutable @1704266904 {#2900
date: 2024-01-03 08:28:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2117
+user: Proxies\__CG__\App\Entity\User {#2366 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "FOSS-Miracast-WiDi-receiver-for-Android-TV"
+title: "FOSS Miracast/WiDi receiver for Android TV?"
+url: null
+body: """
Greetings, fellow FOSS fanatics! I’ve been scouring the internet in the past month for any kind of open source implementation of the Miracast protocol that could run on Android (or Android TV) as a receiver with no luck.\n
\n
I installed LineageOS 20 (Android 13) on my TV Box (Dynalink 4k / wade), but even though LineageOS for phones has retained the Miracast sender functionality after Google removed it from AOSP in favor of their stupid proprietary Chromecast, it seems the ATV version hasn’t received a similar treatment as a receiver.\n
\n
I think this is a real shame and a massive oversight, forcing us privacy-loving folk to either use Goolag services for Chromecast (if you’re lucky enough that your device has it built-in), or resort to disgusting proprietary apps filled to the brim with ads, tracking and in-app purchases.\n
\n
Is there a reason no FOSS Miracast / WifiDisplay receiver has ever been developed for Android? I found receivers made for Raspberry PI and Linux, but no Android, could one of those be adapted or compiled for Android? Note that I’m not a developer, so I might be talking mumbo-jumbo, sorry if that’s the case :D
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712572208 {#2914
date: 2024-04-08 12:30:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2878 …}
+votes: Doctrine\ORM\PersistentCollection {#2921 …}
+reports: Doctrine\ORM\PersistentCollection {#2923 …}
+favourites: Doctrine\ORM\PersistentCollection {#2925 …}
+notifications: Doctrine\ORM\PersistentCollection {#2927 …}
+badges: Doctrine\ORM\PersistentCollection {#2929 …}
+children: [
App\Entity\EntryComment {#2118
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: null
+root: null
+body: "Not what you’re asking for but a potential solution: Your TV itself might support Miracast."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1711310795 {#2124
date: 2024-03-24 21:06:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Imonobor@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 276549
-bodyTs: "'ask':5 'might':14 'miracast':16 'potenti':9 're':4 'solut':10 'support':15 'tv':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7044218"
+editedAt: null
+createdAt: DateTimeImmutable @1704292616 {#2114
date: 2024-01-03 15:36:56.0 +01:00
}
+"title": 276549
}
]
-id: 26880
-titleTs: "'android':5 'foss':1 'miracast/widi':2 'receiv':3 'tv':6"
-bodyTs: "'13':45 '20':43 '4k':51 'ad':140 'adapt':179 'android':30,32,44,161,173,183 'aosp':70 'app':134,145 'atv':81 'box':49 'brim':138 'built':127 'built-in':126 'case':204 'chromecast':77,115 'compil':181 'could':27,174 'd':205 'develop':159,190 'devic':123 'disgust':132 'dynalink':50 'either':110 'enough':120 'even':54 'ever':157 'fanat':4 'favor':72 'fellow':2 'fill':135 'folk':108 'forc':103 'foss':3,152 'found':163 'function':64 'googl':66 'goolag':112 'greet':1 'hasn':83 'implement':21 'in-app':143 'instal':41 'internet':10 'jumbo':198 'kind':17 'lineageo':42,56 'linux':170 'love':107 'luck':39 'lucki':119 'm':187 'made':165 'massiv':101 'might':193 'miracast':24,62,153 'month':14 'mumbo':197 'mumbo-jumbo':196 'note':184 'one':175 'open':19 'oversight':102 'past':13 'phone':58 'pi':168 'privaci':106 'privacy-lov':105 'proprietari':76,133 'protocol':25 'purchas':146 'raspberri':167 're':118 'real':97 'reason':150 'receiv':36,85,91,155,164 'remov':67 'resort':130 'retain':60 'run':28 'scour':8 'seem':79 'sender':63 'servic':113 'shame':98 'similar':87 'sorri':199 'sourc':20 'stupid':75 'talk':195 'think':93 'though':55 'track':141 'treatment':88 'tv':33,48 'us':104 'use':111 've':6 'version':82 'wade':52 'wifidisplay':154"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704353304
+visibility: "visible "
+apId: "https://lemmy.world/post/10260681"
+editedAt: null
+createdAt: DateTimeImmutable @1704266904 {#2900
date: 2024-01-03 08:28:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2118
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2117
+user: Proxies\__CG__\App\Entity\User {#2366 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "FOSS-Miracast-WiDi-receiver-for-Android-TV"
+title: "FOSS Miracast/WiDi receiver for Android TV?"
+url: null
+body: """
Greetings, fellow FOSS fanatics! I’ve been scouring the internet in the past month for any kind of open source implementation of the Miracast protocol that could run on Android (or Android TV) as a receiver with no luck.\n
\n
I installed LineageOS 20 (Android 13) on my TV Box (Dynalink 4k / wade), but even though LineageOS for phones has retained the Miracast sender functionality after Google removed it from AOSP in favor of their stupid proprietary Chromecast, it seems the ATV version hasn’t received a similar treatment as a receiver.\n
\n
I think this is a real shame and a massive oversight, forcing us privacy-loving folk to either use Goolag services for Chromecast (if you’re lucky enough that your device has it built-in), or resort to disgusting proprietary apps filled to the brim with ads, tracking and in-app purchases.\n
\n
Is there a reason no FOSS Miracast / WifiDisplay receiver has ever been developed for Android? I found receivers made for Raspberry PI and Linux, but no Android, could one of those be adapted or compiled for Android? Note that I’m not a developer, so I might be talking mumbo-jumbo, sorry if that’s the case :D
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712572208 {#2914
date: 2024-04-08 12:30:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2878 …}
+votes: Doctrine\ORM\PersistentCollection {#2921 …}
+reports: Doctrine\ORM\PersistentCollection {#2923 …}
+favourites: Doctrine\ORM\PersistentCollection {#2925 …}
+notifications: Doctrine\ORM\PersistentCollection {#2927 …}
+badges: Doctrine\ORM\PersistentCollection {#2929 …}
+children: [
App\Entity\EntryComment {#2118}
]
-id: 26880
-titleTs: "'android':5 'foss':1 'miracast/widi':2 'receiv':3 'tv':6"
-bodyTs: "'13':45 '20':43 '4k':51 'ad':140 'adapt':179 'android':30,32,44,161,173,183 'aosp':70 'app':134,145 'atv':81 'box':49 'brim':138 'built':127 'built-in':126 'case':204 'chromecast':77,115 'compil':181 'could':27,174 'd':205 'develop':159,190 'devic':123 'disgust':132 'dynalink':50 'either':110 'enough':120 'even':54 'ever':157 'fanat':4 'favor':72 'fellow':2 'fill':135 'folk':108 'forc':103 'foss':3,152 'found':163 'function':64 'googl':66 'goolag':112 'greet':1 'hasn':83 'implement':21 'in-app':143 'instal':41 'internet':10 'jumbo':198 'kind':17 'lineageo':42,56 'linux':170 'love':107 'luck':39 'lucki':119 'm':187 'made':165 'massiv':101 'might':193 'miracast':24,62,153 'month':14 'mumbo':197 'mumbo-jumbo':196 'note':184 'one':175 'open':19 'oversight':102 'past':13 'phone':58 'pi':168 'privaci':106 'privacy-lov':105 'proprietari':76,133 'protocol':25 'purchas':146 'raspberri':167 're':118 'real':97 'reason':150 'receiv':36,85,91,155,164 'remov':67 'resort':130 'retain':60 'run':28 'scour':8 'seem':79 'sender':63 'servic':113 'shame':98 'similar':87 'sorri':199 'sourc':20 'stupid':75 'talk':195 'think':93 'though':55 'track':141 'treatment':88 'tv':33,48 'us':104 'use':111 've':6 'version':82 'wade':52 'wifidisplay':154"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704353304
+visibility: "visible "
+apId: "https://lemmy.world/post/10260681"
+editedAt: null
+createdAt: DateTimeImmutable @1704266904 {#2900
date: 2024-01-03 08:28:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: null
+root: null
+body: "Not what you’re asking for but a potential solution: Your TV itself might support Miracast."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1711310795 {#2124
date: 2024-03-24 21:06:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Imonobor@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 276549
-bodyTs: "'ask':5 'might':14 'miracast':16 'potenti':9 're':4 'solut':10 'support':15 'tv':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7044218"
+editedAt: null
+createdAt: DateTimeImmutable @1704292616 {#2114
date: 2024-01-03 15:36:56.0 +01:00
}
+"title": 276549
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\EntryComment {#2118
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2117
+user: Proxies\__CG__\App\Entity\User {#2366 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "FOSS-Miracast-WiDi-receiver-for-Android-TV"
+title: "FOSS Miracast/WiDi receiver for Android TV?"
+url: null
+body: """
Greetings, fellow FOSS fanatics! I’ve been scouring the internet in the past month for any kind of open source implementation of the Miracast protocol that could run on Android (or Android TV) as a receiver with no luck.\n
\n
I installed LineageOS 20 (Android 13) on my TV Box (Dynalink 4k / wade), but even though LineageOS for phones has retained the Miracast sender functionality after Google removed it from AOSP in favor of their stupid proprietary Chromecast, it seems the ATV version hasn’t received a similar treatment as a receiver.\n
\n
I think this is a real shame and a massive oversight, forcing us privacy-loving folk to either use Goolag services for Chromecast (if you’re lucky enough that your device has it built-in), or resort to disgusting proprietary apps filled to the brim with ads, tracking and in-app purchases.\n
\n
Is there a reason no FOSS Miracast / WifiDisplay receiver has ever been developed for Android? I found receivers made for Raspberry PI and Linux, but no Android, could one of those be adapted or compiled for Android? Note that I’m not a developer, so I might be talking mumbo-jumbo, sorry if that’s the case :D
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712572208 {#2914
date: 2024-04-08 12:30:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2878 …}
+votes: Doctrine\ORM\PersistentCollection {#2921 …}
+reports: Doctrine\ORM\PersistentCollection {#2923 …}
+favourites: Doctrine\ORM\PersistentCollection {#2925 …}
+notifications: Doctrine\ORM\PersistentCollection {#2927 …}
+badges: Doctrine\ORM\PersistentCollection {#2929 …}
+children: [
App\Entity\EntryComment {#2118}
]
-id: 26880
-titleTs: "'android':5 'foss':1 'miracast/widi':2 'receiv':3 'tv':6"
-bodyTs: "'13':45 '20':43 '4k':51 'ad':140 'adapt':179 'android':30,32,44,161,173,183 'aosp':70 'app':134,145 'atv':81 'box':49 'brim':138 'built':127 'built-in':126 'case':204 'chromecast':77,115 'compil':181 'could':27,174 'd':205 'develop':159,190 'devic':123 'disgust':132 'dynalink':50 'either':110 'enough':120 'even':54 'ever':157 'fanat':4 'favor':72 'fellow':2 'fill':135 'folk':108 'forc':103 'foss':3,152 'found':163 'function':64 'googl':66 'goolag':112 'greet':1 'hasn':83 'implement':21 'in-app':143 'instal':41 'internet':10 'jumbo':198 'kind':17 'lineageo':42,56 'linux':170 'love':107 'luck':39 'lucki':119 'm':187 'made':165 'massiv':101 'might':193 'miracast':24,62,153 'month':14 'mumbo':197 'mumbo-jumbo':196 'note':184 'one':175 'open':19 'oversight':102 'past':13 'phone':58 'pi':168 'privaci':106 'privacy-lov':105 'proprietari':76,133 'protocol':25 'purchas':146 'raspberri':167 're':118 'real':97 'reason':150 'receiv':36,85,91,155,164 'remov':67 'resort':130 'retain':60 'run':28 'scour':8 'seem':79 'sender':63 'servic':113 'shame':98 'similar':87 'sorri':199 'sourc':20 'stupid':75 'talk':195 'think':93 'though':55 'track':141 'treatment':88 'tv':33,48 'us':104 'use':111 've':6 'version':82 'wade':52 'wifidisplay':154"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704353304
+visibility: "visible "
+apId: "https://lemmy.world/post/10260681"
+editedAt: null
+createdAt: DateTimeImmutable @1704266904 {#2900
date: 2024-01-03 08:28:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: null
+root: null
+body: "Not what you’re asking for but a potential solution: Your TV itself might support Miracast."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1711310795 {#2124
date: 2024-03-24 21:06:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Imonobor@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 276549
-bodyTs: "'ask':5 'might':14 'miracast':16 'potenti':9 're':4 'solut':10 'support':15 'tv':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7044218"
+editedAt: null
+createdAt: DateTimeImmutable @1704292616 {#2114
date: 2024-01-03 15:36:56.0 +01:00
}
+"title": 276549
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2118
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2117
+user: Proxies\__CG__\App\Entity\User {#2366 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "FOSS-Miracast-WiDi-receiver-for-Android-TV"
+title: "FOSS Miracast/WiDi receiver for Android TV?"
+url: null
+body: """
Greetings, fellow FOSS fanatics! I’ve been scouring the internet in the past month for any kind of open source implementation of the Miracast protocol that could run on Android (or Android TV) as a receiver with no luck.\n
\n
I installed LineageOS 20 (Android 13) on my TV Box (Dynalink 4k / wade), but even though LineageOS for phones has retained the Miracast sender functionality after Google removed it from AOSP in favor of their stupid proprietary Chromecast, it seems the ATV version hasn’t received a similar treatment as a receiver.\n
\n
I think this is a real shame and a massive oversight, forcing us privacy-loving folk to either use Goolag services for Chromecast (if you’re lucky enough that your device has it built-in), or resort to disgusting proprietary apps filled to the brim with ads, tracking and in-app purchases.\n
\n
Is there a reason no FOSS Miracast / WifiDisplay receiver has ever been developed for Android? I found receivers made for Raspberry PI and Linux, but no Android, could one of those be adapted or compiled for Android? Note that I’m not a developer, so I might be talking mumbo-jumbo, sorry if that’s the case :D
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712572208 {#2914
date: 2024-04-08 12:30:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2878 …}
+votes: Doctrine\ORM\PersistentCollection {#2921 …}
+reports: Doctrine\ORM\PersistentCollection {#2923 …}
+favourites: Doctrine\ORM\PersistentCollection {#2925 …}
+notifications: Doctrine\ORM\PersistentCollection {#2927 …}
+badges: Doctrine\ORM\PersistentCollection {#2929 …}
+children: [
App\Entity\EntryComment {#2118}
]
-id: 26880
-titleTs: "'android':5 'foss':1 'miracast/widi':2 'receiv':3 'tv':6"
-bodyTs: "'13':45 '20':43 '4k':51 'ad':140 'adapt':179 'android':30,32,44,161,173,183 'aosp':70 'app':134,145 'atv':81 'box':49 'brim':138 'built':127 'built-in':126 'case':204 'chromecast':77,115 'compil':181 'could':27,174 'd':205 'develop':159,190 'devic':123 'disgust':132 'dynalink':50 'either':110 'enough':120 'even':54 'ever':157 'fanat':4 'favor':72 'fellow':2 'fill':135 'folk':108 'forc':103 'foss':3,152 'found':163 'function':64 'googl':66 'goolag':112 'greet':1 'hasn':83 'implement':21 'in-app':143 'instal':41 'internet':10 'jumbo':198 'kind':17 'lineageo':42,56 'linux':170 'love':107 'luck':39 'lucki':119 'm':187 'made':165 'massiv':101 'might':193 'miracast':24,62,153 'month':14 'mumbo':197 'mumbo-jumbo':196 'note':184 'one':175 'open':19 'oversight':102 'past':13 'phone':58 'pi':168 'privaci':106 'privacy-lov':105 'proprietari':76,133 'protocol':25 'purchas':146 'raspberri':167 're':118 'real':97 'reason':150 'receiv':36,85,91,155,164 'remov':67 'resort':130 'retain':60 'run':28 'scour':8 'seem':79 'sender':63 'servic':113 'shame':98 'similar':87 'sorri':199 'sourc':20 'stupid':75 'talk':195 'think':93 'though':55 'track':141 'treatment':88 'tv':33,48 'us':104 'use':111 've':6 'version':82 'wade':52 'wifidisplay':154"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704353304
+visibility: "visible "
+apId: "https://lemmy.world/post/10260681"
+editedAt: null
+createdAt: DateTimeImmutable @1704266904 {#2900
date: 2024-01-03 08:28:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: null
+root: null
+body: "Not what you’re asking for but a potential solution: Your TV itself might support Miracast."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1711310795 {#2124
date: 2024-03-24 21:06:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Imonobor@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2121 …}
+nested: Doctrine\ORM\PersistentCollection {#2115 …}
+votes: Doctrine\ORM\PersistentCollection {#2123 …}
+reports: Doctrine\ORM\PersistentCollection {#2116 …}
+favourites: Doctrine\ORM\PersistentCollection {#2161 …}
+notifications: Doctrine\ORM\PersistentCollection {#2163 …}
-id: 276549
-bodyTs: "'ask':5 'might':14 'miracast':16 'potenti':9 're':4 'solut':10 'support':15 'tv':12"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7044218"
+editedAt: null
+createdAt: DateTimeImmutable @1704292616 {#2114
date: 2024-01-03 15:36:56.0 +01:00
}
+"title": 276549
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2126
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3107 …}
+slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
+title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
+url: "https://jade.fyi/blog/flakes-arent-real/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 25
+favouriteCount: 109
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1721577387 {#3102
date: 2024-07-21 17:56:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3109 …}
+votes: Doctrine\ORM\PersistentCollection {#3111 …}
+reports: Doctrine\ORM\PersistentCollection {#3113 …}
+favourites: Doctrine\ORM\PersistentCollection {#3115 …}
+notifications: Doctrine\ORM\PersistentCollection {#3117 …}
+badges: Doctrine\ORM\PersistentCollection {#3119 …}
+children: [
App\Entity\EntryComment {#2127
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2126 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+body: """
There’s the WIP NixOS-based SnowflakeOS that aims to make NixOS approachable for mere mortals but that’s still declarative configuration and of course still NixOS under the hood.\n
\n
There’s a bunch of immutable distros out there that use OStree or some other imperatively managed snapshotting mechanism such as Fedora Silverblue or VanillaOS.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704359236 {#2044
date: 2024-01-04 10:07:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Atemu@lemmy.ml"
"@AI_toothbrush@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 279037
-bodyTs: "'aim':10 'approach':14 'base':7 'bunch':35 'configur':23 'cours':26 'declar':22 'distro':38 'fedora':53 'hood':31 'immut':37 'imper':47 'make':12 'manag':48 'mechan':50 'mere':16 'mortal':17 'nixo':6,13,28 'nixos-bas':5 'ostre':43 'silverblu':54 'snapshot':49 'snowflakeo':8 'still':21,27 'use':42 'vanillao':56 'wip':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7062864"
+editedAt: null
+createdAt: DateTimeImmutable @1704359236 {#2128
date: 2024-01-04 10:07:16.0 +01:00
}
+"title": 279037
}
]
-id: 26705
-titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704289065
+visibility: "visible "
+apId: "https://lemmy.ml/post/10029412"
+editedAt: null
+createdAt: DateTimeImmutable @1704202665 {#3090
date: 2024-01-02 14:37:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2126
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3107 …}
+slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
+title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
+url: "https://jade.fyi/blog/flakes-arent-real/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 25
+favouriteCount: 109
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1721577387 {#3102
date: 2024-07-21 17:56:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3109 …}
+votes: Doctrine\ORM\PersistentCollection {#3111 …}
+reports: Doctrine\ORM\PersistentCollection {#3113 …}
+favourites: Doctrine\ORM\PersistentCollection {#3115 …}
+notifications: Doctrine\ORM\PersistentCollection {#3117 …}
+badges: Doctrine\ORM\PersistentCollection {#3119 …}
+children: [
App\Entity\EntryComment {#2127
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2126 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+body: """
There’s the WIP NixOS-based SnowflakeOS that aims to make NixOS approachable for mere mortals but that’s still declarative configuration and of course still NixOS under the hood.\n
\n
There’s a bunch of immutable distros out there that use OStree or some other imperatively managed snapshotting mechanism such as Fedora Silverblue or VanillaOS.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704359236 {#2044
date: 2024-01-04 10:07:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Atemu@lemmy.ml"
"@AI_toothbrush@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 279037
-bodyTs: "'aim':10 'approach':14 'base':7 'bunch':35 'configur':23 'cours':26 'declar':22 'distro':38 'fedora':53 'hood':31 'immut':37 'imper':47 'make':12 'manag':48 'mechan':50 'mere':16 'mortal':17 'nixo':6,13,28 'nixos-bas':5 'ostre':43 'silverblu':54 'snapshot':49 'snowflakeo':8 'still':21,27 'use':42 'vanillao':56 'wip':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7062864"
+editedAt: null
+createdAt: DateTimeImmutable @1704359236 {#2128
date: 2024-01-04 10:07:16.0 +01:00
}
+"title": 279037
}
]
-id: 26705
-titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704289065
+visibility: "visible "
+apId: "https://lemmy.ml/post/10029412"
+editedAt: null
+createdAt: DateTimeImmutable @1704202665 {#3090
date: 2024-01-02 14:37:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2126
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3107 …}
+slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
+title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
+url: "https://jade.fyi/blog/flakes-arent-real/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 25
+favouriteCount: 109
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1721577387 {#3102
date: 2024-07-21 17:56:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3109 …}
+votes: Doctrine\ORM\PersistentCollection {#3111 …}
+reports: Doctrine\ORM\PersistentCollection {#3113 …}
+favourites: Doctrine\ORM\PersistentCollection {#3115 …}
+notifications: Doctrine\ORM\PersistentCollection {#3117 …}
+badges: Doctrine\ORM\PersistentCollection {#3119 …}
+children: [
App\Entity\EntryComment {#2127
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2126 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+body: """
There’s the WIP NixOS-based SnowflakeOS that aims to make NixOS approachable for mere mortals but that’s still declarative configuration and of course still NixOS under the hood.\n
\n
There’s a bunch of immutable distros out there that use OStree or some other imperatively managed snapshotting mechanism such as Fedora Silverblue or VanillaOS.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704359236 {#2044
date: 2024-01-04 10:07:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Atemu@lemmy.ml"
"@AI_toothbrush@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 279037
-bodyTs: "'aim':10 'approach':14 'base':7 'bunch':35 'configur':23 'cours':26 'declar':22 'distro':38 'fedora':53 'hood':31 'immut':37 'imper':47 'make':12 'manag':48 'mechan':50 'mere':16 'mortal':17 'nixo':6,13,28 'nixos-bas':5 'ostre':43 'silverblu':54 'snapshot':49 'snowflakeo':8 'still':21,27 'use':42 'vanillao':56 'wip':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7062864"
+editedAt: null
+createdAt: DateTimeImmutable @1704359236 {#2128
date: 2024-01-04 10:07:16.0 +01:00
}
+"title": 279037
}
]
-id: 26705
-titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704289065
+visibility: "visible "
+apId: "https://lemmy.ml/post/10029412"
+editedAt: null
+createdAt: DateTimeImmutable @1704202665 {#3090
date: 2024-01-02 14:37:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
62 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2127
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2126
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3107 …}
+slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
+title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
+url: "https://jade.fyi/blog/flakes-arent-real/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 25
+favouriteCount: 109
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1721577387 {#3102
date: 2024-07-21 17:56:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3109 …}
+votes: Doctrine\ORM\PersistentCollection {#3111 …}
+reports: Doctrine\ORM\PersistentCollection {#3113 …}
+favourites: Doctrine\ORM\PersistentCollection {#3115 …}
+notifications: Doctrine\ORM\PersistentCollection {#3117 …}
+badges: Doctrine\ORM\PersistentCollection {#3119 …}
+children: [
App\Entity\EntryComment {#2127}
]
-id: 26705
-titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704289065
+visibility: "visible "
+apId: "https://lemmy.ml/post/10029412"
+editedAt: null
+createdAt: DateTimeImmutable @1704202665 {#3090
date: 2024-01-02 14:37:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+body: """
There’s the WIP NixOS-based SnowflakeOS that aims to make NixOS approachable for mere mortals but that’s still declarative configuration and of course still NixOS under the hood.\n
\n
There’s a bunch of immutable distros out there that use OStree or some other imperatively managed snapshotting mechanism such as Fedora Silverblue or VanillaOS.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704359236 {#2044
date: 2024-01-04 10:07:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Atemu@lemmy.ml"
"@AI_toothbrush@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 279037
-bodyTs: "'aim':10 'approach':14 'base':7 'bunch':35 'configur':23 'cours':26 'declar':22 'distro':38 'fedora':53 'hood':31 'immut':37 'imper':47 'make':12 'manag':48 'mechan':50 'mere':16 'mortal':17 'nixo':6,13,28 'nixos-bas':5 'ostre':43 'silverblu':54 'snapshot':49 'snowflakeo':8 'still':21,27 'use':42 'vanillao':56 'wip':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7062864"
+editedAt: null
+createdAt: DateTimeImmutable @1704359236 {#2128
date: 2024-01-04 10:07:16.0 +01:00
}
+"title": 279037
} |
|
Show voter details
|
63 |
DENIED
|
edit
|
App\Entity\EntryComment {#2127
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2126
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3107 …}
+slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
+title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
+url: "https://jade.fyi/blog/flakes-arent-real/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 25
+favouriteCount: 109
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1721577387 {#3102
date: 2024-07-21 17:56:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3109 …}
+votes: Doctrine\ORM\PersistentCollection {#3111 …}
+reports: Doctrine\ORM\PersistentCollection {#3113 …}
+favourites: Doctrine\ORM\PersistentCollection {#3115 …}
+notifications: Doctrine\ORM\PersistentCollection {#3117 …}
+badges: Doctrine\ORM\PersistentCollection {#3119 …}
+children: [
App\Entity\EntryComment {#2127}
]
-id: 26705
-titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704289065
+visibility: "visible "
+apId: "https://lemmy.ml/post/10029412"
+editedAt: null
+createdAt: DateTimeImmutable @1704202665 {#3090
date: 2024-01-02 14:37:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+body: """
There’s the WIP NixOS-based SnowflakeOS that aims to make NixOS approachable for mere mortals but that’s still declarative configuration and of course still NixOS under the hood.\n
\n
There’s a bunch of immutable distros out there that use OStree or some other imperatively managed snapshotting mechanism such as Fedora Silverblue or VanillaOS.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704359236 {#2044
date: 2024-01-04 10:07:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Atemu@lemmy.ml"
"@AI_toothbrush@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 279037
-bodyTs: "'aim':10 'approach':14 'base':7 'bunch':35 'configur':23 'cours':26 'declar':22 'distro':38 'fedora':53 'hood':31 'immut':37 'imper':47 'make':12 'manag':48 'mechan':50 'mere':16 'mortal':17 'nixo':6,13,28 'nixos-bas':5 'ostre':43 'silverblu':54 'snapshot':49 'snowflakeo':8 'still':21,27 'use':42 'vanillao':56 'wip':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7062864"
+editedAt: null
+createdAt: DateTimeImmutable @1704359236 {#2128
date: 2024-01-04 10:07:16.0 +01:00
}
+"title": 279037
} |
|
Show voter details
|
64 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2127
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2126
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3067 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3107 …}
+slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
+title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
+url: "https://jade.fyi/blog/flakes-arent-real/"
+body: null
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 25
+favouriteCount: 109
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1721577387 {#3102
date: 2024-07-21 17:56:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3109 …}
+votes: Doctrine\ORM\PersistentCollection {#3111 …}
+reports: Doctrine\ORM\PersistentCollection {#3113 …}
+favourites: Doctrine\ORM\PersistentCollection {#3115 …}
+notifications: Doctrine\ORM\PersistentCollection {#3117 …}
+badges: Doctrine\ORM\PersistentCollection {#3119 …}
+children: [
App\Entity\EntryComment {#2127}
]
-id: 26705
-titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704289065
+visibility: "visible "
+apId: "https://lemmy.ml/post/10029412"
+editedAt: null
+createdAt: DateTimeImmutable @1704202665 {#3090
date: 2024-01-02 14:37:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
+body: """
There’s the WIP NixOS-based SnowflakeOS that aims to make NixOS approachable for mere mortals but that’s still declarative configuration and of course still NixOS under the hood.\n
\n
There’s a bunch of immutable distros out there that use OStree or some other imperatively managed snapshotting mechanism such as Fedora Silverblue or VanillaOS.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704359236 {#2044
date: 2024-01-04 10:07:16.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Atemu@lemmy.ml"
"@AI_toothbrush@lemmy.zip"
]
+children: Doctrine\ORM\PersistentCollection {#2139 …}
+nested: Doctrine\ORM\PersistentCollection {#2224 …}
+votes: Doctrine\ORM\PersistentCollection {#2223 …}
+reports: Doctrine\ORM\PersistentCollection {#2216 …}
+favourites: Doctrine\ORM\PersistentCollection {#2213 …}
+notifications: Doctrine\ORM\PersistentCollection {#2230 …}
-id: 279037
-bodyTs: "'aim':10 'approach':14 'base':7 'bunch':35 'configur':23 'cours':26 'declar':22 'distro':38 'fedora':53 'hood':31 'immut':37 'imper':47 'make':12 'manag':48 'mechan':50 'mere':16 'mortal':17 'nixo':6,13,28 'nixos-bas':5 'ostre':43 'silverblu':54 'snapshot':49 'snowflakeo':8 'still':21,27 'use':42 'vanillao':56 'wip':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/7062864"
+editedAt: null
+createdAt: DateTimeImmutable @1704359236 {#2128
date: 2024-01-04 10:07:16.0 +01:00
}
+"title": 279037
} |
|
Show voter details
|
65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
66 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2165
+user: Proxies\__CG__\App\Entity\User {#3029 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: Proxies\__CG__\App\Entity\Image {#3069 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3071 …}
+slug: "Thoughts-on-Post-Open-Source"
+title: "Thoughts on Post-Open Source?"
+url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
+body: """
TLDR: Companies should be required to pay developers for any open source software they use.\n
\n
> He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
\n
It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
\n
What are your thoughts on it?
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 72
+favouriteCount: 190
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710923414 {#3064
date: 2024-03-20 09:30:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3072 …}
+votes: Doctrine\ORM\PersistentCollection {#3074 …}
+reports: Doctrine\ORM\PersistentCollection {#3076 …}
+favourites: Doctrine\ORM\PersistentCollection {#3078 …}
+notifications: Doctrine\ORM\PersistentCollection {#3080 …}
+badges: Doctrine\ORM\PersistentCollection {#3082 …}
+children: [
App\Entity\EntryComment {#2125
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2165 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2104 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
+body: "Is there a court case about this already? Because that’s clearly not the intention of the GPL."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704055625 {#2058
date: 2023-12-31 21:47:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@actual_patience@programming.dev"
"@lvxferre@lemmy.ml"
"@library_napper@monyet.cc"
]
+children: Doctrine\ORM\PersistentCollection {#2099 …}
+nested: Doctrine\ORM\PersistentCollection {#2108 …}
+votes: Doctrine\ORM\PersistentCollection {#2101 …}
+reports: Doctrine\ORM\PersistentCollection {#2109 …}
+favourites: Doctrine\ORM\PersistentCollection {#2106 …}
+notifications: Doctrine\ORM\PersistentCollection {#2107 …}
-id: 268289
-bodyTs: "'alreadi':8 'case':5 'clear':12 'court':4 'gpl':18 'intent':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6979901"
+editedAt: null
+createdAt: DateTimeImmutable @1704055625 {#2053
date: 2023-12-31 21:47:05.0 +01:00
}
+"title": 268289
}
]
-id: 26032
-titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
-bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704072165
+visibility: "visible "
+apId: "https://programming.dev/post/7914741"
+editedAt: null
+createdAt: DateTimeImmutable @1703985765 {#3052
date: 2023-12-31 02:22:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
67 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2165
+user: Proxies\__CG__\App\Entity\User {#3029 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: Proxies\__CG__\App\Entity\Image {#3069 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3071 …}
+slug: "Thoughts-on-Post-Open-Source"
+title: "Thoughts on Post-Open Source?"
+url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
+body: """
TLDR: Companies should be required to pay developers for any open source software they use.\n
\n
> He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
\n
It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
\n
What are your thoughts on it?
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 72
+favouriteCount: 190
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710923414 {#3064
date: 2024-03-20 09:30:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3072 …}
+votes: Doctrine\ORM\PersistentCollection {#3074 …}
+reports: Doctrine\ORM\PersistentCollection {#3076 …}
+favourites: Doctrine\ORM\PersistentCollection {#3078 …}
+notifications: Doctrine\ORM\PersistentCollection {#3080 …}
+badges: Doctrine\ORM\PersistentCollection {#3082 …}
+children: [
App\Entity\EntryComment {#2125
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2165 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2104 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
+body: "Is there a court case about this already? Because that’s clearly not the intention of the GPL."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704055625 {#2058
date: 2023-12-31 21:47:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@actual_patience@programming.dev"
"@lvxferre@lemmy.ml"
"@library_napper@monyet.cc"
]
+children: Doctrine\ORM\PersistentCollection {#2099 …}
+nested: Doctrine\ORM\PersistentCollection {#2108 …}
+votes: Doctrine\ORM\PersistentCollection {#2101 …}
+reports: Doctrine\ORM\PersistentCollection {#2109 …}
+favourites: Doctrine\ORM\PersistentCollection {#2106 …}
+notifications: Doctrine\ORM\PersistentCollection {#2107 …}
-id: 268289
-bodyTs: "'alreadi':8 'case':5 'clear':12 'court':4 'gpl':18 'intent':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6979901"
+editedAt: null
+createdAt: DateTimeImmutable @1704055625 {#2053
date: 2023-12-31 21:47:05.0 +01:00
}
+"title": 268289
}
]
-id: 26032
-titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
-bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704072165
+visibility: "visible "
+apId: "https://programming.dev/post/7914741"
+editedAt: null
+createdAt: DateTimeImmutable @1703985765 {#3052
date: 2023-12-31 02:22:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
68 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2165
+user: Proxies\__CG__\App\Entity\User {#3029 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: Proxies\__CG__\App\Entity\Image {#3069 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3071 …}
+slug: "Thoughts-on-Post-Open-Source"
+title: "Thoughts on Post-Open Source?"
+url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
+body: """
TLDR: Companies should be required to pay developers for any open source software they use.\n
\n
> He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
\n
It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
\n
What are your thoughts on it?
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 72
+favouriteCount: 190
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710923414 {#3064
date: 2024-03-20 09:30:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3072 …}
+votes: Doctrine\ORM\PersistentCollection {#3074 …}
+reports: Doctrine\ORM\PersistentCollection {#3076 …}
+favourites: Doctrine\ORM\PersistentCollection {#3078 …}
+notifications: Doctrine\ORM\PersistentCollection {#3080 …}
+badges: Doctrine\ORM\PersistentCollection {#3082 …}
+children: [
App\Entity\EntryComment {#2125
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2165 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2104 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
+body: "Is there a court case about this already? Because that’s clearly not the intention of the GPL."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704055625 {#2058
date: 2023-12-31 21:47:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@actual_patience@programming.dev"
"@lvxferre@lemmy.ml"
"@library_napper@monyet.cc"
]
+children: Doctrine\ORM\PersistentCollection {#2099 …}
+nested: Doctrine\ORM\PersistentCollection {#2108 …}
+votes: Doctrine\ORM\PersistentCollection {#2101 …}
+reports: Doctrine\ORM\PersistentCollection {#2109 …}
+favourites: Doctrine\ORM\PersistentCollection {#2106 …}
+notifications: Doctrine\ORM\PersistentCollection {#2107 …}
-id: 268289
-bodyTs: "'alreadi':8 'case':5 'clear':12 'court':4 'gpl':18 'intent':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6979901"
+editedAt: null
+createdAt: DateTimeImmutable @1704055625 {#2053
date: 2023-12-31 21:47:05.0 +01:00
}
+"title": 268289
}
]
-id: 26032
-titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
-bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704072165
+visibility: "visible "
+apId: "https://programming.dev/post/7914741"
+editedAt: null
+createdAt: DateTimeImmutable @1703985765 {#3052
date: 2023-12-31 02:22:45.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
69 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
70 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2125
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2165
+user: Proxies\__CG__\App\Entity\User {#3029 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: Proxies\__CG__\App\Entity\Image {#3069 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3071 …}
+slug: "Thoughts-on-Post-Open-Source"
+title: "Thoughts on Post-Open Source?"
+url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
+body: """
TLDR: Companies should be required to pay developers for any open source software they use.\n
\n
> He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
\n
It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
\n
What are your thoughts on it?
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 72
+favouriteCount: 190
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710923414 {#3064
date: 2024-03-20 09:30:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3072 …}
+votes: Doctrine\ORM\PersistentCollection {#3074 …}
+reports: Doctrine\ORM\PersistentCollection {#3076 …}
+favourites: Doctrine\ORM\PersistentCollection {#3078 …}
+notifications: Doctrine\ORM\PersistentCollection {#3080 …}
+badges: Doctrine\ORM\PersistentCollection {#3082 …}
+children: [
App\Entity\EntryComment {#2125}
]
-id: 26032
-titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
-bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704072165
+visibility: "visible "
+apId: "https://programming.dev/post/7914741"
+editedAt: null
+createdAt: DateTimeImmutable @1703985765 {#3052
date: 2023-12-31 02:22:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2104 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
+body: "Is there a court case about this already? Because that’s clearly not the intention of the GPL."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704055625 {#2058
date: 2023-12-31 21:47:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@actual_patience@programming.dev"
"@lvxferre@lemmy.ml"
"@library_napper@monyet.cc"
]
+children: Doctrine\ORM\PersistentCollection {#2099 …}
+nested: Doctrine\ORM\PersistentCollection {#2108 …}
+votes: Doctrine\ORM\PersistentCollection {#2101 …}
+reports: Doctrine\ORM\PersistentCollection {#2109 …}
+favourites: Doctrine\ORM\PersistentCollection {#2106 …}
+notifications: Doctrine\ORM\PersistentCollection {#2107 …}
-id: 268289
-bodyTs: "'alreadi':8 'case':5 'clear':12 'court':4 'gpl':18 'intent':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6979901"
+editedAt: null
+createdAt: DateTimeImmutable @1704055625 {#2053
date: 2023-12-31 21:47:05.0 +01:00
}
+"title": 268289
} |
|
Show voter details
|
71 |
DENIED
|
edit
|
App\Entity\EntryComment {#2125
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2165
+user: Proxies\__CG__\App\Entity\User {#3029 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: Proxies\__CG__\App\Entity\Image {#3069 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3071 …}
+slug: "Thoughts-on-Post-Open-Source"
+title: "Thoughts on Post-Open Source?"
+url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
+body: """
TLDR: Companies should be required to pay developers for any open source software they use.\n
\n
> He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
\n
It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
\n
What are your thoughts on it?
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 72
+favouriteCount: 190
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710923414 {#3064
date: 2024-03-20 09:30:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3072 …}
+votes: Doctrine\ORM\PersistentCollection {#3074 …}
+reports: Doctrine\ORM\PersistentCollection {#3076 …}
+favourites: Doctrine\ORM\PersistentCollection {#3078 …}
+notifications: Doctrine\ORM\PersistentCollection {#3080 …}
+badges: Doctrine\ORM\PersistentCollection {#3082 …}
+children: [
App\Entity\EntryComment {#2125}
]
-id: 26032
-titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
-bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704072165
+visibility: "visible "
+apId: "https://programming.dev/post/7914741"
+editedAt: null
+createdAt: DateTimeImmutable @1703985765 {#3052
date: 2023-12-31 02:22:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2104 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
+body: "Is there a court case about this already? Because that’s clearly not the intention of the GPL."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704055625 {#2058
date: 2023-12-31 21:47:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@actual_patience@programming.dev"
"@lvxferre@lemmy.ml"
"@library_napper@monyet.cc"
]
+children: Doctrine\ORM\PersistentCollection {#2099 …}
+nested: Doctrine\ORM\PersistentCollection {#2108 …}
+votes: Doctrine\ORM\PersistentCollection {#2101 …}
+reports: Doctrine\ORM\PersistentCollection {#2109 …}
+favourites: Doctrine\ORM\PersistentCollection {#2106 …}
+notifications: Doctrine\ORM\PersistentCollection {#2107 …}
-id: 268289
-bodyTs: "'alreadi':8 'case':5 'clear':12 'court':4 'gpl':18 'intent':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6979901"
+editedAt: null
+createdAt: DateTimeImmutable @1704055625 {#2053
date: 2023-12-31 21:47:05.0 +01:00
}
+"title": 268289
} |
|
Show voter details
|
72 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2125
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2165
+user: Proxies\__CG__\App\Entity\User {#3029 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: Proxies\__CG__\App\Entity\Image {#3069 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3071 …}
+slug: "Thoughts-on-Post-Open-Source"
+title: "Thoughts on Post-Open Source?"
+url: "https://www.theregister.com/2023/12/27/bruce_perens_post_open/"
+body: """
TLDR: Companies should be required to pay developers for any open source software they use.\n
\n
> He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they’d fund developers who would be encouraged to write software that’s usable by the common person, as opposed to technical experts.\n
\n
It’s an interesting concept, but I don’t really see any feasible means to get this to kick off.\n
\n
What are your thoughts on it?
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 72
+favouriteCount: 190
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710923414 {#3064
date: 2024-03-20 09:30:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3072 …}
+votes: Doctrine\ORM\PersistentCollection {#3074 …}
+reports: Doctrine\ORM\PersistentCollection {#3076 …}
+favourites: Doctrine\ORM\PersistentCollection {#3078 …}
+notifications: Doctrine\ORM\PersistentCollection {#3080 …}
+badges: Doctrine\ORM\PersistentCollection {#3082 …}
+children: [
App\Entity\EntryComment {#2125}
]
-id: 26032
-titleTs: "'open':5 'post':4 'post-open':3 'sourc':6 'thought':1"
-bodyTs: "'common':54 'compani':2,25 'complianc':21 'concept':65 'd':39 'develop':8,41 'encourag':45 'expert':60 'feasibl':73 'fund':40 'get':24,76 'imagin':17 'interest':64 'kick':79 'mean':74 'need':30 'open':11,35 'oppos':57 'pay':7 'person':55 'post':34 'post-open':33 'process':22 'realli':70 'requir':5 'right':28 'see':71 'simpl':19 'softwar':13,36,48 'sourc':12 'technic':59 'thought':84 'tldr':1 'usabl':51 'use':15,32 'would':43 'write':47 'year':20"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704072165
+visibility: "visible "
+apId: "https://programming.dev/post/7914741"
+editedAt: null
+createdAt: DateTimeImmutable @1703985765 {#3052
date: 2023-12-31 02:22:45.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2041 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2104 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
+body: "Is there a court case about this already? Because that’s clearly not the intention of the GPL."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1704055625 {#2058
date: 2023-12-31 21:47:05.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@actual_patience@programming.dev"
"@lvxferre@lemmy.ml"
"@library_napper@monyet.cc"
]
+children: Doctrine\ORM\PersistentCollection {#2099 …}
+nested: Doctrine\ORM\PersistentCollection {#2108 …}
+votes: Doctrine\ORM\PersistentCollection {#2101 …}
+reports: Doctrine\ORM\PersistentCollection {#2109 …}
+favourites: Doctrine\ORM\PersistentCollection {#2106 …}
+notifications: Doctrine\ORM\PersistentCollection {#2107 …}
-id: 268289
-bodyTs: "'alreadi':8 'case':5 'clear':12 'court':4 'gpl':18 'intent':15"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6979901"
+editedAt: null
+createdAt: DateTimeImmutable @1704055625 {#2053
date: 2023-12-31 21:47:05.0 +01:00
}
+"title": 268289
} |
|
Show voter details
|
73 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
74 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2049
+user: Proxies\__CG__\App\Entity\User {#2992 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3031 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3033 …}
+slug: "nix-warnings"
+title: "nix warnings"
+url: "https://rytter.me/display/4c906314-1265-8824-6b3b-3ba049161326"
+body: """
does anyone know what effect these warnings have when installing or running a nix package?\n
\n
warning: Ignoring setting 'auto-allocate-uids' because experimental feature 'auto-allocate-uids' is not enabled \n
warning: Ignoring setting 'impure-env' because experimental feature 'configurable-impure-env' is not enabled\n
\n
I'm using Nix on Fedora.\n
\n
@linux@lemmy.ml
"""
+type: "link"
+lang: "en-us"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707794159 {#3026
date: 2024-02-13 04:15:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@linux@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#3034 …}
+votes: Doctrine\ORM\PersistentCollection {#3036 …}
+reports: Doctrine\ORM\PersistentCollection {#3038 …}
+favourites: Doctrine\ORM\PersistentCollection {#3040 …}
+notifications: Doctrine\ORM\PersistentCollection {#3042 …}
+badges: Doctrine\ORM\PersistentCollection {#3044 …}
+children: [
App\Entity\EntryComment {#2070
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "Check your nix.conf."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703423433 {#2071
date: 2023-12-24 14:10:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@linux@lemmy.ml"
"@anders@rytter.me"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 248477
-bodyTs: "'check':1 'nix.conf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6856626"
+editedAt: null
+createdAt: DateTimeImmutable @1703423433 {#2067
date: 2023-12-24 14:10:33.0 +01:00
}
+"title": 248477
}
]
-id: 24395
-titleTs: "'nix':1 'warn':2"
-bodyTs: "'alloc':21,28 'anyon':2 'auto':20,27 'auto-allocate-uid':19,26 'configur':43 'configurable-impure-env':42 'effect':5 'enabl':32,48 'env':38,45 'experiment':24,40 'featur':25,41 'fedora':54 'ignor':17,34 'impur':37,44 'impure-env':36 'instal':10 'know':3 'linux@lemmy.ml':55 'm':50 'nix':14,52 'packag':15 'run':12 'set':18,35 'uid':22,29 'use':51 'warn':7,16,33"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703501035
+visibility: "visible "
+apId: "https://rytter.me/objects/4c906314-1265-8824-6b3b-3ba049161326"
+editedAt: null
+createdAt: DateTimeImmutable @1703421035 {#3013
date: 2023-12-24 13:30:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
75 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2049
+user: Proxies\__CG__\App\Entity\User {#2992 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3031 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3033 …}
+slug: "nix-warnings"
+title: "nix warnings"
+url: "https://rytter.me/display/4c906314-1265-8824-6b3b-3ba049161326"
+body: """
does anyone know what effect these warnings have when installing or running a nix package?\n
\n
warning: Ignoring setting 'auto-allocate-uids' because experimental feature 'auto-allocate-uids' is not enabled \n
warning: Ignoring setting 'impure-env' because experimental feature 'configurable-impure-env' is not enabled\n
\n
I'm using Nix on Fedora.\n
\n
@linux@lemmy.ml
"""
+type: "link"
+lang: "en-us"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707794159 {#3026
date: 2024-02-13 04:15:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@linux@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#3034 …}
+votes: Doctrine\ORM\PersistentCollection {#3036 …}
+reports: Doctrine\ORM\PersistentCollection {#3038 …}
+favourites: Doctrine\ORM\PersistentCollection {#3040 …}
+notifications: Doctrine\ORM\PersistentCollection {#3042 …}
+badges: Doctrine\ORM\PersistentCollection {#3044 …}
+children: [
App\Entity\EntryComment {#2070
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "Check your nix.conf."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703423433 {#2071
date: 2023-12-24 14:10:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@linux@lemmy.ml"
"@anders@rytter.me"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 248477
-bodyTs: "'check':1 'nix.conf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6856626"
+editedAt: null
+createdAt: DateTimeImmutable @1703423433 {#2067
date: 2023-12-24 14:10:33.0 +01:00
}
+"title": 248477
}
]
-id: 24395
-titleTs: "'nix':1 'warn':2"
-bodyTs: "'alloc':21,28 'anyon':2 'auto':20,27 'auto-allocate-uid':19,26 'configur':43 'configurable-impure-env':42 'effect':5 'enabl':32,48 'env':38,45 'experiment':24,40 'featur':25,41 'fedora':54 'ignor':17,34 'impur':37,44 'impure-env':36 'instal':10 'know':3 'linux@lemmy.ml':55 'm':50 'nix':14,52 'packag':15 'run':12 'set':18,35 'uid':22,29 'use':51 'warn':7,16,33"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703501035
+visibility: "visible "
+apId: "https://rytter.me/objects/4c906314-1265-8824-6b3b-3ba049161326"
+editedAt: null
+createdAt: DateTimeImmutable @1703421035 {#3013
date: 2023-12-24 13:30:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
76 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2049
+user: Proxies\__CG__\App\Entity\User {#2992 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3031 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3033 …}
+slug: "nix-warnings"
+title: "nix warnings"
+url: "https://rytter.me/display/4c906314-1265-8824-6b3b-3ba049161326"
+body: """
does anyone know what effect these warnings have when installing or running a nix package?\n
\n
warning: Ignoring setting 'auto-allocate-uids' because experimental feature 'auto-allocate-uids' is not enabled \n
warning: Ignoring setting 'impure-env' because experimental feature 'configurable-impure-env' is not enabled\n
\n
I'm using Nix on Fedora.\n
\n
@linux@lemmy.ml
"""
+type: "link"
+lang: "en-us"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707794159 {#3026
date: 2024-02-13 04:15:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@linux@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#3034 …}
+votes: Doctrine\ORM\PersistentCollection {#3036 …}
+reports: Doctrine\ORM\PersistentCollection {#3038 …}
+favourites: Doctrine\ORM\PersistentCollection {#3040 …}
+notifications: Doctrine\ORM\PersistentCollection {#3042 …}
+badges: Doctrine\ORM\PersistentCollection {#3044 …}
+children: [
App\Entity\EntryComment {#2070
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2049 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "Check your nix.conf."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703423433 {#2071
date: 2023-12-24 14:10:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@linux@lemmy.ml"
"@anders@rytter.me"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 248477
-bodyTs: "'check':1 'nix.conf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6856626"
+editedAt: null
+createdAt: DateTimeImmutable @1703423433 {#2067
date: 2023-12-24 14:10:33.0 +01:00
}
+"title": 248477
}
]
-id: 24395
-titleTs: "'nix':1 'warn':2"
-bodyTs: "'alloc':21,28 'anyon':2 'auto':20,27 'auto-allocate-uid':19,26 'configur':43 'configurable-impure-env':42 'effect':5 'enabl':32,48 'env':38,45 'experiment':24,40 'featur':25,41 'fedora':54 'ignor':17,34 'impur':37,44 'impure-env':36 'instal':10 'know':3 'linux@lemmy.ml':55 'm':50 'nix':14,52 'packag':15 'run':12 'set':18,35 'uid':22,29 'use':51 'warn':7,16,33"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703501035
+visibility: "visible "
+apId: "https://rytter.me/objects/4c906314-1265-8824-6b3b-3ba049161326"
+editedAt: null
+createdAt: DateTimeImmutable @1703421035 {#3013
date: 2023-12-24 13:30:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
77 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
78 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2070
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2049
+user: Proxies\__CG__\App\Entity\User {#2992 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3031 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3033 …}
+slug: "nix-warnings"
+title: "nix warnings"
+url: "https://rytter.me/display/4c906314-1265-8824-6b3b-3ba049161326"
+body: """
does anyone know what effect these warnings have when installing or running a nix package?\n
\n
warning: Ignoring setting 'auto-allocate-uids' because experimental feature 'auto-allocate-uids' is not enabled \n
warning: Ignoring setting 'impure-env' because experimental feature 'configurable-impure-env' is not enabled\n
\n
I'm using Nix on Fedora.\n
\n
@linux@lemmy.ml
"""
+type: "link"
+lang: "en-us"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707794159 {#3026
date: 2024-02-13 04:15:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@linux@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#3034 …}
+votes: Doctrine\ORM\PersistentCollection {#3036 …}
+reports: Doctrine\ORM\PersistentCollection {#3038 …}
+favourites: Doctrine\ORM\PersistentCollection {#3040 …}
+notifications: Doctrine\ORM\PersistentCollection {#3042 …}
+badges: Doctrine\ORM\PersistentCollection {#3044 …}
+children: [
App\Entity\EntryComment {#2070}
]
-id: 24395
-titleTs: "'nix':1 'warn':2"
-bodyTs: "'alloc':21,28 'anyon':2 'auto':20,27 'auto-allocate-uid':19,26 'configur':43 'configurable-impure-env':42 'effect':5 'enabl':32,48 'env':38,45 'experiment':24,40 'featur':25,41 'fedora':54 'ignor':17,34 'impur':37,44 'impure-env':36 'instal':10 'know':3 'linux@lemmy.ml':55 'm':50 'nix':14,52 'packag':15 'run':12 'set':18,35 'uid':22,29 'use':51 'warn':7,16,33"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703501035
+visibility: "visible "
+apId: "https://rytter.me/objects/4c906314-1265-8824-6b3b-3ba049161326"
+editedAt: null
+createdAt: DateTimeImmutable @1703421035 {#3013
date: 2023-12-24 13:30:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "Check your nix.conf."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703423433 {#2071
date: 2023-12-24 14:10:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@linux@lemmy.ml"
"@anders@rytter.me"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 248477
-bodyTs: "'check':1 'nix.conf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6856626"
+editedAt: null
+createdAt: DateTimeImmutable @1703423433 {#2067
date: 2023-12-24 14:10:33.0 +01:00
}
+"title": 248477
} |
|
Show voter details
|
79 |
DENIED
|
edit
|
App\Entity\EntryComment {#2070
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2049
+user: Proxies\__CG__\App\Entity\User {#2992 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3031 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3033 …}
+slug: "nix-warnings"
+title: "nix warnings"
+url: "https://rytter.me/display/4c906314-1265-8824-6b3b-3ba049161326"
+body: """
does anyone know what effect these warnings have when installing or running a nix package?\n
\n
warning: Ignoring setting 'auto-allocate-uids' because experimental feature 'auto-allocate-uids' is not enabled \n
warning: Ignoring setting 'impure-env' because experimental feature 'configurable-impure-env' is not enabled\n
\n
I'm using Nix on Fedora.\n
\n
@linux@lemmy.ml
"""
+type: "link"
+lang: "en-us"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707794159 {#3026
date: 2024-02-13 04:15:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@linux@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#3034 …}
+votes: Doctrine\ORM\PersistentCollection {#3036 …}
+reports: Doctrine\ORM\PersistentCollection {#3038 …}
+favourites: Doctrine\ORM\PersistentCollection {#3040 …}
+notifications: Doctrine\ORM\PersistentCollection {#3042 …}
+badges: Doctrine\ORM\PersistentCollection {#3044 …}
+children: [
App\Entity\EntryComment {#2070}
]
-id: 24395
-titleTs: "'nix':1 'warn':2"
-bodyTs: "'alloc':21,28 'anyon':2 'auto':20,27 'auto-allocate-uid':19,26 'configur':43 'configurable-impure-env':42 'effect':5 'enabl':32,48 'env':38,45 'experiment':24,40 'featur':25,41 'fedora':54 'ignor':17,34 'impur':37,44 'impure-env':36 'instal':10 'know':3 'linux@lemmy.ml':55 'm':50 'nix':14,52 'packag':15 'run':12 'set':18,35 'uid':22,29 'use':51 'warn':7,16,33"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703501035
+visibility: "visible "
+apId: "https://rytter.me/objects/4c906314-1265-8824-6b3b-3ba049161326"
+editedAt: null
+createdAt: DateTimeImmutable @1703421035 {#3013
date: 2023-12-24 13:30:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "Check your nix.conf."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703423433 {#2071
date: 2023-12-24 14:10:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@linux@lemmy.ml"
"@anders@rytter.me"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 248477
-bodyTs: "'check':1 'nix.conf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6856626"
+editedAt: null
+createdAt: DateTimeImmutable @1703423433 {#2067
date: 2023-12-24 14:10:33.0 +01:00
}
+"title": 248477
} |
|
Show voter details
|
80 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2070
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2049
+user: Proxies\__CG__\App\Entity\User {#2992 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3031 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3033 …}
+slug: "nix-warnings"
+title: "nix warnings"
+url: "https://rytter.me/display/4c906314-1265-8824-6b3b-3ba049161326"
+body: """
does anyone know what effect these warnings have when installing or running a nix package?\n
\n
warning: Ignoring setting 'auto-allocate-uids' because experimental feature 'auto-allocate-uids' is not enabled \n
warning: Ignoring setting 'impure-env' because experimental feature 'configurable-impure-env' is not enabled\n
\n
I'm using Nix on Fedora.\n
\n
@linux@lemmy.ml
"""
+type: "link"
+lang: "en-us"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1707794159 {#3026
date: 2024-02-13 04:15:59.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@linux@lemmy.ml"
]
+comments: Doctrine\ORM\PersistentCollection {#3034 …}
+votes: Doctrine\ORM\PersistentCollection {#3036 …}
+reports: Doctrine\ORM\PersistentCollection {#3038 …}
+favourites: Doctrine\ORM\PersistentCollection {#3040 …}
+notifications: Doctrine\ORM\PersistentCollection {#3042 …}
+badges: Doctrine\ORM\PersistentCollection {#3044 …}
+children: [
App\Entity\EntryComment {#2070}
]
-id: 24395
-titleTs: "'nix':1 'warn':2"
-bodyTs: "'alloc':21,28 'anyon':2 'auto':20,27 'auto-allocate-uid':19,26 'configur':43 'configurable-impure-env':42 'effect':5 'enabl':32,48 'env':38,45 'experiment':24,40 'featur':25,41 'fedora':54 'ignor':17,34 'impur':37,44 'impure-env':36 'instal':10 'know':3 'linux@lemmy.ml':55 'm':50 'nix':14,52 'packag':15 'run':12 'set':18,35 'uid':22,29 'use':51 'warn':7,16,33"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703501035
+visibility: "visible "
+apId: "https://rytter.me/objects/4c906314-1265-8824-6b3b-3ba049161326"
+editedAt: null
+createdAt: DateTimeImmutable @1703421035 {#3013
date: 2023-12-24 13:30:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "Check your nix.conf."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703423433 {#2071
date: 2023-12-24 14:10:33.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@linux@lemmy.ml"
"@anders@rytter.me"
]
+children: Doctrine\ORM\PersistentCollection {#2048 …}
+nested: Doctrine\ORM\PersistentCollection {#2056 …}
+votes: Doctrine\ORM\PersistentCollection {#2046 …}
+reports: Doctrine\ORM\PersistentCollection {#2045 …}
+favourites: Doctrine\ORM\PersistentCollection {#2050 …}
+notifications: Doctrine\ORM\PersistentCollection {#2052 …}
-id: 248477
-bodyTs: "'check':1 'nix.conf':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6856626"
+editedAt: null
+createdAt: DateTimeImmutable @1703423433 {#2067
date: 2023-12-24 14:10:33.0 +01:00
}
+"title": 248477
} |
|
Show voter details
|
81 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
82 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2328
+user: Proxies\__CG__\App\Entity\User {#2662 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Considering-Gentoo"
+title: "Considering Gentoo"
+url: null
+body: "I have an old iMac that I am planning to install some flavor of Linux on and while I was looking at various distros it occurred to me that it might be a good exercise to install Gentoo on it. Other than a separate machine for documentation and downloading the necessary packages, what else should I have set up to try this? Has anyone installed Gentoo on a Mac before? If so, what concerns are there related to things like Apple’s implementation of EFI?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 46
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703277387 {#2667
date: 2023-12-22 21:36:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2688 …}
+votes: Doctrine\ORM\PersistentCollection {#2686 …}
+reports: Doctrine\ORM\PersistentCollection {#2683 …}
+favourites: Doctrine\ORM\PersistentCollection {#2717 …}
+notifications: Doctrine\ORM\PersistentCollection {#2713 …}
+badges: Doctrine\ORM\PersistentCollection {#2730 …}
+children: [
App\Entity\EntryComment {#2289
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I’d also add a build machine to the setup. Building a modern desktop system on such a machine would take *days*."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703240471 {#2331
date: 2023-12-22 11:21:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dylanmorgan@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#2326 …}
+nested: Doctrine\ORM\PersistentCollection {#2325 …}
+votes: Doctrine\ORM\PersistentCollection {#2329 …}
+reports: Doctrine\ORM\PersistentCollection {#2323 …}
+favourites: Doctrine\ORM\PersistentCollection {#2300 …}
+notifications: Doctrine\ORM\PersistentCollection {#2340 …}
-id: 242790
-bodyTs: "'add':4 'also':3 'build':6,11 'd':2 'day':22 'desktop':14 'machin':7,19 'modern':13 'setup':10 'system':15 'take':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817468"
+editedAt: null
+createdAt: DateTimeImmutable @1703240471 {#2314
date: 2023-12-22 11:21:11.0 +01:00
}
+"title": 242790
}
]
-id: 23928
-titleTs: "'consid':1 'gentoo':2"
-bodyTs: "'anyon':64 'appl':81 'concern':74 'distro':24 'document':47 'download':49 'efi':85 'els':54 'exercis':35 'flavor':13 'gentoo':38,66 'good':34 'imac':5 'implement':83 'instal':11,37,65 'like':80 'linux':15 'look':21 'mac':69 'machin':45 'might':31 'necessari':51 'occur':26 'old':4 'packag':52 'plan':9 'relat':77 'separ':44 'set':58 'thing':79 'tri':61 'various':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703295292
+visibility: "visible "
+apId: "https://slrpnk.net/post/5102109"
+editedAt: null
+createdAt: DateTimeImmutable @1703208892 {#2661
date: 2023-12-22 02:34:52.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
83 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2328
+user: Proxies\__CG__\App\Entity\User {#2662 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Considering-Gentoo"
+title: "Considering Gentoo"
+url: null
+body: "I have an old iMac that I am planning to install some flavor of Linux on and while I was looking at various distros it occurred to me that it might be a good exercise to install Gentoo on it. Other than a separate machine for documentation and downloading the necessary packages, what else should I have set up to try this? Has anyone installed Gentoo on a Mac before? If so, what concerns are there related to things like Apple’s implementation of EFI?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 46
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703277387 {#2667
date: 2023-12-22 21:36:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2688 …}
+votes: Doctrine\ORM\PersistentCollection {#2686 …}
+reports: Doctrine\ORM\PersistentCollection {#2683 …}
+favourites: Doctrine\ORM\PersistentCollection {#2717 …}
+notifications: Doctrine\ORM\PersistentCollection {#2713 …}
+badges: Doctrine\ORM\PersistentCollection {#2730 …}
+children: [
App\Entity\EntryComment {#2289
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I’d also add a build machine to the setup. Building a modern desktop system on such a machine would take *days*."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703240471 {#2331
date: 2023-12-22 11:21:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dylanmorgan@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#2326 …}
+nested: Doctrine\ORM\PersistentCollection {#2325 …}
+votes: Doctrine\ORM\PersistentCollection {#2329 …}
+reports: Doctrine\ORM\PersistentCollection {#2323 …}
+favourites: Doctrine\ORM\PersistentCollection {#2300 …}
+notifications: Doctrine\ORM\PersistentCollection {#2340 …}
-id: 242790
-bodyTs: "'add':4 'also':3 'build':6,11 'd':2 'day':22 'desktop':14 'machin':7,19 'modern':13 'setup':10 'system':15 'take':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817468"
+editedAt: null
+createdAt: DateTimeImmutable @1703240471 {#2314
date: 2023-12-22 11:21:11.0 +01:00
}
+"title": 242790
}
]
-id: 23928
-titleTs: "'consid':1 'gentoo':2"
-bodyTs: "'anyon':64 'appl':81 'concern':74 'distro':24 'document':47 'download':49 'efi':85 'els':54 'exercis':35 'flavor':13 'gentoo':38,66 'good':34 'imac':5 'implement':83 'instal':11,37,65 'like':80 'linux':15 'look':21 'mac':69 'machin':45 'might':31 'necessari':51 'occur':26 'old':4 'packag':52 'plan':9 'relat':77 'separ':44 'set':58 'thing':79 'tri':61 'various':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703295292
+visibility: "visible "
+apId: "https://slrpnk.net/post/5102109"
+editedAt: null
+createdAt: DateTimeImmutable @1703208892 {#2661
date: 2023-12-22 02:34:52.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
84 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2328
+user: Proxies\__CG__\App\Entity\User {#2662 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Considering-Gentoo"
+title: "Considering Gentoo"
+url: null
+body: "I have an old iMac that I am planning to install some flavor of Linux on and while I was looking at various distros it occurred to me that it might be a good exercise to install Gentoo on it. Other than a separate machine for documentation and downloading the necessary packages, what else should I have set up to try this? Has anyone installed Gentoo on a Mac before? If so, what concerns are there related to things like Apple’s implementation of EFI?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 46
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703277387 {#2667
date: 2023-12-22 21:36:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2688 …}
+votes: Doctrine\ORM\PersistentCollection {#2686 …}
+reports: Doctrine\ORM\PersistentCollection {#2683 …}
+favourites: Doctrine\ORM\PersistentCollection {#2717 …}
+notifications: Doctrine\ORM\PersistentCollection {#2713 …}
+badges: Doctrine\ORM\PersistentCollection {#2730 …}
+children: [
App\Entity\EntryComment {#2289
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2328 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I’d also add a build machine to the setup. Building a modern desktop system on such a machine would take *days*."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703240471 {#2331
date: 2023-12-22 11:21:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dylanmorgan@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#2326 …}
+nested: Doctrine\ORM\PersistentCollection {#2325 …}
+votes: Doctrine\ORM\PersistentCollection {#2329 …}
+reports: Doctrine\ORM\PersistentCollection {#2323 …}
+favourites: Doctrine\ORM\PersistentCollection {#2300 …}
+notifications: Doctrine\ORM\PersistentCollection {#2340 …}
-id: 242790
-bodyTs: "'add':4 'also':3 'build':6,11 'd':2 'day':22 'desktop':14 'machin':7,19 'modern':13 'setup':10 'system':15 'take':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817468"
+editedAt: null
+createdAt: DateTimeImmutable @1703240471 {#2314
date: 2023-12-22 11:21:11.0 +01:00
}
+"title": 242790
}
]
-id: 23928
-titleTs: "'consid':1 'gentoo':2"
-bodyTs: "'anyon':64 'appl':81 'concern':74 'distro':24 'document':47 'download':49 'efi':85 'els':54 'exercis':35 'flavor':13 'gentoo':38,66 'good':34 'imac':5 'implement':83 'instal':11,37,65 'like':80 'linux':15 'look':21 'mac':69 'machin':45 'might':31 'necessari':51 'occur':26 'old':4 'packag':52 'plan':9 'relat':77 'separ':44 'set':58 'thing':79 'tri':61 'various':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703295292
+visibility: "visible "
+apId: "https://slrpnk.net/post/5102109"
+editedAt: null
+createdAt: DateTimeImmutable @1703208892 {#2661
date: 2023-12-22 02:34:52.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
85 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
86 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2289
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2328
+user: Proxies\__CG__\App\Entity\User {#2662 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Considering-Gentoo"
+title: "Considering Gentoo"
+url: null
+body: "I have an old iMac that I am planning to install some flavor of Linux on and while I was looking at various distros it occurred to me that it might be a good exercise to install Gentoo on it. Other than a separate machine for documentation and downloading the necessary packages, what else should I have set up to try this? Has anyone installed Gentoo on a Mac before? If so, what concerns are there related to things like Apple’s implementation of EFI?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 46
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703277387 {#2667
date: 2023-12-22 21:36:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2688 …}
+votes: Doctrine\ORM\PersistentCollection {#2686 …}
+reports: Doctrine\ORM\PersistentCollection {#2683 …}
+favourites: Doctrine\ORM\PersistentCollection {#2717 …}
+notifications: Doctrine\ORM\PersistentCollection {#2713 …}
+badges: Doctrine\ORM\PersistentCollection {#2730 …}
+children: [
App\Entity\EntryComment {#2289}
]
-id: 23928
-titleTs: "'consid':1 'gentoo':2"
-bodyTs: "'anyon':64 'appl':81 'concern':74 'distro':24 'document':47 'download':49 'efi':85 'els':54 'exercis':35 'flavor':13 'gentoo':38,66 'good':34 'imac':5 'implement':83 'instal':11,37,65 'like':80 'linux':15 'look':21 'mac':69 'machin':45 'might':31 'necessari':51 'occur':26 'old':4 'packag':52 'plan':9 'relat':77 'separ':44 'set':58 'thing':79 'tri':61 'various':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703295292
+visibility: "visible "
+apId: "https://slrpnk.net/post/5102109"
+editedAt: null
+createdAt: DateTimeImmutable @1703208892 {#2661
date: 2023-12-22 02:34:52.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I’d also add a build machine to the setup. Building a modern desktop system on such a machine would take *days*."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703240471 {#2331
date: 2023-12-22 11:21:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dylanmorgan@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#2326 …}
+nested: Doctrine\ORM\PersistentCollection {#2325 …}
+votes: Doctrine\ORM\PersistentCollection {#2329 …}
+reports: Doctrine\ORM\PersistentCollection {#2323 …}
+favourites: Doctrine\ORM\PersistentCollection {#2300 …}
+notifications: Doctrine\ORM\PersistentCollection {#2340 …}
-id: 242790
-bodyTs: "'add':4 'also':3 'build':6,11 'd':2 'day':22 'desktop':14 'machin':7,19 'modern':13 'setup':10 'system':15 'take':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817468"
+editedAt: null
+createdAt: DateTimeImmutable @1703240471 {#2314
date: 2023-12-22 11:21:11.0 +01:00
}
+"title": 242790
} |
|
Show voter details
|
87 |
DENIED
|
edit
|
App\Entity\EntryComment {#2289
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2328
+user: Proxies\__CG__\App\Entity\User {#2662 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Considering-Gentoo"
+title: "Considering Gentoo"
+url: null
+body: "I have an old iMac that I am planning to install some flavor of Linux on and while I was looking at various distros it occurred to me that it might be a good exercise to install Gentoo on it. Other than a separate machine for documentation and downloading the necessary packages, what else should I have set up to try this? Has anyone installed Gentoo on a Mac before? If so, what concerns are there related to things like Apple’s implementation of EFI?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 46
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703277387 {#2667
date: 2023-12-22 21:36:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2688 …}
+votes: Doctrine\ORM\PersistentCollection {#2686 …}
+reports: Doctrine\ORM\PersistentCollection {#2683 …}
+favourites: Doctrine\ORM\PersistentCollection {#2717 …}
+notifications: Doctrine\ORM\PersistentCollection {#2713 …}
+badges: Doctrine\ORM\PersistentCollection {#2730 …}
+children: [
App\Entity\EntryComment {#2289}
]
-id: 23928
-titleTs: "'consid':1 'gentoo':2"
-bodyTs: "'anyon':64 'appl':81 'concern':74 'distro':24 'document':47 'download':49 'efi':85 'els':54 'exercis':35 'flavor':13 'gentoo':38,66 'good':34 'imac':5 'implement':83 'instal':11,37,65 'like':80 'linux':15 'look':21 'mac':69 'machin':45 'might':31 'necessari':51 'occur':26 'old':4 'packag':52 'plan':9 'relat':77 'separ':44 'set':58 'thing':79 'tri':61 'various':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703295292
+visibility: "visible "
+apId: "https://slrpnk.net/post/5102109"
+editedAt: null
+createdAt: DateTimeImmutable @1703208892 {#2661
date: 2023-12-22 02:34:52.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I’d also add a build machine to the setup. Building a modern desktop system on such a machine would take *days*."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703240471 {#2331
date: 2023-12-22 11:21:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dylanmorgan@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#2326 …}
+nested: Doctrine\ORM\PersistentCollection {#2325 …}
+votes: Doctrine\ORM\PersistentCollection {#2329 …}
+reports: Doctrine\ORM\PersistentCollection {#2323 …}
+favourites: Doctrine\ORM\PersistentCollection {#2300 …}
+notifications: Doctrine\ORM\PersistentCollection {#2340 …}
-id: 242790
-bodyTs: "'add':4 'also':3 'build':6,11 'd':2 'day':22 'desktop':14 'machin':7,19 'modern':13 'setup':10 'system':15 'take':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817468"
+editedAt: null
+createdAt: DateTimeImmutable @1703240471 {#2314
date: 2023-12-22 11:21:11.0 +01:00
}
+"title": 242790
} |
|
Show voter details
|
88 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2289
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2328
+user: Proxies\__CG__\App\Entity\User {#2662 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Considering-Gentoo"
+title: "Considering Gentoo"
+url: null
+body: "I have an old iMac that I am planning to install some flavor of Linux on and while I was looking at various distros it occurred to me that it might be a good exercise to install Gentoo on it. Other than a separate machine for documentation and downloading the necessary packages, what else should I have set up to try this? Has anyone installed Gentoo on a Mac before? If so, what concerns are there related to things like Apple’s implementation of EFI?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 12
+favouriteCount: 46
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703277387 {#2667
date: 2023-12-22 21:36:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2688 …}
+votes: Doctrine\ORM\PersistentCollection {#2686 …}
+reports: Doctrine\ORM\PersistentCollection {#2683 …}
+favourites: Doctrine\ORM\PersistentCollection {#2717 …}
+notifications: Doctrine\ORM\PersistentCollection {#2713 …}
+badges: Doctrine\ORM\PersistentCollection {#2730 …}
+children: [
App\Entity\EntryComment {#2289}
]
-id: 23928
-titleTs: "'consid':1 'gentoo':2"
-bodyTs: "'anyon':64 'appl':81 'concern':74 'distro':24 'document':47 'download':49 'efi':85 'els':54 'exercis':35 'flavor':13 'gentoo':38,66 'good':34 'imac':5 'implement':83 'instal':11,37,65 'like':80 'linux':15 'look':21 'mac':69 'machin':45 'might':31 'necessari':51 'occur':26 'old':4 'packag':52 'plan':9 'relat':77 'separ':44 'set':58 'thing':79 'tri':61 'various':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703295292
+visibility: "visible "
+apId: "https://slrpnk.net/post/5102109"
+editedAt: null
+createdAt: DateTimeImmutable @1703208892 {#2661
date: 2023-12-22 02:34:52.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I’d also add a build machine to the setup. Building a modern desktop system on such a machine would take *days*."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703240471 {#2331
date: 2023-12-22 11:21:11.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dylanmorgan@slrpnk.net"
]
+children: Doctrine\ORM\PersistentCollection {#2326 …}
+nested: Doctrine\ORM\PersistentCollection {#2325 …}
+votes: Doctrine\ORM\PersistentCollection {#2329 …}
+reports: Doctrine\ORM\PersistentCollection {#2323 …}
+favourites: Doctrine\ORM\PersistentCollection {#2300 …}
+notifications: Doctrine\ORM\PersistentCollection {#2340 …}
-id: 242790
-bodyTs: "'add':4 'also':3 'build':6,11 'd':2 'day':22 'desktop':14 'machin':7,19 'modern':13 'setup':10 'system':15 'take':21 'would':20"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817468"
+editedAt: null
+createdAt: DateTimeImmutable @1703240471 {#2314
date: 2023-12-22 11:21:11.0 +01:00
}
+"title": 242790
} |
|
Show voter details
|
89 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
90 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#3199 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
+title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive? (on Linux)"
+url: null
+body: """
So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
\n
Does anyone know of something that can accomplish all of this on a Linux system?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703240271 {#3194
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3201 …}
+votes: Doctrine\ORM\PersistentCollection {#3203 …}
+reports: Doctrine\ORM\PersistentCollection {#3205 …}
+favourites: Doctrine\ORM\PersistentCollection {#3207 …}
+notifications: Doctrine\ORM\PersistentCollection {#3209 …}
+badges: Doctrine\ORM\PersistentCollection {#3211 …}
+children: [
App\Entity\EntryComment {#2040
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: null
+root: null
+body: """
> I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
This will happen in any case unless you had enough capacity for redundancy.\n
\n
What is in this 4TB drive? A Linux installation? A bunch of user data? Both? What kind of data?\n
\n
The first step to this is to separate your concerns. If you had e.g. a 20GiB Linux install, 10GiB of loose home files, 1TiB of Movies, 500GiB of photos, 1TiB of games and 500GiB of Music for example, you could back each of those up separately onto separate drives.\n
\n
Now, it’s likely that you’d still have more data of one category than what fits on your largest external drive (movies are a likely candidate).\n
\n
For this purpose, I use [git-annex.branchable.com](https://git-annex.branchable.com/). It’s a beast to get into and set up properly with plenty of footguns attached but it was designed to solve issues like this elegantly. \n
One of the most important things it does is separate file content from file metadata; making metadata available in all locations (“repos”) while data can be present in only a subset, thereby achieving distributed storage. I.e. you could have 4TiB of file contents distributed over a bunch of 500GiB drives but in each one of those repos you’d have the full file tree available (metadata of all files + content of present files) allowing you to manage your files in any place without having all the contents present (or even any). It’s quite magical.\n
\n
Once configured properly, you can simply attach a drive, clone the git repo onto it and then run a `git annex sync --content` and it’ll fill that drive up with as much content as it can or until each “file”'s `numcopies` or other configured constraints are reached.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703240271 {#2132
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@HiddenLayer5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2346 …}
+votes: Doctrine\ORM\PersistentCollection {#2347 …}
+reports: Doctrine\ORM\PersistentCollection {#2344 …}
+favourites: Doctrine\ORM\PersistentCollection {#2042 …}
+notifications: Doctrine\ORM\PersistentCollection {#2060 …}
-id: 242786
-bodyTs: "'/).':153 '0':11 '10gib':87 '1tib':92,98 '20gib':84 '4tb':54 '4tib':219 '500gib':95,102,228 'achiev':212 'allow':253 'annex':295 'attach':169,281 'avail':197,244 'back':109 'backup':35 'beast':157 'bunch':60,226 'candid':144 'capac':47 'case':42 'categori':131 'clone':284 'concern':78 'configur':276,320 'constraint':321 'content':191,222,249,266,297,308 'could':108,217 'd':124,238 'data':63,68,128,203 'design':173 'distribut':213,223 'drive':17,55,117,139,229,283,303 'e.g':82 'eleg':179 'enough':46 'entir':34 'even':269 'exampl':106 'extern':138 'fail':30 'file':91,190,193,221,242,248,252,258,315 'fill':301 'first':70 'fit':134 'footgun':168 'full':241 'game':100 'get':159 'git':286,294 'git-annex.branchable.com':150,152 'git-annex.branchable.com/).':151 'happen':39 'hard':16 'home':90 'i.e':215 'import':184 'instal':58,86 'issu':176 'kind':66 'largest':137 'like':121,143,177 'linux':57,85 'll':300 'locat':200 'loos':89 'magic':274 'make':32,195 'manag':256 'metadata':194,196,245 'movi':94,140 'much':307 'music':104 'numcopi':317 'old':19 'one':27,130,180,233 'onto':115,288 'photo':97 'place':261 'plenti':166 'present':206,251,267 'proper':164,277 'purpos':147 'quit':273 'raid':10 'reach':323 'redund':49 'repo':201,236,287 'run':292 'separ':76,114,116,189 'set':162 'simpli':280 'singl':26 'solv':175 'sort':8 'step':71 'still':125 'storag':214 'stripe':13 'subset':210 'sync':296 'therebi':211 'thing':185 'tree':243 'unless':43 'unrecover':36 'use':149 'user':62 'want':4,24 'without':262"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817442"
+editedAt: null
+createdAt: DateTimeImmutable @1703240271 {#2138
date: 2023-12-22 11:17:51.0 +01:00
}
+"title": 242786
}
]
-id: 23901
-titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'linux':31 'multipl':17 'smaller':18 'way':5"
-bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703267464
+visibility: "visible "
+apId: "https://lemmy.ml/post/9605162"
+editedAt: DateTimeImmutable @1706162891 {#3183
date: 2024-01-25 07:08:11.0 +01:00
}
+createdAt: DateTimeImmutable @1703194964 {#3162
date: 2023-12-21 22:42:44.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
91 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#3199 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
+title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive? (on Linux)"
+url: null
+body: """
So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
\n
Does anyone know of something that can accomplish all of this on a Linux system?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703240271 {#3194
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3201 …}
+votes: Doctrine\ORM\PersistentCollection {#3203 …}
+reports: Doctrine\ORM\PersistentCollection {#3205 …}
+favourites: Doctrine\ORM\PersistentCollection {#3207 …}
+notifications: Doctrine\ORM\PersistentCollection {#3209 …}
+badges: Doctrine\ORM\PersistentCollection {#3211 …}
+children: [
App\Entity\EntryComment {#2040
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: null
+root: null
+body: """
> I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
This will happen in any case unless you had enough capacity for redundancy.\n
\n
What is in this 4TB drive? A Linux installation? A bunch of user data? Both? What kind of data?\n
\n
The first step to this is to separate your concerns. If you had e.g. a 20GiB Linux install, 10GiB of loose home files, 1TiB of Movies, 500GiB of photos, 1TiB of games and 500GiB of Music for example, you could back each of those up separately onto separate drives.\n
\n
Now, it’s likely that you’d still have more data of one category than what fits on your largest external drive (movies are a likely candidate).\n
\n
For this purpose, I use [git-annex.branchable.com](https://git-annex.branchable.com/). It’s a beast to get into and set up properly with plenty of footguns attached but it was designed to solve issues like this elegantly. \n
One of the most important things it does is separate file content from file metadata; making metadata available in all locations (“repos”) while data can be present in only a subset, thereby achieving distributed storage. I.e. you could have 4TiB of file contents distributed over a bunch of 500GiB drives but in each one of those repos you’d have the full file tree available (metadata of all files + content of present files) allowing you to manage your files in any place without having all the contents present (or even any). It’s quite magical.\n
\n
Once configured properly, you can simply attach a drive, clone the git repo onto it and then run a `git annex sync --content` and it’ll fill that drive up with as much content as it can or until each “file”'s `numcopies` or other configured constraints are reached.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703240271 {#2132
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@HiddenLayer5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2346 …}
+votes: Doctrine\ORM\PersistentCollection {#2347 …}
+reports: Doctrine\ORM\PersistentCollection {#2344 …}
+favourites: Doctrine\ORM\PersistentCollection {#2042 …}
+notifications: Doctrine\ORM\PersistentCollection {#2060 …}
-id: 242786
-bodyTs: "'/).':153 '0':11 '10gib':87 '1tib':92,98 '20gib':84 '4tb':54 '4tib':219 '500gib':95,102,228 'achiev':212 'allow':253 'annex':295 'attach':169,281 'avail':197,244 'back':109 'backup':35 'beast':157 'bunch':60,226 'candid':144 'capac':47 'case':42 'categori':131 'clone':284 'concern':78 'configur':276,320 'constraint':321 'content':191,222,249,266,297,308 'could':108,217 'd':124,238 'data':63,68,128,203 'design':173 'distribut':213,223 'drive':17,55,117,139,229,283,303 'e.g':82 'eleg':179 'enough':46 'entir':34 'even':269 'exampl':106 'extern':138 'fail':30 'file':91,190,193,221,242,248,252,258,315 'fill':301 'first':70 'fit':134 'footgun':168 'full':241 'game':100 'get':159 'git':286,294 'git-annex.branchable.com':150,152 'git-annex.branchable.com/).':151 'happen':39 'hard':16 'home':90 'i.e':215 'import':184 'instal':58,86 'issu':176 'kind':66 'largest':137 'like':121,143,177 'linux':57,85 'll':300 'locat':200 'loos':89 'magic':274 'make':32,195 'manag':256 'metadata':194,196,245 'movi':94,140 'much':307 'music':104 'numcopi':317 'old':19 'one':27,130,180,233 'onto':115,288 'photo':97 'place':261 'plenti':166 'present':206,251,267 'proper':164,277 'purpos':147 'quit':273 'raid':10 'reach':323 'redund':49 'repo':201,236,287 'run':292 'separ':76,114,116,189 'set':162 'simpli':280 'singl':26 'solv':175 'sort':8 'step':71 'still':125 'storag':214 'stripe':13 'subset':210 'sync':296 'therebi':211 'thing':185 'tree':243 'unless':43 'unrecover':36 'use':149 'user':62 'want':4,24 'without':262"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817442"
+editedAt: null
+createdAt: DateTimeImmutable @1703240271 {#2138
date: 2023-12-22 11:17:51.0 +01:00
}
+"title": 242786
}
]
-id: 23901
-titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'linux':31 'multipl':17 'smaller':18 'way':5"
-bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703267464
+visibility: "visible "
+apId: "https://lemmy.ml/post/9605162"
+editedAt: DateTimeImmutable @1706162891 {#3183
date: 2024-01-25 07:08:11.0 +01:00
}
+createdAt: DateTimeImmutable @1703194964 {#3162
date: 2023-12-21 22:42:44.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
92 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#3199 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
+title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive? (on Linux)"
+url: null
+body: """
So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
\n
Does anyone know of something that can accomplish all of this on a Linux system?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703240271 {#3194
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3201 …}
+votes: Doctrine\ORM\PersistentCollection {#3203 …}
+reports: Doctrine\ORM\PersistentCollection {#3205 …}
+favourites: Doctrine\ORM\PersistentCollection {#3207 …}
+notifications: Doctrine\ORM\PersistentCollection {#3209 …}
+badges: Doctrine\ORM\PersistentCollection {#3211 …}
+children: [
App\Entity\EntryComment {#2040
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: null
+root: null
+body: """
> I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
This will happen in any case unless you had enough capacity for redundancy.\n
\n
What is in this 4TB drive? A Linux installation? A bunch of user data? Both? What kind of data?\n
\n
The first step to this is to separate your concerns. If you had e.g. a 20GiB Linux install, 10GiB of loose home files, 1TiB of Movies, 500GiB of photos, 1TiB of games and 500GiB of Music for example, you could back each of those up separately onto separate drives.\n
\n
Now, it’s likely that you’d still have more data of one category than what fits on your largest external drive (movies are a likely candidate).\n
\n
For this purpose, I use [git-annex.branchable.com](https://git-annex.branchable.com/). It’s a beast to get into and set up properly with plenty of footguns attached but it was designed to solve issues like this elegantly. \n
One of the most important things it does is separate file content from file metadata; making metadata available in all locations (“repos”) while data can be present in only a subset, thereby achieving distributed storage. I.e. you could have 4TiB of file contents distributed over a bunch of 500GiB drives but in each one of those repos you’d have the full file tree available (metadata of all files + content of present files) allowing you to manage your files in any place without having all the contents present (or even any). It’s quite magical.\n
\n
Once configured properly, you can simply attach a drive, clone the git repo onto it and then run a `git annex sync --content` and it’ll fill that drive up with as much content as it can or until each “file”'s `numcopies` or other configured constraints are reached.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703240271 {#2132
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@HiddenLayer5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2346 …}
+votes: Doctrine\ORM\PersistentCollection {#2347 …}
+reports: Doctrine\ORM\PersistentCollection {#2344 …}
+favourites: Doctrine\ORM\PersistentCollection {#2042 …}
+notifications: Doctrine\ORM\PersistentCollection {#2060 …}
-id: 242786
-bodyTs: "'/).':153 '0':11 '10gib':87 '1tib':92,98 '20gib':84 '4tb':54 '4tib':219 '500gib':95,102,228 'achiev':212 'allow':253 'annex':295 'attach':169,281 'avail':197,244 'back':109 'backup':35 'beast':157 'bunch':60,226 'candid':144 'capac':47 'case':42 'categori':131 'clone':284 'concern':78 'configur':276,320 'constraint':321 'content':191,222,249,266,297,308 'could':108,217 'd':124,238 'data':63,68,128,203 'design':173 'distribut':213,223 'drive':17,55,117,139,229,283,303 'e.g':82 'eleg':179 'enough':46 'entir':34 'even':269 'exampl':106 'extern':138 'fail':30 'file':91,190,193,221,242,248,252,258,315 'fill':301 'first':70 'fit':134 'footgun':168 'full':241 'game':100 'get':159 'git':286,294 'git-annex.branchable.com':150,152 'git-annex.branchable.com/).':151 'happen':39 'hard':16 'home':90 'i.e':215 'import':184 'instal':58,86 'issu':176 'kind':66 'largest':137 'like':121,143,177 'linux':57,85 'll':300 'locat':200 'loos':89 'magic':274 'make':32,195 'manag':256 'metadata':194,196,245 'movi':94,140 'much':307 'music':104 'numcopi':317 'old':19 'one':27,130,180,233 'onto':115,288 'photo':97 'place':261 'plenti':166 'present':206,251,267 'proper':164,277 'purpos':147 'quit':273 'raid':10 'reach':323 'redund':49 'repo':201,236,287 'run':292 'separ':76,114,116,189 'set':162 'simpli':280 'singl':26 'solv':175 'sort':8 'step':71 'still':125 'storag':214 'stripe':13 'subset':210 'sync':296 'therebi':211 'thing':185 'tree':243 'unless':43 'unrecover':36 'use':149 'user':62 'want':4,24 'without':262"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817442"
+editedAt: null
+createdAt: DateTimeImmutable @1703240271 {#2138
date: 2023-12-22 11:17:51.0 +01:00
}
+"title": 242786
}
]
-id: 23901
-titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'linux':31 'multipl':17 'smaller':18 'way':5"
-bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703267464
+visibility: "visible "
+apId: "https://lemmy.ml/post/9605162"
+editedAt: DateTimeImmutable @1706162891 {#3183
date: 2024-01-25 07:08:11.0 +01:00
}
+createdAt: DateTimeImmutable @1703194964 {#3162
date: 2023-12-21 22:42:44.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
93 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
94 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2040
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#3199 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
+title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive? (on Linux)"
+url: null
+body: """
So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
\n
Does anyone know of something that can accomplish all of this on a Linux system?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703240271 {#3194
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3201 …}
+votes: Doctrine\ORM\PersistentCollection {#3203 …}
+reports: Doctrine\ORM\PersistentCollection {#3205 …}
+favourites: Doctrine\ORM\PersistentCollection {#3207 …}
+notifications: Doctrine\ORM\PersistentCollection {#3209 …}
+badges: Doctrine\ORM\PersistentCollection {#3211 …}
+children: [
App\Entity\EntryComment {#2040}
]
-id: 23901
-titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'linux':31 'multipl':17 'smaller':18 'way':5"
-bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703267464
+visibility: "visible "
+apId: "https://lemmy.ml/post/9605162"
+editedAt: DateTimeImmutable @1706162891 {#3183
date: 2024-01-25 07:08:11.0 +01:00
}
+createdAt: DateTimeImmutable @1703194964 {#3162
date: 2023-12-21 22:42:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: null
+root: null
+body: """
> I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
This will happen in any case unless you had enough capacity for redundancy.\n
\n
What is in this 4TB drive? A Linux installation? A bunch of user data? Both? What kind of data?\n
\n
The first step to this is to separate your concerns. If you had e.g. a 20GiB Linux install, 10GiB of loose home files, 1TiB of Movies, 500GiB of photos, 1TiB of games and 500GiB of Music for example, you could back each of those up separately onto separate drives.\n
\n
Now, it’s likely that you’d still have more data of one category than what fits on your largest external drive (movies are a likely candidate).\n
\n
For this purpose, I use [git-annex.branchable.com](https://git-annex.branchable.com/). It’s a beast to get into and set up properly with plenty of footguns attached but it was designed to solve issues like this elegantly. \n
One of the most important things it does is separate file content from file metadata; making metadata available in all locations (“repos”) while data can be present in only a subset, thereby achieving distributed storage. I.e. you could have 4TiB of file contents distributed over a bunch of 500GiB drives but in each one of those repos you’d have the full file tree available (metadata of all files + content of present files) allowing you to manage your files in any place without having all the contents present (or even any). It’s quite magical.\n
\n
Once configured properly, you can simply attach a drive, clone the git repo onto it and then run a `git annex sync --content` and it’ll fill that drive up with as much content as it can or until each “file”'s `numcopies` or other configured constraints are reached.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703240271 {#2132
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@HiddenLayer5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2346 …}
+votes: Doctrine\ORM\PersistentCollection {#2347 …}
+reports: Doctrine\ORM\PersistentCollection {#2344 …}
+favourites: Doctrine\ORM\PersistentCollection {#2042 …}
+notifications: Doctrine\ORM\PersistentCollection {#2060 …}
-id: 242786
-bodyTs: "'/).':153 '0':11 '10gib':87 '1tib':92,98 '20gib':84 '4tb':54 '4tib':219 '500gib':95,102,228 'achiev':212 'allow':253 'annex':295 'attach':169,281 'avail':197,244 'back':109 'backup':35 'beast':157 'bunch':60,226 'candid':144 'capac':47 'case':42 'categori':131 'clone':284 'concern':78 'configur':276,320 'constraint':321 'content':191,222,249,266,297,308 'could':108,217 'd':124,238 'data':63,68,128,203 'design':173 'distribut':213,223 'drive':17,55,117,139,229,283,303 'e.g':82 'eleg':179 'enough':46 'entir':34 'even':269 'exampl':106 'extern':138 'fail':30 'file':91,190,193,221,242,248,252,258,315 'fill':301 'first':70 'fit':134 'footgun':168 'full':241 'game':100 'get':159 'git':286,294 'git-annex.branchable.com':150,152 'git-annex.branchable.com/).':151 'happen':39 'hard':16 'home':90 'i.e':215 'import':184 'instal':58,86 'issu':176 'kind':66 'largest':137 'like':121,143,177 'linux':57,85 'll':300 'locat':200 'loos':89 'magic':274 'make':32,195 'manag':256 'metadata':194,196,245 'movi':94,140 'much':307 'music':104 'numcopi':317 'old':19 'one':27,130,180,233 'onto':115,288 'photo':97 'place':261 'plenti':166 'present':206,251,267 'proper':164,277 'purpos':147 'quit':273 'raid':10 'reach':323 'redund':49 'repo':201,236,287 'run':292 'separ':76,114,116,189 'set':162 'simpli':280 'singl':26 'solv':175 'sort':8 'step':71 'still':125 'storag':214 'stripe':13 'subset':210 'sync':296 'therebi':211 'thing':185 'tree':243 'unless':43 'unrecover':36 'use':149 'user':62 'want':4,24 'without':262"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817442"
+editedAt: null
+createdAt: DateTimeImmutable @1703240271 {#2138
date: 2023-12-22 11:17:51.0 +01:00
}
+"title": 242786
} |
|
Show voter details
|
95 |
DENIED
|
edit
|
App\Entity\EntryComment {#2040
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#3199 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
+title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive? (on Linux)"
+url: null
+body: """
So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
\n
Does anyone know of something that can accomplish all of this on a Linux system?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703240271 {#3194
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3201 …}
+votes: Doctrine\ORM\PersistentCollection {#3203 …}
+reports: Doctrine\ORM\PersistentCollection {#3205 …}
+favourites: Doctrine\ORM\PersistentCollection {#3207 …}
+notifications: Doctrine\ORM\PersistentCollection {#3209 …}
+badges: Doctrine\ORM\PersistentCollection {#3211 …}
+children: [
App\Entity\EntryComment {#2040}
]
-id: 23901
-titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'linux':31 'multipl':17 'smaller':18 'way':5"
-bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703267464
+visibility: "visible "
+apId: "https://lemmy.ml/post/9605162"
+editedAt: DateTimeImmutable @1706162891 {#3183
date: 2024-01-25 07:08:11.0 +01:00
}
+createdAt: DateTimeImmutable @1703194964 {#3162
date: 2023-12-21 22:42:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: null
+root: null
+body: """
> I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
This will happen in any case unless you had enough capacity for redundancy.\n
\n
What is in this 4TB drive? A Linux installation? A bunch of user data? Both? What kind of data?\n
\n
The first step to this is to separate your concerns. If you had e.g. a 20GiB Linux install, 10GiB of loose home files, 1TiB of Movies, 500GiB of photos, 1TiB of games and 500GiB of Music for example, you could back each of those up separately onto separate drives.\n
\n
Now, it’s likely that you’d still have more data of one category than what fits on your largest external drive (movies are a likely candidate).\n
\n
For this purpose, I use [git-annex.branchable.com](https://git-annex.branchable.com/). It’s a beast to get into and set up properly with plenty of footguns attached but it was designed to solve issues like this elegantly. \n
One of the most important things it does is separate file content from file metadata; making metadata available in all locations (“repos”) while data can be present in only a subset, thereby achieving distributed storage. I.e. you could have 4TiB of file contents distributed over a bunch of 500GiB drives but in each one of those repos you’d have the full file tree available (metadata of all files + content of present files) allowing you to manage your files in any place without having all the contents present (or even any). It’s quite magical.\n
\n
Once configured properly, you can simply attach a drive, clone the git repo onto it and then run a `git annex sync --content` and it’ll fill that drive up with as much content as it can or until each “file”'s `numcopies` or other configured constraints are reached.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703240271 {#2132
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@HiddenLayer5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2346 …}
+votes: Doctrine\ORM\PersistentCollection {#2347 …}
+reports: Doctrine\ORM\PersistentCollection {#2344 …}
+favourites: Doctrine\ORM\PersistentCollection {#2042 …}
+notifications: Doctrine\ORM\PersistentCollection {#2060 …}
-id: 242786
-bodyTs: "'/).':153 '0':11 '10gib':87 '1tib':92,98 '20gib':84 '4tb':54 '4tib':219 '500gib':95,102,228 'achiev':212 'allow':253 'annex':295 'attach':169,281 'avail':197,244 'back':109 'backup':35 'beast':157 'bunch':60,226 'candid':144 'capac':47 'case':42 'categori':131 'clone':284 'concern':78 'configur':276,320 'constraint':321 'content':191,222,249,266,297,308 'could':108,217 'd':124,238 'data':63,68,128,203 'design':173 'distribut':213,223 'drive':17,55,117,139,229,283,303 'e.g':82 'eleg':179 'enough':46 'entir':34 'even':269 'exampl':106 'extern':138 'fail':30 'file':91,190,193,221,242,248,252,258,315 'fill':301 'first':70 'fit':134 'footgun':168 'full':241 'game':100 'get':159 'git':286,294 'git-annex.branchable.com':150,152 'git-annex.branchable.com/).':151 'happen':39 'hard':16 'home':90 'i.e':215 'import':184 'instal':58,86 'issu':176 'kind':66 'largest':137 'like':121,143,177 'linux':57,85 'll':300 'locat':200 'loos':89 'magic':274 'make':32,195 'manag':256 'metadata':194,196,245 'movi':94,140 'much':307 'music':104 'numcopi':317 'old':19 'one':27,130,180,233 'onto':115,288 'photo':97 'place':261 'plenti':166 'present':206,251,267 'proper':164,277 'purpos':147 'quit':273 'raid':10 'reach':323 'redund':49 'repo':201,236,287 'run':292 'separ':76,114,116,189 'set':162 'simpli':280 'singl':26 'solv':175 'sort':8 'step':71 'still':125 'storag':214 'stripe':13 'subset':210 'sync':296 'therebi':211 'thing':185 'tree':243 'unless':43 'unrecover':36 'use':149 'user':62 'want':4,24 'without':262"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817442"
+editedAt: null
+createdAt: DateTimeImmutable @1703240271 {#2138
date: 2023-12-22 11:17:51.0 +01:00
}
+"title": 242786
} |
|
Show voter details
|
96 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2040
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2345
+user: Proxies\__CG__\App\Entity\User {#3199 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
+title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive? (on Linux)"
+url: null
+body: """
So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
\n
Does anyone know of something that can accomplish all of this on a Linux system?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 12
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703240271 {#3194
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3201 …}
+votes: Doctrine\ORM\PersistentCollection {#3203 …}
+reports: Doctrine\ORM\PersistentCollection {#3205 …}
+favourites: Doctrine\ORM\PersistentCollection {#3207 …}
+notifications: Doctrine\ORM\PersistentCollection {#3209 …}
+badges: Doctrine\ORM\PersistentCollection {#3211 …}
+children: [
App\Entity\EntryComment {#2040}
]
-id: 23901
-titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'linux':31 'multipl':17 'smaller':18 'way':5"
-bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703267464
+visibility: "visible "
+apId: "https://lemmy.ml/post/9605162"
+editedAt: DateTimeImmutable @1706162891 {#3183
date: 2024-01-25 07:08:11.0 +01:00
}
+createdAt: DateTimeImmutable @1703194964 {#3162
date: 2023-12-21 22:42:44.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2350 …}
+image: null
+parent: null
+root: null
+body: """
> I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
\n
This will happen in any case unless you had enough capacity for redundancy.\n
\n
What is in this 4TB drive? A Linux installation? A bunch of user data? Both? What kind of data?\n
\n
The first step to this is to separate your concerns. If you had e.g. a 20GiB Linux install, 10GiB of loose home files, 1TiB of Movies, 500GiB of photos, 1TiB of games and 500GiB of Music for example, you could back each of those up separately onto separate drives.\n
\n
Now, it’s likely that you’d still have more data of one category than what fits on your largest external drive (movies are a likely candidate).\n
\n
For this purpose, I use [git-annex.branchable.com](https://git-annex.branchable.com/). It’s a beast to get into and set up properly with plenty of footguns attached but it was designed to solve issues like this elegantly. \n
One of the most important things it does is separate file content from file metadata; making metadata available in all locations (“repos”) while data can be present in only a subset, thereby achieving distributed storage. I.e. you could have 4TiB of file contents distributed over a bunch of 500GiB drives but in each one of those repos you’d have the full file tree available (metadata of all files + content of present files) allowing you to manage your files in any place without having all the contents present (or even any). It’s quite magical.\n
\n
Once configured properly, you can simply attach a drive, clone the git repo onto it and then run a `git annex sync --content` and it’ll fill that drive up with as much content as it can or until each “file”'s `numcopies` or other configured constraints are reached.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1703240271 {#2132
date: 2023-12-22 11:17:51.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@HiddenLayer5@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2330 …}
+nested: Doctrine\ORM\PersistentCollection {#2346 …}
+votes: Doctrine\ORM\PersistentCollection {#2347 …}
+reports: Doctrine\ORM\PersistentCollection {#2344 …}
+favourites: Doctrine\ORM\PersistentCollection {#2042 …}
+notifications: Doctrine\ORM\PersistentCollection {#2060 …}
-id: 242786
-bodyTs: "'/).':153 '0':11 '10gib':87 '1tib':92,98 '20gib':84 '4tb':54 '4tib':219 '500gib':95,102,228 'achiev':212 'allow':253 'annex':295 'attach':169,281 'avail':197,244 'back':109 'backup':35 'beast':157 'bunch':60,226 'candid':144 'capac':47 'case':42 'categori':131 'clone':284 'concern':78 'configur':276,320 'constraint':321 'content':191,222,249,266,297,308 'could':108,217 'd':124,238 'data':63,68,128,203 'design':173 'distribut':213,223 'drive':17,55,117,139,229,283,303 'e.g':82 'eleg':179 'enough':46 'entir':34 'even':269 'exampl':106 'extern':138 'fail':30 'file':91,190,193,221,242,248,252,258,315 'fill':301 'first':70 'fit':134 'footgun':168 'full':241 'game':100 'get':159 'git':286,294 'git-annex.branchable.com':150,152 'git-annex.branchable.com/).':151 'happen':39 'hard':16 'home':90 'i.e':215 'import':184 'instal':58,86 'issu':176 'kind':66 'largest':137 'like':121,143,177 'linux':57,85 'll':300 'locat':200 'loos':89 'magic':274 'make':32,195 'manag':256 'metadata':194,196,245 'movi':94,140 'much':307 'music':104 'numcopi':317 'old':19 'one':27,130,180,233 'onto':115,288 'photo':97 'place':261 'plenti':166 'present':206,251,267 'proper':164,277 'purpos':147 'quit':273 'raid':10 'reach':323 'redund':49 'repo':201,236,287 'run':292 'separ':76,114,116,189 'set':162 'simpli':280 'singl':26 'solv':175 'sort':8 'step':71 'still':125 'storag':214 'stripe':13 'subset':210 'sync':296 'therebi':211 'thing':185 'tree':243 'unless':43 'unrecover':36 'use':149 'user':62 'want':4,24 'without':262"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6817442"
+editedAt: null
+createdAt: DateTimeImmutable @1703240271 {#2138
date: 2023-12-22 11:17:51.0 +01:00
}
+"title": 242786
} |
|
Show voter details
|
97 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
98 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2343
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2336 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
+body: """
I mean, comments have languages and you can filter but the automatic detection isn’t very good.\n
\n
The ability to mark communities as being a certain language by default (applying to all posts and comments unless specified or detected otherwise) would be great though.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703415657 {#2342
date: 2023-12-24 12:00:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ChasingEnigma@lemmy.world"
"@skybreaker@lemmy.world"
"@Psaldorn@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2159 …}
+nested: Doctrine\ORM\PersistentCollection {#2135 …}
+votes: Doctrine\ORM\PersistentCollection {#2137 …}
+reports: Doctrine\ORM\PersistentCollection {#2068 …}
+favourites: Doctrine\ORM\PersistentCollection {#2069 …}
+notifications: Doctrine\ORM\PersistentCollection {#2074 …}
-id: 248312
-bodyTs: "'abil':19 'appli':30 'automat':12 'certain':26 'comment':3,35 'communiti':22 'default':29 'detect':13,39 'filter':9 'good':17 'great':43 'isn':14 'languag':5,27 'mark':21 'mean':2 'otherwis':40 'post':33 'specifi':37 'though':44 'unless':36 'would':41"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6855572"
+editedAt: null
+createdAt: DateTimeImmutable @1703415657 {#2337
date: 2023-12-24 12:00:57.0 +01:00
}
+"title": 248312
} |
|
Show voter details
|
99 |
DENIED
|
edit
|
App\Entity\EntryComment {#2343
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2336 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
+body: """
I mean, comments have languages and you can filter but the automatic detection isn’t very good.\n
\n
The ability to mark communities as being a certain language by default (applying to all posts and comments unless specified or detected otherwise) would be great though.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703415657 {#2342
date: 2023-12-24 12:00:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ChasingEnigma@lemmy.world"
"@skybreaker@lemmy.world"
"@Psaldorn@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2159 …}
+nested: Doctrine\ORM\PersistentCollection {#2135 …}
+votes: Doctrine\ORM\PersistentCollection {#2137 …}
+reports: Doctrine\ORM\PersistentCollection {#2068 …}
+favourites: Doctrine\ORM\PersistentCollection {#2069 …}
+notifications: Doctrine\ORM\PersistentCollection {#2074 …}
-id: 248312
-bodyTs: "'abil':19 'appli':30 'automat':12 'certain':26 'comment':3,35 'communiti':22 'default':29 'detect':13,39 'filter':9 'good':17 'great':43 'isn':14 'languag':5,27 'mark':21 'mean':2 'otherwis':40 'post':33 'specifi':37 'though':44 'unless':36 'would':41"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6855572"
+editedAt: null
+createdAt: DateTimeImmutable @1703415657 {#2337
date: 2023-12-24 12:00:57.0 +01:00
}
+"title": 248312
} |
|
Show voter details
|
100 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2343
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2336 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2335 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2339 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2338 …}
+body: """
I mean, comments have languages and you can filter but the automatic detection isn’t very good.\n
\n
The ability to mark communities as being a certain language by default (applying to all posts and comments unless specified or detected otherwise) would be great though.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1703415657 {#2342
date: 2023-12-24 12:00:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@ChasingEnigma@lemmy.world"
"@skybreaker@lemmy.world"
"@Psaldorn@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2159 …}
+nested: Doctrine\ORM\PersistentCollection {#2135 …}
+votes: Doctrine\ORM\PersistentCollection {#2137 …}
+reports: Doctrine\ORM\PersistentCollection {#2068 …}
+favourites: Doctrine\ORM\PersistentCollection {#2069 …}
+notifications: Doctrine\ORM\PersistentCollection {#2074 …}
-id: 248312
-bodyTs: "'abil':19 'appli':30 'automat':12 'certain':26 'comment':3,35 'communiti':22 'default':29 'detect':13,39 'filter':9 'good':17 'great':43 'isn':14 'languag':5,27 'mark':21 'mean':2 'otherwis':40 'post':33 'specifi':37 'though':44 'unless':36 'would':41"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6855572"
+editedAt: null
+createdAt: DateTimeImmutable @1703415657 {#2337
date: 2023-12-24 12:00:57.0 +01:00
}
+"title": 248312
} |
|
Show voter details
|
101 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
102 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2088
+user: Proxies\__CG__\App\Entity\User {#3124 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Manjaro-OS"
+title: "Manjaro OS"
+url: null
+body: """
So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
\n
On the other hand, there is a negative vibe towards it.\n
\n
Why the hate?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 96
+favouriteCount: 62
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729375947 {#3159
date: 2024-10-20 00:12:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3164 …}
+votes: Doctrine\ORM\PersistentCollection {#3167 …}
+reports: Doctrine\ORM\PersistentCollection {#3169 …}
+favourites: Doctrine\ORM\PersistentCollection {#3171 …}
+notifications: Doctrine\ORM\PersistentCollection {#3173 …}
+badges: Doctrine\ORM\PersistentCollection {#3175 …}
+children: [
App\Entity\EntryComment {#2089
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: """
These aren’t all versions per se but mostly variants, versions and versions of variants. For example, we have packaged the xanmod kernel which is a modified kernel optimised for desktop use but it has two variants: Main and LTS. We have packaged both.\n
\n
Here are the names of all of our kernels currently to give you an idea (as a JSON list):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_14"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_9"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_18"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_6"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom_tinyconfig_kernel"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_lqx"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi02w"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing_bcachefs"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_zen"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Note that some of these are aliases; `linuxPackages_latest` is currently `linuxPackages_6_6` for example.)\n
\n
Each of these has the following `nvidiaPackages` (modulo incompatibilities):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"beta"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc_520"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_340"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_390"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_470"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"production"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"vulkan_beta"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Again, some of these are aliases.)\n
\n
This is useful to have because users might have hardware constraints. It’s not hard to imagine a scenario where a user might have a WiFi chip that only works with kernel ABIs < 5.4 and require the 470 nvidia driver for their old GPU. Packaging just the latest kernel and just the latest Nvidia driver would make this user unable to use their system.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702027519 {#2080
date: 2023-12-08 10:25:19.0 +01:00
}
+ip: null
+tags: [
0 => "323232"
2 => "183691"
]
+mentions: [
"@WeAreAllOne@lemm.ee"
"@highduc@lemmy.ml"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 210954
-bodyTs: "'0':117 '1':120,123,199 '10':90,93,187 '14':77 '15':97,100,191 '18':104 '19':80,83,107 '2':127 '3':130 '340':253 '390':255 '4':76,79,82,86,110,113,133,195 '470':257,305 '5':89,92,96,99,103,106,109,112,136,139,186,190,194 '5.4':301 '520':250 '6':116,119,122,126,129,132,135,138,142,143,198,234,235 '9':87 'abi':300 'alias':228,267 'aren':2 'bcachef':204 'beta':247,261 'chip':294 'constraint':278 'current':54,232 'custom':145,147 'dc':248,249 'desktop':31 'dom0':164,168,215,218 'driver':307,322 'exampl':17,237 'follow':243 'give':56 'gpu':311 'hard':282 'harden':84,94,101,114,124,140,151,160,169,219 'hardwar':277 'idea':59 'imagin':284 'incompat':246 'json':62 'kernel':23,28,53,149,299,316 'latest':74,153,156,159,162,166,209,230,251,315,320 'latest-libr':155 'legaci':252,254,256 'libr':67,157 'linuxpackag':64,66,69,72,75,78,81,85,88,91,95,98,102,105,108,111,115,118,121,125,128,131,134,137,141,144,146,150,152,154,158,161,165,170,172,174,176,178,180,182,184,188,192,196,200,202,205,207,210,213,216,220,229,233 'linuxpackages-libr':65 'linuxpackages-rt':68,71 'list':63 'lqx':171 'lts':40 'main':38 'make':324 'might':275,290 'modifi':27 'modulo':245 'most':9 'name':48 'note':222 'nvidia':306,321 'nvidiapackag':244 'old':310 'optimis':29 'packag':20,43,312 'per':6 'product':258 'requir':303 'rpi0':173 'rpi02w':175 'rpi1':177 'rpi2':179 'rpi3':181 'rpi4':183 'rt':70,73,185,189,193,197 'scenario':286 'se':7 'stabl':212,259 'system':331 'test':201,203 'tinyconfig':148 'two':36 'unabl':327 'use':32,270,329 'user':274,289,326 'variant':10,15,37 'version':5,11,13 'vulkan':260 'wifi':293 'work':297 'would':323 'xanmod':22,206,208,211 'xen':163,167,214,217 'zen':221"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6479797"
+editedAt: null
+createdAt: DateTimeImmutable @1702027519 {#2064
date: 2023-12-08 10:25:19.0 +01:00
}
+"title": 210954
}
]
-id: 20196
-titleTs: "'manjaro':1 'os':2"
-bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701844010
+visibility: "visible "
+apId: "https://lemm.ee/post/16971449"
+editedAt: null
+createdAt: DateTimeImmutable @1701757610 {#3147
date: 2023-12-05 07:26:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
103 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2088
+user: Proxies\__CG__\App\Entity\User {#3124 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Manjaro-OS"
+title: "Manjaro OS"
+url: null
+body: """
So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
\n
On the other hand, there is a negative vibe towards it.\n
\n
Why the hate?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 96
+favouriteCount: 62
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729375947 {#3159
date: 2024-10-20 00:12:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3164 …}
+votes: Doctrine\ORM\PersistentCollection {#3167 …}
+reports: Doctrine\ORM\PersistentCollection {#3169 …}
+favourites: Doctrine\ORM\PersistentCollection {#3171 …}
+notifications: Doctrine\ORM\PersistentCollection {#3173 …}
+badges: Doctrine\ORM\PersistentCollection {#3175 …}
+children: [
App\Entity\EntryComment {#2089
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: """
These aren’t all versions per se but mostly variants, versions and versions of variants. For example, we have packaged the xanmod kernel which is a modified kernel optimised for desktop use but it has two variants: Main and LTS. We have packaged both.\n
\n
Here are the names of all of our kernels currently to give you an idea (as a JSON list):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_14"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_9"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_18"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_6"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom_tinyconfig_kernel"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_lqx"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi02w"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing_bcachefs"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_zen"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Note that some of these are aliases; `linuxPackages_latest` is currently `linuxPackages_6_6` for example.)\n
\n
Each of these has the following `nvidiaPackages` (modulo incompatibilities):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"beta"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc_520"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_340"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_390"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_470"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"production"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"vulkan_beta"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Again, some of these are aliases.)\n
\n
This is useful to have because users might have hardware constraints. It’s not hard to imagine a scenario where a user might have a WiFi chip that only works with kernel ABIs < 5.4 and require the 470 nvidia driver for their old GPU. Packaging just the latest kernel and just the latest Nvidia driver would make this user unable to use their system.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702027519 {#2080
date: 2023-12-08 10:25:19.0 +01:00
}
+ip: null
+tags: [
0 => "323232"
2 => "183691"
]
+mentions: [
"@WeAreAllOne@lemm.ee"
"@highduc@lemmy.ml"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 210954
-bodyTs: "'0':117 '1':120,123,199 '10':90,93,187 '14':77 '15':97,100,191 '18':104 '19':80,83,107 '2':127 '3':130 '340':253 '390':255 '4':76,79,82,86,110,113,133,195 '470':257,305 '5':89,92,96,99,103,106,109,112,136,139,186,190,194 '5.4':301 '520':250 '6':116,119,122,126,129,132,135,138,142,143,198,234,235 '9':87 'abi':300 'alias':228,267 'aren':2 'bcachef':204 'beta':247,261 'chip':294 'constraint':278 'current':54,232 'custom':145,147 'dc':248,249 'desktop':31 'dom0':164,168,215,218 'driver':307,322 'exampl':17,237 'follow':243 'give':56 'gpu':311 'hard':282 'harden':84,94,101,114,124,140,151,160,169,219 'hardwar':277 'idea':59 'imagin':284 'incompat':246 'json':62 'kernel':23,28,53,149,299,316 'latest':74,153,156,159,162,166,209,230,251,315,320 'latest-libr':155 'legaci':252,254,256 'libr':67,157 'linuxpackag':64,66,69,72,75,78,81,85,88,91,95,98,102,105,108,111,115,118,121,125,128,131,134,137,141,144,146,150,152,154,158,161,165,170,172,174,176,178,180,182,184,188,192,196,200,202,205,207,210,213,216,220,229,233 'linuxpackages-libr':65 'linuxpackages-rt':68,71 'list':63 'lqx':171 'lts':40 'main':38 'make':324 'might':275,290 'modifi':27 'modulo':245 'most':9 'name':48 'note':222 'nvidia':306,321 'nvidiapackag':244 'old':310 'optimis':29 'packag':20,43,312 'per':6 'product':258 'requir':303 'rpi0':173 'rpi02w':175 'rpi1':177 'rpi2':179 'rpi3':181 'rpi4':183 'rt':70,73,185,189,193,197 'scenario':286 'se':7 'stabl':212,259 'system':331 'test':201,203 'tinyconfig':148 'two':36 'unabl':327 'use':32,270,329 'user':274,289,326 'variant':10,15,37 'version':5,11,13 'vulkan':260 'wifi':293 'work':297 'would':323 'xanmod':22,206,208,211 'xen':163,167,214,217 'zen':221"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6479797"
+editedAt: null
+createdAt: DateTimeImmutable @1702027519 {#2064
date: 2023-12-08 10:25:19.0 +01:00
}
+"title": 210954
}
]
-id: 20196
-titleTs: "'manjaro':1 'os':2"
-bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701844010
+visibility: "visible "
+apId: "https://lemm.ee/post/16971449"
+editedAt: null
+createdAt: DateTimeImmutable @1701757610 {#3147
date: 2023-12-05 07:26:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
104 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2088
+user: Proxies\__CG__\App\Entity\User {#3124 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Manjaro-OS"
+title: "Manjaro OS"
+url: null
+body: """
So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
\n
On the other hand, there is a negative vibe towards it.\n
\n
Why the hate?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 96
+favouriteCount: 62
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729375947 {#3159
date: 2024-10-20 00:12:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3164 …}
+votes: Doctrine\ORM\PersistentCollection {#3167 …}
+reports: Doctrine\ORM\PersistentCollection {#3169 …}
+favourites: Doctrine\ORM\PersistentCollection {#3171 …}
+notifications: Doctrine\ORM\PersistentCollection {#3173 …}
+badges: Doctrine\ORM\PersistentCollection {#3175 …}
+children: [
App\Entity\EntryComment {#2089
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2088 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: """
These aren’t all versions per se but mostly variants, versions and versions of variants. For example, we have packaged the xanmod kernel which is a modified kernel optimised for desktop use but it has two variants: Main and LTS. We have packaged both.\n
\n
Here are the names of all of our kernels currently to give you an idea (as a JSON list):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_14"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_9"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_18"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_6"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom_tinyconfig_kernel"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_lqx"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi02w"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing_bcachefs"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_zen"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Note that some of these are aliases; `linuxPackages_latest` is currently `linuxPackages_6_6` for example.)\n
\n
Each of these has the following `nvidiaPackages` (modulo incompatibilities):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"beta"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc_520"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_340"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_390"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_470"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"production"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"vulkan_beta"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Again, some of these are aliases.)\n
\n
This is useful to have because users might have hardware constraints. It’s not hard to imagine a scenario where a user might have a WiFi chip that only works with kernel ABIs < 5.4 and require the 470 nvidia driver for their old GPU. Packaging just the latest kernel and just the latest Nvidia driver would make this user unable to use their system.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702027519 {#2080
date: 2023-12-08 10:25:19.0 +01:00
}
+ip: null
+tags: [
0 => "323232"
2 => "183691"
]
+mentions: [
"@WeAreAllOne@lemm.ee"
"@highduc@lemmy.ml"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 210954
-bodyTs: "'0':117 '1':120,123,199 '10':90,93,187 '14':77 '15':97,100,191 '18':104 '19':80,83,107 '2':127 '3':130 '340':253 '390':255 '4':76,79,82,86,110,113,133,195 '470':257,305 '5':89,92,96,99,103,106,109,112,136,139,186,190,194 '5.4':301 '520':250 '6':116,119,122,126,129,132,135,138,142,143,198,234,235 '9':87 'abi':300 'alias':228,267 'aren':2 'bcachef':204 'beta':247,261 'chip':294 'constraint':278 'current':54,232 'custom':145,147 'dc':248,249 'desktop':31 'dom0':164,168,215,218 'driver':307,322 'exampl':17,237 'follow':243 'give':56 'gpu':311 'hard':282 'harden':84,94,101,114,124,140,151,160,169,219 'hardwar':277 'idea':59 'imagin':284 'incompat':246 'json':62 'kernel':23,28,53,149,299,316 'latest':74,153,156,159,162,166,209,230,251,315,320 'latest-libr':155 'legaci':252,254,256 'libr':67,157 'linuxpackag':64,66,69,72,75,78,81,85,88,91,95,98,102,105,108,111,115,118,121,125,128,131,134,137,141,144,146,150,152,154,158,161,165,170,172,174,176,178,180,182,184,188,192,196,200,202,205,207,210,213,216,220,229,233 'linuxpackages-libr':65 'linuxpackages-rt':68,71 'list':63 'lqx':171 'lts':40 'main':38 'make':324 'might':275,290 'modifi':27 'modulo':245 'most':9 'name':48 'note':222 'nvidia':306,321 'nvidiapackag':244 'old':310 'optimis':29 'packag':20,43,312 'per':6 'product':258 'requir':303 'rpi0':173 'rpi02w':175 'rpi1':177 'rpi2':179 'rpi3':181 'rpi4':183 'rt':70,73,185,189,193,197 'scenario':286 'se':7 'stabl':212,259 'system':331 'test':201,203 'tinyconfig':148 'two':36 'unabl':327 'use':32,270,329 'user':274,289,326 'variant':10,15,37 'version':5,11,13 'vulkan':260 'wifi':293 'work':297 'would':323 'xanmod':22,206,208,211 'xen':163,167,214,217 'zen':221"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6479797"
+editedAt: null
+createdAt: DateTimeImmutable @1702027519 {#2064
date: 2023-12-08 10:25:19.0 +01:00
}
+"title": 210954
}
]
-id: 20196
-titleTs: "'manjaro':1 'os':2"
-bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701844010
+visibility: "visible "
+apId: "https://lemm.ee/post/16971449"
+editedAt: null
+createdAt: DateTimeImmutable @1701757610 {#3147
date: 2023-12-05 07:26:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
105 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
106 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2089
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2088
+user: Proxies\__CG__\App\Entity\User {#3124 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Manjaro-OS"
+title: "Manjaro OS"
+url: null
+body: """
So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
\n
On the other hand, there is a negative vibe towards it.\n
\n
Why the hate?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 96
+favouriteCount: 62
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729375947 {#3159
date: 2024-10-20 00:12:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3164 …}
+votes: Doctrine\ORM\PersistentCollection {#3167 …}
+reports: Doctrine\ORM\PersistentCollection {#3169 …}
+favourites: Doctrine\ORM\PersistentCollection {#3171 …}
+notifications: Doctrine\ORM\PersistentCollection {#3173 …}
+badges: Doctrine\ORM\PersistentCollection {#3175 …}
+children: [
App\Entity\EntryComment {#2089}
]
-id: 20196
-titleTs: "'manjaro':1 'os':2"
-bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701844010
+visibility: "visible "
+apId: "https://lemm.ee/post/16971449"
+editedAt: null
+createdAt: DateTimeImmutable @1701757610 {#3147
date: 2023-12-05 07:26:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: """
These aren’t all versions per se but mostly variants, versions and versions of variants. For example, we have packaged the xanmod kernel which is a modified kernel optimised for desktop use but it has two variants: Main and LTS. We have packaged both.\n
\n
Here are the names of all of our kernels currently to give you an idea (as a JSON list):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_14"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_9"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_18"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_6"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom_tinyconfig_kernel"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_lqx"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi02w"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing_bcachefs"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_zen"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Note that some of these are aliases; `linuxPackages_latest` is currently `linuxPackages_6_6` for example.)\n
\n
Each of these has the following `nvidiaPackages` (modulo incompatibilities):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"beta"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc_520"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_340"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_390"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_470"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"production"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"vulkan_beta"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Again, some of these are aliases.)\n
\n
This is useful to have because users might have hardware constraints. It’s not hard to imagine a scenario where a user might have a WiFi chip that only works with kernel ABIs < 5.4 and require the 470 nvidia driver for their old GPU. Packaging just the latest kernel and just the latest Nvidia driver would make this user unable to use their system.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702027519 {#2080
date: 2023-12-08 10:25:19.0 +01:00
}
+ip: null
+tags: [
0 => "323232"
2 => "183691"
]
+mentions: [
"@WeAreAllOne@lemm.ee"
"@highduc@lemmy.ml"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 210954
-bodyTs: "'0':117 '1':120,123,199 '10':90,93,187 '14':77 '15':97,100,191 '18':104 '19':80,83,107 '2':127 '3':130 '340':253 '390':255 '4':76,79,82,86,110,113,133,195 '470':257,305 '5':89,92,96,99,103,106,109,112,136,139,186,190,194 '5.4':301 '520':250 '6':116,119,122,126,129,132,135,138,142,143,198,234,235 '9':87 'abi':300 'alias':228,267 'aren':2 'bcachef':204 'beta':247,261 'chip':294 'constraint':278 'current':54,232 'custom':145,147 'dc':248,249 'desktop':31 'dom0':164,168,215,218 'driver':307,322 'exampl':17,237 'follow':243 'give':56 'gpu':311 'hard':282 'harden':84,94,101,114,124,140,151,160,169,219 'hardwar':277 'idea':59 'imagin':284 'incompat':246 'json':62 'kernel':23,28,53,149,299,316 'latest':74,153,156,159,162,166,209,230,251,315,320 'latest-libr':155 'legaci':252,254,256 'libr':67,157 'linuxpackag':64,66,69,72,75,78,81,85,88,91,95,98,102,105,108,111,115,118,121,125,128,131,134,137,141,144,146,150,152,154,158,161,165,170,172,174,176,178,180,182,184,188,192,196,200,202,205,207,210,213,216,220,229,233 'linuxpackages-libr':65 'linuxpackages-rt':68,71 'list':63 'lqx':171 'lts':40 'main':38 'make':324 'might':275,290 'modifi':27 'modulo':245 'most':9 'name':48 'note':222 'nvidia':306,321 'nvidiapackag':244 'old':310 'optimis':29 'packag':20,43,312 'per':6 'product':258 'requir':303 'rpi0':173 'rpi02w':175 'rpi1':177 'rpi2':179 'rpi3':181 'rpi4':183 'rt':70,73,185,189,193,197 'scenario':286 'se':7 'stabl':212,259 'system':331 'test':201,203 'tinyconfig':148 'two':36 'unabl':327 'use':32,270,329 'user':274,289,326 'variant':10,15,37 'version':5,11,13 'vulkan':260 'wifi':293 'work':297 'would':323 'xanmod':22,206,208,211 'xen':163,167,214,217 'zen':221"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6479797"
+editedAt: null
+createdAt: DateTimeImmutable @1702027519 {#2064
date: 2023-12-08 10:25:19.0 +01:00
}
+"title": 210954
} |
|
Show voter details
|
107 |
DENIED
|
edit
|
App\Entity\EntryComment {#2089
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2088
+user: Proxies\__CG__\App\Entity\User {#3124 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Manjaro-OS"
+title: "Manjaro OS"
+url: null
+body: """
So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
\n
On the other hand, there is a negative vibe towards it.\n
\n
Why the hate?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 96
+favouriteCount: 62
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729375947 {#3159
date: 2024-10-20 00:12:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3164 …}
+votes: Doctrine\ORM\PersistentCollection {#3167 …}
+reports: Doctrine\ORM\PersistentCollection {#3169 …}
+favourites: Doctrine\ORM\PersistentCollection {#3171 …}
+notifications: Doctrine\ORM\PersistentCollection {#3173 …}
+badges: Doctrine\ORM\PersistentCollection {#3175 …}
+children: [
App\Entity\EntryComment {#2089}
]
-id: 20196
-titleTs: "'manjaro':1 'os':2"
-bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701844010
+visibility: "visible "
+apId: "https://lemm.ee/post/16971449"
+editedAt: null
+createdAt: DateTimeImmutable @1701757610 {#3147
date: 2023-12-05 07:26:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: """
These aren’t all versions per se but mostly variants, versions and versions of variants. For example, we have packaged the xanmod kernel which is a modified kernel optimised for desktop use but it has two variants: Main and LTS. We have packaged both.\n
\n
Here are the names of all of our kernels currently to give you an idea (as a JSON list):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_14"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_9"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_18"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_6"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom_tinyconfig_kernel"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_lqx"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi02w"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing_bcachefs"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_zen"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Note that some of these are aliases; `linuxPackages_latest` is currently `linuxPackages_6_6` for example.)\n
\n
Each of these has the following `nvidiaPackages` (modulo incompatibilities):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"beta"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc_520"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_340"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_390"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_470"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"production"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"vulkan_beta"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Again, some of these are aliases.)\n
\n
This is useful to have because users might have hardware constraints. It’s not hard to imagine a scenario where a user might have a WiFi chip that only works with kernel ABIs < 5.4 and require the 470 nvidia driver for their old GPU. Packaging just the latest kernel and just the latest Nvidia driver would make this user unable to use their system.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702027519 {#2080
date: 2023-12-08 10:25:19.0 +01:00
}
+ip: null
+tags: [
0 => "323232"
2 => "183691"
]
+mentions: [
"@WeAreAllOne@lemm.ee"
"@highduc@lemmy.ml"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 210954
-bodyTs: "'0':117 '1':120,123,199 '10':90,93,187 '14':77 '15':97,100,191 '18':104 '19':80,83,107 '2':127 '3':130 '340':253 '390':255 '4':76,79,82,86,110,113,133,195 '470':257,305 '5':89,92,96,99,103,106,109,112,136,139,186,190,194 '5.4':301 '520':250 '6':116,119,122,126,129,132,135,138,142,143,198,234,235 '9':87 'abi':300 'alias':228,267 'aren':2 'bcachef':204 'beta':247,261 'chip':294 'constraint':278 'current':54,232 'custom':145,147 'dc':248,249 'desktop':31 'dom0':164,168,215,218 'driver':307,322 'exampl':17,237 'follow':243 'give':56 'gpu':311 'hard':282 'harden':84,94,101,114,124,140,151,160,169,219 'hardwar':277 'idea':59 'imagin':284 'incompat':246 'json':62 'kernel':23,28,53,149,299,316 'latest':74,153,156,159,162,166,209,230,251,315,320 'latest-libr':155 'legaci':252,254,256 'libr':67,157 'linuxpackag':64,66,69,72,75,78,81,85,88,91,95,98,102,105,108,111,115,118,121,125,128,131,134,137,141,144,146,150,152,154,158,161,165,170,172,174,176,178,180,182,184,188,192,196,200,202,205,207,210,213,216,220,229,233 'linuxpackages-libr':65 'linuxpackages-rt':68,71 'list':63 'lqx':171 'lts':40 'main':38 'make':324 'might':275,290 'modifi':27 'modulo':245 'most':9 'name':48 'note':222 'nvidia':306,321 'nvidiapackag':244 'old':310 'optimis':29 'packag':20,43,312 'per':6 'product':258 'requir':303 'rpi0':173 'rpi02w':175 'rpi1':177 'rpi2':179 'rpi3':181 'rpi4':183 'rt':70,73,185,189,193,197 'scenario':286 'se':7 'stabl':212,259 'system':331 'test':201,203 'tinyconfig':148 'two':36 'unabl':327 'use':32,270,329 'user':274,289,326 'variant':10,15,37 'version':5,11,13 'vulkan':260 'wifi':293 'work':297 'would':323 'xanmod':22,206,208,211 'xen':163,167,214,217 'zen':221"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6479797"
+editedAt: null
+createdAt: DateTimeImmutable @1702027519 {#2064
date: 2023-12-08 10:25:19.0 +01:00
}
+"title": 210954
} |
|
Show voter details
|
108 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2089
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2088
+user: Proxies\__CG__\App\Entity\User {#3124 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Manjaro-OS"
+title: "Manjaro OS"
+url: null
+body: """
So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
\n
On the other hand, there is a negative vibe towards it.\n
\n
Why the hate?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 96
+favouriteCount: 62
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729375947 {#3159
date: 2024-10-20 00:12:27.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3164 …}
+votes: Doctrine\ORM\PersistentCollection {#3167 …}
+reports: Doctrine\ORM\PersistentCollection {#3169 …}
+favourites: Doctrine\ORM\PersistentCollection {#3171 …}
+notifications: Doctrine\ORM\PersistentCollection {#3173 …}
+badges: Doctrine\ORM\PersistentCollection {#3175 …}
+children: [
App\Entity\EntryComment {#2089}
]
-id: 20196
-titleTs: "'manjaro':1 'os':2"
-bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701844010
+visibility: "visible "
+apId: "https://lemm.ee/post/16971449"
+editedAt: null
+createdAt: DateTimeImmutable @1701757610 {#3147
date: 2023-12-05 07:26:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
+body: """
These aren’t all versions per se but mostly variants, versions and versions of variants. For example, we have packaged the xanmod kernel which is a modified kernel optimised for desktop use but it has two variants: Main and LTS. We have packaged both.\n
\n
Here are the names of all of our kernels currently to give you an idea (as a JSON list):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages-rt_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_14"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_19_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_4_9"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_10_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_15_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_18"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_19"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_5_4_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_1_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_5_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_6_6"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_custom_tinyconfig_kernel"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest-libre"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_latest_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_lqx"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi02w"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi2"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi3"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rpi4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_10"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_15"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_5_4"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_rt_6_1"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_testing_bcachefs"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xanmod_stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_xen_dom0_hardened"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"linuxPackages_zen"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Note that some of these are aliases; `linuxPackages_latest` is currently `linuxPackages_6_6` for example.)\n
\n
Each of these has the following `nvidiaPackages` (modulo incompatibilities):\n
\n
```\n
\n
<span style="color:#323232;">[\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"beta"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"dc_520"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"latest"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_340"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_390"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"legacy_470"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"production"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"stable"</span><span style="color:#323232;">,\n
</span><span style="color:#323232;"> </span><span style="color:#183691;">"vulkan_beta"\n
</span><span style="color:#323232;">]\n
</span>\n
```\n
\n
(Again, some of these are aliases.)\n
\n
This is useful to have because users might have hardware constraints. It’s not hard to imagine a scenario where a user might have a WiFi chip that only works with kernel ABIs < 5.4 and require the 470 nvidia driver for their old GPU. Packaging just the latest kernel and just the latest Nvidia driver would make this user unable to use their system.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1702027519 {#2080
date: 2023-12-08 10:25:19.0 +01:00
}
+ip: null
+tags: [
0 => "323232"
2 => "183691"
]
+mentions: [
"@WeAreAllOne@lemm.ee"
"@highduc@lemmy.ml"
"@Atemu@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#2091 …}
+nested: Doctrine\ORM\PersistentCollection {#2090 …}
+votes: Doctrine\ORM\PersistentCollection {#2092 …}
+reports: Doctrine\ORM\PersistentCollection {#2241 …}
+favourites: Doctrine\ORM\PersistentCollection {#2130 …}
+notifications: Doctrine\ORM\PersistentCollection {#2129 …}
-id: 210954
-bodyTs: "'0':117 '1':120,123,199 '10':90,93,187 '14':77 '15':97,100,191 '18':104 '19':80,83,107 '2':127 '3':130 '340':253 '390':255 '4':76,79,82,86,110,113,133,195 '470':257,305 '5':89,92,96,99,103,106,109,112,136,139,186,190,194 '5.4':301 '520':250 '6':116,119,122,126,129,132,135,138,142,143,198,234,235 '9':87 'abi':300 'alias':228,267 'aren':2 'bcachef':204 'beta':247,261 'chip':294 'constraint':278 'current':54,232 'custom':145,147 'dc':248,249 'desktop':31 'dom0':164,168,215,218 'driver':307,322 'exampl':17,237 'follow':243 'give':56 'gpu':311 'hard':282 'harden':84,94,101,114,124,140,151,160,169,219 'hardwar':277 'idea':59 'imagin':284 'incompat':246 'json':62 'kernel':23,28,53,149,299,316 'latest':74,153,156,159,162,166,209,230,251,315,320 'latest-libr':155 'legaci':252,254,256 'libr':67,157 'linuxpackag':64,66,69,72,75,78,81,85,88,91,95,98,102,105,108,111,115,118,121,125,128,131,134,137,141,144,146,150,152,154,158,161,165,170,172,174,176,178,180,182,184,188,192,196,200,202,205,207,210,213,216,220,229,233 'linuxpackages-libr':65 'linuxpackages-rt':68,71 'list':63 'lqx':171 'lts':40 'main':38 'make':324 'might':275,290 'modifi':27 'modulo':245 'most':9 'name':48 'note':222 'nvidia':306,321 'nvidiapackag':244 'old':310 'optimis':29 'packag':20,43,312 'per':6 'product':258 'requir':303 'rpi0':173 'rpi02w':175 'rpi1':177 'rpi2':179 'rpi3':181 'rpi4':183 'rt':70,73,185,189,193,197 'scenario':286 'se':7 'stabl':212,259 'system':331 'test':201,203 'tinyconfig':148 'two':36 'unabl':327 'use':32,270,329 'user':274,289,326 'variant':10,15,37 'version':5,11,13 'vulkan':260 'wifi':293 'work':297 'would':323 'xanmod':22,206,208,211 'xen':163,167,214,217 'zen':221"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6479797"
+editedAt: null
+createdAt: DateTimeImmutable @1702027519 {#2064
date: 2023-12-08 10:25:19.0 +01:00
}
+"title": 210954
} |
|
Show voter details
|
109 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
110 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2079
+user: Proxies\__CG__\App\Entity\User {#2155 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3126 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
+slug: "Wlroots-0-17-0-released"
+title: "Wlroots 0.17.0 released"
+url: "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0"
+body: """
Release highlights:\n
\n
- New protocol implementations:\n
\n
\n
- content-type-v1 to tag surfaces with their content type (audio, video, game, etc).\n
- xwayland-shell-v1 to improve XWayland reliability.\n
- wp-fractional-scale-v1 to allow clients to submit buffers with a non-integer scale factor matching the output.\n
- tearing-control to allow clients to opt-in for tearing page-flips.\n
- security-context-v1 to identify clients running in sandboxes.\n
- cursor-shape-v1 for server-side cursor themes.\n
- Introduce a new output layers API to leverage KMS planes.\n
- Add a new renderer API with improved design and performance. Add an API to query the time taken to render.\n
- Continued work on the Vulkan renderer: add more RGB formats, add YUV buffers, add interoperability with implicit synchronization instead of blocking.\n
- Add support for the new wl_surface.preferred_buffer_{scale,transform} events.\n
- Improved scene-graph, including support for linux-dmabuf feedback and clipping surfaces.\n
- Improved wlr_cursor which now keeps track of the current cursor image.\n
- Add an implementation of the wl_shm interface, replacing libwayland’s for improved reliability and performance.\n
- The Wayland backend supports embedding a wlroots compositor inside an existing Wayland client.\n
- wl_surface roles have been refactored.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 103
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700854169 {#3121
date: 2023-11-24 20:29:29.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3129 …}
+votes: Doctrine\ORM\PersistentCollection {#3131 …}
+reports: Doctrine\ORM\PersistentCollection {#3133 …}
+favourites: Doctrine\ORM\PersistentCollection {#3135 …}
+notifications: Doctrine\ORM\PersistentCollection {#3137 …}
+badges: Doctrine\ORM\PersistentCollection {#3139 …}
+children: [
App\Entity\EntryComment {#2061
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+body: """
> GTK 4 does not, possibly in a future version\n
\n
That would be news to me. Has GTK finally managed to switch away from using actual real hardware pixels as its base unit for measurement?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700733776 {#2144
date: 2023-11-23 11:02:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2078 …}
+nested: Doctrine\ORM\PersistentCollection {#2097 …}
+votes: Doctrine\ORM\PersistentCollection {#2082 …}
+reports: Doctrine\ORM\PersistentCollection {#2096 …}
+favourites: Doctrine\ORM\PersistentCollection {#2081 …}
+notifications: Doctrine\ORM\PersistentCollection {#2098 …}
-id: 154039
-bodyTs: "'4':2 'actual':25 'away':22 'base':31 'final':18 'futur':8 'gtk':1,17 'hardwar':27 'manag':19 'measur':34 'news':13 'pixel':28 'possibl':5 'real':26 'switch':21 'unit':32 'use':24 'version':9 'would':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6052788"
+editedAt: null
+createdAt: DateTimeImmutable @1700733776 {#2075
date: 2023-11-23 11:02:56.0 +01:00
}
+"title": 154039
}
]
-id: 15668
-titleTs: "'0.17.0':2 'releas':3 'wlroot':1"
-bodyTs: "'add':95,105,121,125,128,136,172 'allow':35,54 'api':90,99,107 'audio':17 'backend':190 'block':135 'buffer':39,127,142 'client':36,55,71,200 'clip':158 'compositor':195 'content':7,15 'content-type-v1':6 'context':67 'continu':115 'control':52 'current':169 'cursor':76,83,162,170 'cursor-shape-v1':75 'design':102 'dmabuf':155 'embed':192 'etc':20 'event':145 'exist':198 'factor':46 'feedback':156 'flip':64 'format':124 'fraction':31 'game':19 'graph':149 'highlight':2 'identifi':70 'imag':171 'implement':5,174 'implicit':131 'improv':26,101,146,160,184 'includ':150 'insid':196 'instead':133 'integ':44 'interfac':179 'interoper':129 'introduc':85 'keep':165 'kms':93 'layer':89 'leverag':92 'libwayland':181 'linux':154 'linux-dmabuf':153 'match':47 'new':3,87,97,140 'non':43 'non-integ':42 'opt':58 'opt-in':57 'output':49,88 'page':63 'page-flip':62 'perform':104,187 'plane':94 'protocol':4 'queri':109 'refactor':206 'releas':1 'reliabl':28,185 'render':98,114,120 'replac':180 'rgb':123 'role':203 'run':72 'sandbox':74 'scale':32,45,143 'scene':148 'scene-graph':147 'secur':66 'security-context-v1':65 'server':81 'server-sid':80 'shape':77 'shell':23 'shm':178 'side':82 'submit':38 'support':137,151,191 'surfac':12,159,202 'synchron':132 'tag':11 'taken':112 'tear':51,61 'tearing-control':50 'theme':84 'time':111 'track':166 'transform':144 'type':8,16 'v1':9,24,33,68,78 'video':18 'vulkan':119 'wayland':189,199 'wl':177,201 'wl_surface.preferred':141 'wlr':161 'wlroot':194 'work':116 'wp':30 'wp-fractional-scale-v1':29 'xwayland':22,27 'xwayland-shell-v1':21 'yuv':126"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700791354
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6709987"
+editedAt: DateTimeImmutable @1701195697 {#3108
date: 2023-11-28 19:21:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700704954 {#3087
date: 2023-11-23 03:02:34.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
111 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2079
+user: Proxies\__CG__\App\Entity\User {#2155 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3126 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
+slug: "Wlroots-0-17-0-released"
+title: "Wlroots 0.17.0 released"
+url: "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0"
+body: """
Release highlights:\n
\n
- New protocol implementations:\n
\n
\n
- content-type-v1 to tag surfaces with their content type (audio, video, game, etc).\n
- xwayland-shell-v1 to improve XWayland reliability.\n
- wp-fractional-scale-v1 to allow clients to submit buffers with a non-integer scale factor matching the output.\n
- tearing-control to allow clients to opt-in for tearing page-flips.\n
- security-context-v1 to identify clients running in sandboxes.\n
- cursor-shape-v1 for server-side cursor themes.\n
- Introduce a new output layers API to leverage KMS planes.\n
- Add a new renderer API with improved design and performance. Add an API to query the time taken to render.\n
- Continued work on the Vulkan renderer: add more RGB formats, add YUV buffers, add interoperability with implicit synchronization instead of blocking.\n
- Add support for the new wl_surface.preferred_buffer_{scale,transform} events.\n
- Improved scene-graph, including support for linux-dmabuf feedback and clipping surfaces.\n
- Improved wlr_cursor which now keeps track of the current cursor image.\n
- Add an implementation of the wl_shm interface, replacing libwayland’s for improved reliability and performance.\n
- The Wayland backend supports embedding a wlroots compositor inside an existing Wayland client.\n
- wl_surface roles have been refactored.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 103
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700854169 {#3121
date: 2023-11-24 20:29:29.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3129 …}
+votes: Doctrine\ORM\PersistentCollection {#3131 …}
+reports: Doctrine\ORM\PersistentCollection {#3133 …}
+favourites: Doctrine\ORM\PersistentCollection {#3135 …}
+notifications: Doctrine\ORM\PersistentCollection {#3137 …}
+badges: Doctrine\ORM\PersistentCollection {#3139 …}
+children: [
App\Entity\EntryComment {#2061
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+body: """
> GTK 4 does not, possibly in a future version\n
\n
That would be news to me. Has GTK finally managed to switch away from using actual real hardware pixels as its base unit for measurement?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700733776 {#2144
date: 2023-11-23 11:02:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2078 …}
+nested: Doctrine\ORM\PersistentCollection {#2097 …}
+votes: Doctrine\ORM\PersistentCollection {#2082 …}
+reports: Doctrine\ORM\PersistentCollection {#2096 …}
+favourites: Doctrine\ORM\PersistentCollection {#2081 …}
+notifications: Doctrine\ORM\PersistentCollection {#2098 …}
-id: 154039
-bodyTs: "'4':2 'actual':25 'away':22 'base':31 'final':18 'futur':8 'gtk':1,17 'hardwar':27 'manag':19 'measur':34 'news':13 'pixel':28 'possibl':5 'real':26 'switch':21 'unit':32 'use':24 'version':9 'would':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6052788"
+editedAt: null
+createdAt: DateTimeImmutable @1700733776 {#2075
date: 2023-11-23 11:02:56.0 +01:00
}
+"title": 154039
}
]
-id: 15668
-titleTs: "'0.17.0':2 'releas':3 'wlroot':1"
-bodyTs: "'add':95,105,121,125,128,136,172 'allow':35,54 'api':90,99,107 'audio':17 'backend':190 'block':135 'buffer':39,127,142 'client':36,55,71,200 'clip':158 'compositor':195 'content':7,15 'content-type-v1':6 'context':67 'continu':115 'control':52 'current':169 'cursor':76,83,162,170 'cursor-shape-v1':75 'design':102 'dmabuf':155 'embed':192 'etc':20 'event':145 'exist':198 'factor':46 'feedback':156 'flip':64 'format':124 'fraction':31 'game':19 'graph':149 'highlight':2 'identifi':70 'imag':171 'implement':5,174 'implicit':131 'improv':26,101,146,160,184 'includ':150 'insid':196 'instead':133 'integ':44 'interfac':179 'interoper':129 'introduc':85 'keep':165 'kms':93 'layer':89 'leverag':92 'libwayland':181 'linux':154 'linux-dmabuf':153 'match':47 'new':3,87,97,140 'non':43 'non-integ':42 'opt':58 'opt-in':57 'output':49,88 'page':63 'page-flip':62 'perform':104,187 'plane':94 'protocol':4 'queri':109 'refactor':206 'releas':1 'reliabl':28,185 'render':98,114,120 'replac':180 'rgb':123 'role':203 'run':72 'sandbox':74 'scale':32,45,143 'scene':148 'scene-graph':147 'secur':66 'security-context-v1':65 'server':81 'server-sid':80 'shape':77 'shell':23 'shm':178 'side':82 'submit':38 'support':137,151,191 'surfac':12,159,202 'synchron':132 'tag':11 'taken':112 'tear':51,61 'tearing-control':50 'theme':84 'time':111 'track':166 'transform':144 'type':8,16 'v1':9,24,33,68,78 'video':18 'vulkan':119 'wayland':189,199 'wl':177,201 'wl_surface.preferred':141 'wlr':161 'wlroot':194 'work':116 'wp':30 'wp-fractional-scale-v1':29 'xwayland':22,27 'xwayland-shell-v1':21 'yuv':126"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700791354
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6709987"
+editedAt: DateTimeImmutable @1701195697 {#3108
date: 2023-11-28 19:21:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700704954 {#3087
date: 2023-11-23 03:02:34.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
112 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2079
+user: Proxies\__CG__\App\Entity\User {#2155 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3126 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
+slug: "Wlroots-0-17-0-released"
+title: "Wlroots 0.17.0 released"
+url: "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0"
+body: """
Release highlights:\n
\n
- New protocol implementations:\n
\n
\n
- content-type-v1 to tag surfaces with their content type (audio, video, game, etc).\n
- xwayland-shell-v1 to improve XWayland reliability.\n
- wp-fractional-scale-v1 to allow clients to submit buffers with a non-integer scale factor matching the output.\n
- tearing-control to allow clients to opt-in for tearing page-flips.\n
- security-context-v1 to identify clients running in sandboxes.\n
- cursor-shape-v1 for server-side cursor themes.\n
- Introduce a new output layers API to leverage KMS planes.\n
- Add a new renderer API with improved design and performance. Add an API to query the time taken to render.\n
- Continued work on the Vulkan renderer: add more RGB formats, add YUV buffers, add interoperability with implicit synchronization instead of blocking.\n
- Add support for the new wl_surface.preferred_buffer_{scale,transform} events.\n
- Improved scene-graph, including support for linux-dmabuf feedback and clipping surfaces.\n
- Improved wlr_cursor which now keeps track of the current cursor image.\n
- Add an implementation of the wl_shm interface, replacing libwayland’s for improved reliability and performance.\n
- The Wayland backend supports embedding a wlroots compositor inside an existing Wayland client.\n
- wl_surface roles have been refactored.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 103
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700854169 {#3121
date: 2023-11-24 20:29:29.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3129 …}
+votes: Doctrine\ORM\PersistentCollection {#3131 …}
+reports: Doctrine\ORM\PersistentCollection {#3133 …}
+favourites: Doctrine\ORM\PersistentCollection {#3135 …}
+notifications: Doctrine\ORM\PersistentCollection {#3137 …}
+badges: Doctrine\ORM\PersistentCollection {#3139 …}
+children: [
App\Entity\EntryComment {#2061
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2079 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+body: """
> GTK 4 does not, possibly in a future version\n
\n
That would be news to me. Has GTK finally managed to switch away from using actual real hardware pixels as its base unit for measurement?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700733776 {#2144
date: 2023-11-23 11:02:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2078 …}
+nested: Doctrine\ORM\PersistentCollection {#2097 …}
+votes: Doctrine\ORM\PersistentCollection {#2082 …}
+reports: Doctrine\ORM\PersistentCollection {#2096 …}
+favourites: Doctrine\ORM\PersistentCollection {#2081 …}
+notifications: Doctrine\ORM\PersistentCollection {#2098 …}
-id: 154039
-bodyTs: "'4':2 'actual':25 'away':22 'base':31 'final':18 'futur':8 'gtk':1,17 'hardwar':27 'manag':19 'measur':34 'news':13 'pixel':28 'possibl':5 'real':26 'switch':21 'unit':32 'use':24 'version':9 'would':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6052788"
+editedAt: null
+createdAt: DateTimeImmutable @1700733776 {#2075
date: 2023-11-23 11:02:56.0 +01:00
}
+"title": 154039
}
]
-id: 15668
-titleTs: "'0.17.0':2 'releas':3 'wlroot':1"
-bodyTs: "'add':95,105,121,125,128,136,172 'allow':35,54 'api':90,99,107 'audio':17 'backend':190 'block':135 'buffer':39,127,142 'client':36,55,71,200 'clip':158 'compositor':195 'content':7,15 'content-type-v1':6 'context':67 'continu':115 'control':52 'current':169 'cursor':76,83,162,170 'cursor-shape-v1':75 'design':102 'dmabuf':155 'embed':192 'etc':20 'event':145 'exist':198 'factor':46 'feedback':156 'flip':64 'format':124 'fraction':31 'game':19 'graph':149 'highlight':2 'identifi':70 'imag':171 'implement':5,174 'implicit':131 'improv':26,101,146,160,184 'includ':150 'insid':196 'instead':133 'integ':44 'interfac':179 'interoper':129 'introduc':85 'keep':165 'kms':93 'layer':89 'leverag':92 'libwayland':181 'linux':154 'linux-dmabuf':153 'match':47 'new':3,87,97,140 'non':43 'non-integ':42 'opt':58 'opt-in':57 'output':49,88 'page':63 'page-flip':62 'perform':104,187 'plane':94 'protocol':4 'queri':109 'refactor':206 'releas':1 'reliabl':28,185 'render':98,114,120 'replac':180 'rgb':123 'role':203 'run':72 'sandbox':74 'scale':32,45,143 'scene':148 'scene-graph':147 'secur':66 'security-context-v1':65 'server':81 'server-sid':80 'shape':77 'shell':23 'shm':178 'side':82 'submit':38 'support':137,151,191 'surfac':12,159,202 'synchron':132 'tag':11 'taken':112 'tear':51,61 'tearing-control':50 'theme':84 'time':111 'track':166 'transform':144 'type':8,16 'v1':9,24,33,68,78 'video':18 'vulkan':119 'wayland':189,199 'wl':177,201 'wl_surface.preferred':141 'wlr':161 'wlroot':194 'work':116 'wp':30 'wp-fractional-scale-v1':29 'xwayland':22,27 'xwayland-shell-v1':21 'yuv':126"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700791354
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6709987"
+editedAt: DateTimeImmutable @1701195697 {#3108
date: 2023-11-28 19:21:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700704954 {#3087
date: 2023-11-23 03:02:34.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
113 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
114 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2061
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2079
+user: Proxies\__CG__\App\Entity\User {#2155 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3126 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
+slug: "Wlroots-0-17-0-released"
+title: "Wlroots 0.17.0 released"
+url: "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0"
+body: """
Release highlights:\n
\n
- New protocol implementations:\n
\n
\n
- content-type-v1 to tag surfaces with their content type (audio, video, game, etc).\n
- xwayland-shell-v1 to improve XWayland reliability.\n
- wp-fractional-scale-v1 to allow clients to submit buffers with a non-integer scale factor matching the output.\n
- tearing-control to allow clients to opt-in for tearing page-flips.\n
- security-context-v1 to identify clients running in sandboxes.\n
- cursor-shape-v1 for server-side cursor themes.\n
- Introduce a new output layers API to leverage KMS planes.\n
- Add a new renderer API with improved design and performance. Add an API to query the time taken to render.\n
- Continued work on the Vulkan renderer: add more RGB formats, add YUV buffers, add interoperability with implicit synchronization instead of blocking.\n
- Add support for the new wl_surface.preferred_buffer_{scale,transform} events.\n
- Improved scene-graph, including support for linux-dmabuf feedback and clipping surfaces.\n
- Improved wlr_cursor which now keeps track of the current cursor image.\n
- Add an implementation of the wl_shm interface, replacing libwayland’s for improved reliability and performance.\n
- The Wayland backend supports embedding a wlroots compositor inside an existing Wayland client.\n
- wl_surface roles have been refactored.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 103
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700854169 {#3121
date: 2023-11-24 20:29:29.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3129 …}
+votes: Doctrine\ORM\PersistentCollection {#3131 …}
+reports: Doctrine\ORM\PersistentCollection {#3133 …}
+favourites: Doctrine\ORM\PersistentCollection {#3135 …}
+notifications: Doctrine\ORM\PersistentCollection {#3137 …}
+badges: Doctrine\ORM\PersistentCollection {#3139 …}
+children: [
App\Entity\EntryComment {#2061}
]
-id: 15668
-titleTs: "'0.17.0':2 'releas':3 'wlroot':1"
-bodyTs: "'add':95,105,121,125,128,136,172 'allow':35,54 'api':90,99,107 'audio':17 'backend':190 'block':135 'buffer':39,127,142 'client':36,55,71,200 'clip':158 'compositor':195 'content':7,15 'content-type-v1':6 'context':67 'continu':115 'control':52 'current':169 'cursor':76,83,162,170 'cursor-shape-v1':75 'design':102 'dmabuf':155 'embed':192 'etc':20 'event':145 'exist':198 'factor':46 'feedback':156 'flip':64 'format':124 'fraction':31 'game':19 'graph':149 'highlight':2 'identifi':70 'imag':171 'implement':5,174 'implicit':131 'improv':26,101,146,160,184 'includ':150 'insid':196 'instead':133 'integ':44 'interfac':179 'interoper':129 'introduc':85 'keep':165 'kms':93 'layer':89 'leverag':92 'libwayland':181 'linux':154 'linux-dmabuf':153 'match':47 'new':3,87,97,140 'non':43 'non-integ':42 'opt':58 'opt-in':57 'output':49,88 'page':63 'page-flip':62 'perform':104,187 'plane':94 'protocol':4 'queri':109 'refactor':206 'releas':1 'reliabl':28,185 'render':98,114,120 'replac':180 'rgb':123 'role':203 'run':72 'sandbox':74 'scale':32,45,143 'scene':148 'scene-graph':147 'secur':66 'security-context-v1':65 'server':81 'server-sid':80 'shape':77 'shell':23 'shm':178 'side':82 'submit':38 'support':137,151,191 'surfac':12,159,202 'synchron':132 'tag':11 'taken':112 'tear':51,61 'tearing-control':50 'theme':84 'time':111 'track':166 'transform':144 'type':8,16 'v1':9,24,33,68,78 'video':18 'vulkan':119 'wayland':189,199 'wl':177,201 'wl_surface.preferred':141 'wlr':161 'wlroot':194 'work':116 'wp':30 'wp-fractional-scale-v1':29 'xwayland':22,27 'xwayland-shell-v1':21 'yuv':126"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700791354
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6709987"
+editedAt: DateTimeImmutable @1701195697 {#3108
date: 2023-11-28 19:21:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700704954 {#3087
date: 2023-11-23 03:02:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+body: """
> GTK 4 does not, possibly in a future version\n
\n
That would be news to me. Has GTK finally managed to switch away from using actual real hardware pixels as its base unit for measurement?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700733776 {#2144
date: 2023-11-23 11:02:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2078 …}
+nested: Doctrine\ORM\PersistentCollection {#2097 …}
+votes: Doctrine\ORM\PersistentCollection {#2082 …}
+reports: Doctrine\ORM\PersistentCollection {#2096 …}
+favourites: Doctrine\ORM\PersistentCollection {#2081 …}
+notifications: Doctrine\ORM\PersistentCollection {#2098 …}
-id: 154039
-bodyTs: "'4':2 'actual':25 'away':22 'base':31 'final':18 'futur':8 'gtk':1,17 'hardwar':27 'manag':19 'measur':34 'news':13 'pixel':28 'possibl':5 'real':26 'switch':21 'unit':32 'use':24 'version':9 'would':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6052788"
+editedAt: null
+createdAt: DateTimeImmutable @1700733776 {#2075
date: 2023-11-23 11:02:56.0 +01:00
}
+"title": 154039
} |
|
Show voter details
|
115 |
DENIED
|
edit
|
App\Entity\EntryComment {#2061
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2079
+user: Proxies\__CG__\App\Entity\User {#2155 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3126 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
+slug: "Wlroots-0-17-0-released"
+title: "Wlroots 0.17.0 released"
+url: "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0"
+body: """
Release highlights:\n
\n
- New protocol implementations:\n
\n
\n
- content-type-v1 to tag surfaces with their content type (audio, video, game, etc).\n
- xwayland-shell-v1 to improve XWayland reliability.\n
- wp-fractional-scale-v1 to allow clients to submit buffers with a non-integer scale factor matching the output.\n
- tearing-control to allow clients to opt-in for tearing page-flips.\n
- security-context-v1 to identify clients running in sandboxes.\n
- cursor-shape-v1 for server-side cursor themes.\n
- Introduce a new output layers API to leverage KMS planes.\n
- Add a new renderer API with improved design and performance. Add an API to query the time taken to render.\n
- Continued work on the Vulkan renderer: add more RGB formats, add YUV buffers, add interoperability with implicit synchronization instead of blocking.\n
- Add support for the new wl_surface.preferred_buffer_{scale,transform} events.\n
- Improved scene-graph, including support for linux-dmabuf feedback and clipping surfaces.\n
- Improved wlr_cursor which now keeps track of the current cursor image.\n
- Add an implementation of the wl_shm interface, replacing libwayland’s for improved reliability and performance.\n
- The Wayland backend supports embedding a wlroots compositor inside an existing Wayland client.\n
- wl_surface roles have been refactored.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 103
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700854169 {#3121
date: 2023-11-24 20:29:29.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3129 …}
+votes: Doctrine\ORM\PersistentCollection {#3131 …}
+reports: Doctrine\ORM\PersistentCollection {#3133 …}
+favourites: Doctrine\ORM\PersistentCollection {#3135 …}
+notifications: Doctrine\ORM\PersistentCollection {#3137 …}
+badges: Doctrine\ORM\PersistentCollection {#3139 …}
+children: [
App\Entity\EntryComment {#2061}
]
-id: 15668
-titleTs: "'0.17.0':2 'releas':3 'wlroot':1"
-bodyTs: "'add':95,105,121,125,128,136,172 'allow':35,54 'api':90,99,107 'audio':17 'backend':190 'block':135 'buffer':39,127,142 'client':36,55,71,200 'clip':158 'compositor':195 'content':7,15 'content-type-v1':6 'context':67 'continu':115 'control':52 'current':169 'cursor':76,83,162,170 'cursor-shape-v1':75 'design':102 'dmabuf':155 'embed':192 'etc':20 'event':145 'exist':198 'factor':46 'feedback':156 'flip':64 'format':124 'fraction':31 'game':19 'graph':149 'highlight':2 'identifi':70 'imag':171 'implement':5,174 'implicit':131 'improv':26,101,146,160,184 'includ':150 'insid':196 'instead':133 'integ':44 'interfac':179 'interoper':129 'introduc':85 'keep':165 'kms':93 'layer':89 'leverag':92 'libwayland':181 'linux':154 'linux-dmabuf':153 'match':47 'new':3,87,97,140 'non':43 'non-integ':42 'opt':58 'opt-in':57 'output':49,88 'page':63 'page-flip':62 'perform':104,187 'plane':94 'protocol':4 'queri':109 'refactor':206 'releas':1 'reliabl':28,185 'render':98,114,120 'replac':180 'rgb':123 'role':203 'run':72 'sandbox':74 'scale':32,45,143 'scene':148 'scene-graph':147 'secur':66 'security-context-v1':65 'server':81 'server-sid':80 'shape':77 'shell':23 'shm':178 'side':82 'submit':38 'support':137,151,191 'surfac':12,159,202 'synchron':132 'tag':11 'taken':112 'tear':51,61 'tearing-control':50 'theme':84 'time':111 'track':166 'transform':144 'type':8,16 'v1':9,24,33,68,78 'video':18 'vulkan':119 'wayland':189,199 'wl':177,201 'wl_surface.preferred':141 'wlr':161 'wlroot':194 'work':116 'wp':30 'wp-fractional-scale-v1':29 'xwayland':22,27 'xwayland-shell-v1':21 'yuv':126"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700791354
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6709987"
+editedAt: DateTimeImmutable @1701195697 {#3108
date: 2023-11-28 19:21:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700704954 {#3087
date: 2023-11-23 03:02:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+body: """
> GTK 4 does not, possibly in a future version\n
\n
That would be news to me. Has GTK finally managed to switch away from using actual real hardware pixels as its base unit for measurement?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700733776 {#2144
date: 2023-11-23 11:02:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2078 …}
+nested: Doctrine\ORM\PersistentCollection {#2097 …}
+votes: Doctrine\ORM\PersistentCollection {#2082 …}
+reports: Doctrine\ORM\PersistentCollection {#2096 …}
+favourites: Doctrine\ORM\PersistentCollection {#2081 …}
+notifications: Doctrine\ORM\PersistentCollection {#2098 …}
-id: 154039
-bodyTs: "'4':2 'actual':25 'away':22 'base':31 'final':18 'futur':8 'gtk':1,17 'hardwar':27 'manag':19 'measur':34 'news':13 'pixel':28 'possibl':5 'real':26 'switch':21 'unit':32 'use':24 'version':9 'would':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6052788"
+editedAt: null
+createdAt: DateTimeImmutable @1700733776 {#2075
date: 2023-11-23 11:02:56.0 +01:00
}
+"title": 154039
} |
|
Show voter details
|
116 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2061
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2079
+user: Proxies\__CG__\App\Entity\User {#2155 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#3126 …}
+domain: Proxies\__CG__\App\Entity\Domain {#3128 …}
+slug: "Wlroots-0-17-0-released"
+title: "Wlroots 0.17.0 released"
+url: "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0"
+body: """
Release highlights:\n
\n
- New protocol implementations:\n
\n
\n
- content-type-v1 to tag surfaces with their content type (audio, video, game, etc).\n
- xwayland-shell-v1 to improve XWayland reliability.\n
- wp-fractional-scale-v1 to allow clients to submit buffers with a non-integer scale factor matching the output.\n
- tearing-control to allow clients to opt-in for tearing page-flips.\n
- security-context-v1 to identify clients running in sandboxes.\n
- cursor-shape-v1 for server-side cursor themes.\n
- Introduce a new output layers API to leverage KMS planes.\n
- Add a new renderer API with improved design and performance. Add an API to query the time taken to render.\n
- Continued work on the Vulkan renderer: add more RGB formats, add YUV buffers, add interoperability with implicit synchronization instead of blocking.\n
- Add support for the new wl_surface.preferred_buffer_{scale,transform} events.\n
- Improved scene-graph, including support for linux-dmabuf feedback and clipping surfaces.\n
- Improved wlr_cursor which now keeps track of the current cursor image.\n
- Add an implementation of the wl_shm interface, replacing libwayland’s for improved reliability and performance.\n
- The Wayland backend supports embedding a wlroots compositor inside an existing Wayland client.\n
- wl_surface roles have been refactored.
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 103
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700854169 {#3121
date: 2023-11-24 20:29:29.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3129 …}
+votes: Doctrine\ORM\PersistentCollection {#3131 …}
+reports: Doctrine\ORM\PersistentCollection {#3133 …}
+favourites: Doctrine\ORM\PersistentCollection {#3135 …}
+notifications: Doctrine\ORM\PersistentCollection {#3137 …}
+badges: Doctrine\ORM\PersistentCollection {#3139 …}
+children: [
App\Entity\EntryComment {#2061}
]
-id: 15668
-titleTs: "'0.17.0':2 'releas':3 'wlroot':1"
-bodyTs: "'add':95,105,121,125,128,136,172 'allow':35,54 'api':90,99,107 'audio':17 'backend':190 'block':135 'buffer':39,127,142 'client':36,55,71,200 'clip':158 'compositor':195 'content':7,15 'content-type-v1':6 'context':67 'continu':115 'control':52 'current':169 'cursor':76,83,162,170 'cursor-shape-v1':75 'design':102 'dmabuf':155 'embed':192 'etc':20 'event':145 'exist':198 'factor':46 'feedback':156 'flip':64 'format':124 'fraction':31 'game':19 'graph':149 'highlight':2 'identifi':70 'imag':171 'implement':5,174 'implicit':131 'improv':26,101,146,160,184 'includ':150 'insid':196 'instead':133 'integ':44 'interfac':179 'interoper':129 'introduc':85 'keep':165 'kms':93 'layer':89 'leverag':92 'libwayland':181 'linux':154 'linux-dmabuf':153 'match':47 'new':3,87,97,140 'non':43 'non-integ':42 'opt':58 'opt-in':57 'output':49,88 'page':63 'page-flip':62 'perform':104,187 'plane':94 'protocol':4 'queri':109 'refactor':206 'releas':1 'reliabl':28,185 'render':98,114,120 'replac':180 'rgb':123 'role':203 'run':72 'sandbox':74 'scale':32,45,143 'scene':148 'scene-graph':147 'secur':66 'security-context-v1':65 'server':81 'server-sid':80 'shape':77 'shell':23 'shm':178 'side':82 'submit':38 'support':137,151,191 'surfac':12,159,202 'synchron':132 'tag':11 'taken':112 'tear':51,61 'tearing-control':50 'theme':84 'time':111 'track':166 'transform':144 'type':8,16 'v1':9,24,33,68,78 'video':18 'vulkan':119 'wayland':189,199 'wl':177,201 'wl_surface.preferred':141 'wlr':161 'wlroot':194 'work':116 'wp':30 'wp-fractional-scale-v1':29 'xwayland':22,27 'xwayland-shell-v1':21 'yuv':126"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700791354
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/6709987"
+editedAt: DateTimeImmutable @1701195697 {#3108
date: 2023-11-28 19:21:37.0 +01:00
}
+createdAt: DateTimeImmutable @1700704954 {#3087
date: 2023-11-23 03:02:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2084 …}
+body: """
> GTK 4 does not, possibly in a future version\n
\n
That would be news to me. Has GTK finally managed to switch away from using actual real hardware pixels as its base unit for measurement?
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700733776 {#2144
date: 2023-11-23 11:02:56.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Chewy7324@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2078 …}
+nested: Doctrine\ORM\PersistentCollection {#2097 …}
+votes: Doctrine\ORM\PersistentCollection {#2082 …}
+reports: Doctrine\ORM\PersistentCollection {#2096 …}
+favourites: Doctrine\ORM\PersistentCollection {#2081 …}
+notifications: Doctrine\ORM\PersistentCollection {#2098 …}
-id: 154039
-bodyTs: "'4':2 'actual':25 'away':22 'base':31 'final':18 'futur':8 'gtk':1,17 'hardwar':27 'manag':19 'measur':34 'news':13 'pixel':28 'possibl':5 'real':26 'switch':21 'unit':32 'use':24 'version':9 'would':11"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/6052788"
+editedAt: null
+createdAt: DateTimeImmutable @1700733776 {#2075
date: 2023-11-23 11:02:56.0 +01:00
}
+"title": 154039
} |
|
Show voter details
|
117 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
118 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2018
+user: Proxies\__CG__\App\Entity\User {#3049 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "NixOS"
+title: "NixOS"
+url: null
+body: "hi I’m still exploring stuff and I was thinking about nix, with all his stuff, what do you guys think? maybe someone with experience can tell me if I should stay away from that or could be a good choice for privacy, anonimity and security"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 28
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700921906 {#3084
date: 2023-11-25 15:18:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3089 …}
+votes: Doctrine\ORM\PersistentCollection {#3092 …}
+reports: Doctrine\ORM\PersistentCollection {#3094 …}
+favourites: Doctrine\ORM\PersistentCollection {#3096 …}
+notifications: Doctrine\ORM\PersistentCollection {#3098 …}
+badges: Doctrine\ORM\PersistentCollection {#3100 …}
+children: [
App\Entity\EntryComment {#2022
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: "And entirely optional."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700582120 {#2026
date: 2023-11-21 16:55:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kaliban@lemmy.ml"
"@Chais@sh.itjust.works"
"@doomkernel@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#2033 …}
+nested: Doctrine\ORM\PersistentCollection {#2028 …}
+votes: Doctrine\ORM\PersistentCollection {#2012 …}
+reports: Doctrine\ORM\PersistentCollection {#2013 …}
+favourites: Doctrine\ORM\PersistentCollection {#2035 …}
+notifications: Doctrine\ORM\PersistentCollection {#2036 …}
-id: 147278
-bodyTs: "'entir':2 'option':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5996426"
+editedAt: null
+createdAt: DateTimeImmutable @1700582120 {#2024
date: 2023-11-21 16:55:20.0 +01:00
}
+"title": 147278
}
]
-id: 15110
-titleTs: "'nixo':1"
-bodyTs: "'anonim':44 'away':33 'choic':41 'could':37 'experi':25 'explor':5 'good':40 'guy':20 'hi':1 'm':3 'mayb':22 'nix':12 'privaci':43 'secur':46 'someon':23 'stay':32 'still':4 'stuff':6,16 'tell':27 'think':10,21"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700660946
+visibility: "visible "
+apId: "https://lemmy.ml/post/8272816"
+editedAt: null
+createdAt: DateTimeImmutable @1700574546 {#3070
date: 2023-11-21 14:49:06.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
119 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2018
+user: Proxies\__CG__\App\Entity\User {#3049 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "NixOS"
+title: "NixOS"
+url: null
+body: "hi I’m still exploring stuff and I was thinking about nix, with all his stuff, what do you guys think? maybe someone with experience can tell me if I should stay away from that or could be a good choice for privacy, anonimity and security"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 28
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700921906 {#3084
date: 2023-11-25 15:18:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3089 …}
+votes: Doctrine\ORM\PersistentCollection {#3092 …}
+reports: Doctrine\ORM\PersistentCollection {#3094 …}
+favourites: Doctrine\ORM\PersistentCollection {#3096 …}
+notifications: Doctrine\ORM\PersistentCollection {#3098 …}
+badges: Doctrine\ORM\PersistentCollection {#3100 …}
+children: [
App\Entity\EntryComment {#2022
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: "And entirely optional."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700582120 {#2026
date: 2023-11-21 16:55:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kaliban@lemmy.ml"
"@Chais@sh.itjust.works"
"@doomkernel@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#2033 …}
+nested: Doctrine\ORM\PersistentCollection {#2028 …}
+votes: Doctrine\ORM\PersistentCollection {#2012 …}
+reports: Doctrine\ORM\PersistentCollection {#2013 …}
+favourites: Doctrine\ORM\PersistentCollection {#2035 …}
+notifications: Doctrine\ORM\PersistentCollection {#2036 …}
-id: 147278
-bodyTs: "'entir':2 'option':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5996426"
+editedAt: null
+createdAt: DateTimeImmutable @1700582120 {#2024
date: 2023-11-21 16:55:20.0 +01:00
}
+"title": 147278
}
]
-id: 15110
-titleTs: "'nixo':1"
-bodyTs: "'anonim':44 'away':33 'choic':41 'could':37 'experi':25 'explor':5 'good':40 'guy':20 'hi':1 'm':3 'mayb':22 'nix':12 'privaci':43 'secur':46 'someon':23 'stay':32 'still':4 'stuff':6,16 'tell':27 'think':10,21"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700660946
+visibility: "visible "
+apId: "https://lemmy.ml/post/8272816"
+editedAt: null
+createdAt: DateTimeImmutable @1700574546 {#3070
date: 2023-11-21 14:49:06.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
120 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2018
+user: Proxies\__CG__\App\Entity\User {#3049 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "NixOS"
+title: "NixOS"
+url: null
+body: "hi I’m still exploring stuff and I was thinking about nix, with all his stuff, what do you guys think? maybe someone with experience can tell me if I should stay away from that or could be a good choice for privacy, anonimity and security"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 28
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700921906 {#3084
date: 2023-11-25 15:18:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3089 …}
+votes: Doctrine\ORM\PersistentCollection {#3092 …}
+reports: Doctrine\ORM\PersistentCollection {#3094 …}
+favourites: Doctrine\ORM\PersistentCollection {#3096 …}
+notifications: Doctrine\ORM\PersistentCollection {#3098 …}
+badges: Doctrine\ORM\PersistentCollection {#3100 …}
+children: [
App\Entity\EntryComment {#2022
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2018 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: "And entirely optional."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700582120 {#2026
date: 2023-11-21 16:55:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kaliban@lemmy.ml"
"@Chais@sh.itjust.works"
"@doomkernel@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#2033 …}
+nested: Doctrine\ORM\PersistentCollection {#2028 …}
+votes: Doctrine\ORM\PersistentCollection {#2012 …}
+reports: Doctrine\ORM\PersistentCollection {#2013 …}
+favourites: Doctrine\ORM\PersistentCollection {#2035 …}
+notifications: Doctrine\ORM\PersistentCollection {#2036 …}
-id: 147278
-bodyTs: "'entir':2 'option':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5996426"
+editedAt: null
+createdAt: DateTimeImmutable @1700582120 {#2024
date: 2023-11-21 16:55:20.0 +01:00
}
+"title": 147278
}
]
-id: 15110
-titleTs: "'nixo':1"
-bodyTs: "'anonim':44 'away':33 'choic':41 'could':37 'experi':25 'explor':5 'good':40 'guy':20 'hi':1 'm':3 'mayb':22 'nix':12 'privaci':43 'secur':46 'someon':23 'stay':32 'still':4 'stuff':6,16 'tell':27 'think':10,21"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700660946
+visibility: "visible "
+apId: "https://lemmy.ml/post/8272816"
+editedAt: null
+createdAt: DateTimeImmutable @1700574546 {#3070
date: 2023-11-21 14:49:06.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
121 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
122 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2022
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2018
+user: Proxies\__CG__\App\Entity\User {#3049 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "NixOS"
+title: "NixOS"
+url: null
+body: "hi I’m still exploring stuff and I was thinking about nix, with all his stuff, what do you guys think? maybe someone with experience can tell me if I should stay away from that or could be a good choice for privacy, anonimity and security"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 28
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700921906 {#3084
date: 2023-11-25 15:18:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3089 …}
+votes: Doctrine\ORM\PersistentCollection {#3092 …}
+reports: Doctrine\ORM\PersistentCollection {#3094 …}
+favourites: Doctrine\ORM\PersistentCollection {#3096 …}
+notifications: Doctrine\ORM\PersistentCollection {#3098 …}
+badges: Doctrine\ORM\PersistentCollection {#3100 …}
+children: [
App\Entity\EntryComment {#2022}
]
-id: 15110
-titleTs: "'nixo':1"
-bodyTs: "'anonim':44 'away':33 'choic':41 'could':37 'experi':25 'explor':5 'good':40 'guy':20 'hi':1 'm':3 'mayb':22 'nix':12 'privaci':43 'secur':46 'someon':23 'stay':32 'still':4 'stuff':6,16 'tell':27 'think':10,21"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700660946
+visibility: "visible "
+apId: "https://lemmy.ml/post/8272816"
+editedAt: null
+createdAt: DateTimeImmutable @1700574546 {#3070
date: 2023-11-21 14:49:06.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: "And entirely optional."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700582120 {#2026
date: 2023-11-21 16:55:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kaliban@lemmy.ml"
"@Chais@sh.itjust.works"
"@doomkernel@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#2033 …}
+nested: Doctrine\ORM\PersistentCollection {#2028 …}
+votes: Doctrine\ORM\PersistentCollection {#2012 …}
+reports: Doctrine\ORM\PersistentCollection {#2013 …}
+favourites: Doctrine\ORM\PersistentCollection {#2035 …}
+notifications: Doctrine\ORM\PersistentCollection {#2036 …}
-id: 147278
-bodyTs: "'entir':2 'option':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5996426"
+editedAt: null
+createdAt: DateTimeImmutable @1700582120 {#2024
date: 2023-11-21 16:55:20.0 +01:00
}
+"title": 147278
} |
|
Show voter details
|
123 |
DENIED
|
edit
|
App\Entity\EntryComment {#2022
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2018
+user: Proxies\__CG__\App\Entity\User {#3049 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "NixOS"
+title: "NixOS"
+url: null
+body: "hi I’m still exploring stuff and I was thinking about nix, with all his stuff, what do you guys think? maybe someone with experience can tell me if I should stay away from that or could be a good choice for privacy, anonimity and security"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 28
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700921906 {#3084
date: 2023-11-25 15:18:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3089 …}
+votes: Doctrine\ORM\PersistentCollection {#3092 …}
+reports: Doctrine\ORM\PersistentCollection {#3094 …}
+favourites: Doctrine\ORM\PersistentCollection {#3096 …}
+notifications: Doctrine\ORM\PersistentCollection {#3098 …}
+badges: Doctrine\ORM\PersistentCollection {#3100 …}
+children: [
App\Entity\EntryComment {#2022}
]
-id: 15110
-titleTs: "'nixo':1"
-bodyTs: "'anonim':44 'away':33 'choic':41 'could':37 'experi':25 'explor':5 'good':40 'guy':20 'hi':1 'm':3 'mayb':22 'nix':12 'privaci':43 'secur':46 'someon':23 'stay':32 'still':4 'stuff':6,16 'tell':27 'think':10,21"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700660946
+visibility: "visible "
+apId: "https://lemmy.ml/post/8272816"
+editedAt: null
+createdAt: DateTimeImmutable @1700574546 {#3070
date: 2023-11-21 14:49:06.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: "And entirely optional."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700582120 {#2026
date: 2023-11-21 16:55:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kaliban@lemmy.ml"
"@Chais@sh.itjust.works"
"@doomkernel@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#2033 …}
+nested: Doctrine\ORM\PersistentCollection {#2028 …}
+votes: Doctrine\ORM\PersistentCollection {#2012 …}
+reports: Doctrine\ORM\PersistentCollection {#2013 …}
+favourites: Doctrine\ORM\PersistentCollection {#2035 …}
+notifications: Doctrine\ORM\PersistentCollection {#2036 …}
-id: 147278
-bodyTs: "'entir':2 'option':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5996426"
+editedAt: null
+createdAt: DateTimeImmutable @1700582120 {#2024
date: 2023-11-21 16:55:20.0 +01:00
}
+"title": 147278
} |
|
Show voter details
|
124 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2022
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2018
+user: Proxies\__CG__\App\Entity\User {#3049 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "NixOS"
+title: "NixOS"
+url: null
+body: "hi I’m still exploring stuff and I was thinking about nix, with all his stuff, what do you guys think? maybe someone with experience can tell me if I should stay away from that or could be a good choice for privacy, anonimity and security"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 28
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700921906 {#3084
date: 2023-11-25 15:18:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3089 …}
+votes: Doctrine\ORM\PersistentCollection {#3092 …}
+reports: Doctrine\ORM\PersistentCollection {#3094 …}
+favourites: Doctrine\ORM\PersistentCollection {#3096 …}
+notifications: Doctrine\ORM\PersistentCollection {#3098 …}
+badges: Doctrine\ORM\PersistentCollection {#3100 …}
+children: [
App\Entity\EntryComment {#2022}
]
-id: 15110
-titleTs: "'nixo':1"
-bodyTs: "'anonim':44 'away':33 'choic':41 'could':37 'experi':25 'explor':5 'good':40 'guy':20 'hi':1 'm':3 'mayb':22 'nix':12 'privaci':43 'secur':46 'someon':23 'stay':32 'still':4 'stuff':6,16 'tell':27 'think':10,21"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700660946
+visibility: "visible "
+apId: "https://lemmy.ml/post/8272816"
+editedAt: null
+createdAt: DateTimeImmutable @1700574546 {#3070
date: 2023-11-21 14:49:06.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2025 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: "And entirely optional."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700582120 {#2026
date: 2023-11-21 16:55:20.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@kaliban@lemmy.ml"
"@Chais@sh.itjust.works"
"@doomkernel@sopuli.xyz"
]
+children: Doctrine\ORM\PersistentCollection {#2033 …}
+nested: Doctrine\ORM\PersistentCollection {#2028 …}
+votes: Doctrine\ORM\PersistentCollection {#2012 …}
+reports: Doctrine\ORM\PersistentCollection {#2013 …}
+favourites: Doctrine\ORM\PersistentCollection {#2035 …}
+notifications: Doctrine\ORM\PersistentCollection {#2036 …}
-id: 147278
-bodyTs: "'entir':2 'option':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5996426"
+editedAt: null
+createdAt: DateTimeImmutable @1700582120 {#2024
date: 2023-11-21 16:55:20.0 +01:00
}
+"title": 147278
} |
|
Show voter details
|
125 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
126 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#3010 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Where-can-I-see-that-websites-can-see-my-browser"
+title: "Where can I see that websites can see my browser extensions?"
+url: null
+body: "Is there a site like ‘[cover your tracks](https://coveryourtracks.eff.org/)’ for showing that websites can see what extensions I have (as opposed to other fingerprinting)? Thank you 🙃"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 25
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534340 {#3046
date: 2023-11-21 03:39:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3051 …}
+votes: Doctrine\ORM\PersistentCollection {#3054 …}
+reports: Doctrine\ORM\PersistentCollection {#3056 …}
+favourites: Doctrine\ORM\PersistentCollection {#3058 …}
+notifications: Doctrine\ORM\PersistentCollection {#3060 …}
+badges: Doctrine\ORM\PersistentCollection {#3062 …}
+children: [
App\Entity\EntryComment {#1381
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
+body: """
> Detecting extensions using web accessible resources is not possible on Firefox as Firefox extension ID’s are unique for every browser instance. Therefore the URL of the extension resources cannot be known by third parties.\n
\n
and also for Chrome:\n
\n
> in manifest v3 extensions will be able to enable ‘use_dynamic_url’ option, which will change the resource URL for each session (browser restart). This will render this detection method unusable.\n
\n
Though it should be noted that this method isn’t the only way to detect extensions.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700481167 {#2393
date: 2023-11-20 12:52:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chewgrabonion@lemmy.world"
"@mintycactus@lemmy.world"
"@Retiring@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1385 …}
+nested: Doctrine\ORM\PersistentCollection {#1401 …}
+votes: Doctrine\ORM\PersistentCollection {#1363 …}
+reports: Doctrine\ORM\PersistentCollection {#1362 …}
+favourites: Doctrine\ORM\PersistentCollection {#2019 …}
+notifications: Doctrine\ORM\PersistentCollection {#2030 …}
-id: 142603
-bodyTs: "'abl':46 'access':5 'also':37 'browser':21,62 'cannot':30 'chang':55 'chrome':39 'detect':1,68,85 'dynam':50 'enabl':48 'everi':20 'extens':2,14,28,43,86 'firefox':11,13 'id':15 'instanc':22 'isn':79 'known':32 'manifest':41 'method':69,78 'note':75 'option':52 'parti':35 'possibl':9 'render':66 'resourc':6,29,57 'restart':63 'session':61 'therefor':23 'third':34 'though':71 'uniqu':18 'unus':70 'url':25,51,58 'use':3,49 'v3':42 'way':83 'web':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5961188"
+editedAt: null
+createdAt: DateTimeImmutable @1700481167 {#1384
date: 2023-11-20 12:52:47.0 +01:00
}
+"title": 142603
}
]
-id: 14660
-titleTs: "'browser':10 'extens':11 'see':4,8 'websit':6"
-bodyTs: "'/)':11 'cover':6 'coveryourtracks.eff.org':10 'coveryourtracks.eff.org/)':9 'extens':19 'fingerprint':26 'like':5 'oppos':23 'see':17 'show':13 'site':4 'thank':27 'track':8 'websit':15"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700542404
+visibility: "visible "
+apId: "https://lemmy.world/post/8503478"
+editedAt: null
+createdAt: DateTimeImmutable @1700456004 {#3032
date: 2023-11-20 05:53:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
127 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#3010 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Where-can-I-see-that-websites-can-see-my-browser"
+title: "Where can I see that websites can see my browser extensions?"
+url: null
+body: "Is there a site like ‘[cover your tracks](https://coveryourtracks.eff.org/)’ for showing that websites can see what extensions I have (as opposed to other fingerprinting)? Thank you 🙃"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 25
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534340 {#3046
date: 2023-11-21 03:39:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3051 …}
+votes: Doctrine\ORM\PersistentCollection {#3054 …}
+reports: Doctrine\ORM\PersistentCollection {#3056 …}
+favourites: Doctrine\ORM\PersistentCollection {#3058 …}
+notifications: Doctrine\ORM\PersistentCollection {#3060 …}
+badges: Doctrine\ORM\PersistentCollection {#3062 …}
+children: [
App\Entity\EntryComment {#1381
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
+body: """
> Detecting extensions using web accessible resources is not possible on Firefox as Firefox extension ID’s are unique for every browser instance. Therefore the URL of the extension resources cannot be known by third parties.\n
\n
and also for Chrome:\n
\n
> in manifest v3 extensions will be able to enable ‘use_dynamic_url’ option, which will change the resource URL for each session (browser restart). This will render this detection method unusable.\n
\n
Though it should be noted that this method isn’t the only way to detect extensions.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700481167 {#2393
date: 2023-11-20 12:52:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chewgrabonion@lemmy.world"
"@mintycactus@lemmy.world"
"@Retiring@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1385 …}
+nested: Doctrine\ORM\PersistentCollection {#1401 …}
+votes: Doctrine\ORM\PersistentCollection {#1363 …}
+reports: Doctrine\ORM\PersistentCollection {#1362 …}
+favourites: Doctrine\ORM\PersistentCollection {#2019 …}
+notifications: Doctrine\ORM\PersistentCollection {#2030 …}
-id: 142603
-bodyTs: "'abl':46 'access':5 'also':37 'browser':21,62 'cannot':30 'chang':55 'chrome':39 'detect':1,68,85 'dynam':50 'enabl':48 'everi':20 'extens':2,14,28,43,86 'firefox':11,13 'id':15 'instanc':22 'isn':79 'known':32 'manifest':41 'method':69,78 'note':75 'option':52 'parti':35 'possibl':9 'render':66 'resourc':6,29,57 'restart':63 'session':61 'therefor':23 'third':34 'though':71 'uniqu':18 'unus':70 'url':25,51,58 'use':3,49 'v3':42 'way':83 'web':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5961188"
+editedAt: null
+createdAt: DateTimeImmutable @1700481167 {#1384
date: 2023-11-20 12:52:47.0 +01:00
}
+"title": 142603
}
]
-id: 14660
-titleTs: "'browser':10 'extens':11 'see':4,8 'websit':6"
-bodyTs: "'/)':11 'cover':6 'coveryourtracks.eff.org':10 'coveryourtracks.eff.org/)':9 'extens':19 'fingerprint':26 'like':5 'oppos':23 'see':17 'show':13 'site':4 'thank':27 'track':8 'websit':15"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700542404
+visibility: "visible "
+apId: "https://lemmy.world/post/8503478"
+editedAt: null
+createdAt: DateTimeImmutable @1700456004 {#3032
date: 2023-11-20 05:53:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
128 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#3010 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Where-can-I-see-that-websites-can-see-my-browser"
+title: "Where can I see that websites can see my browser extensions?"
+url: null
+body: "Is there a site like ‘[cover your tracks](https://coveryourtracks.eff.org/)’ for showing that websites can see what extensions I have (as opposed to other fingerprinting)? Thank you 🙃"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 25
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534340 {#3046
date: 2023-11-21 03:39:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3051 …}
+votes: Doctrine\ORM\PersistentCollection {#3054 …}
+reports: Doctrine\ORM\PersistentCollection {#3056 …}
+favourites: Doctrine\ORM\PersistentCollection {#3058 …}
+notifications: Doctrine\ORM\PersistentCollection {#3060 …}
+badges: Doctrine\ORM\PersistentCollection {#3062 …}
+children: [
App\Entity\EntryComment {#1381
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
+body: """
> Detecting extensions using web accessible resources is not possible on Firefox as Firefox extension ID’s are unique for every browser instance. Therefore the URL of the extension resources cannot be known by third parties.\n
\n
and also for Chrome:\n
\n
> in manifest v3 extensions will be able to enable ‘use_dynamic_url’ option, which will change the resource URL for each session (browser restart). This will render this detection method unusable.\n
\n
Though it should be noted that this method isn’t the only way to detect extensions.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700481167 {#2393
date: 2023-11-20 12:52:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chewgrabonion@lemmy.world"
"@mintycactus@lemmy.world"
"@Retiring@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1385 …}
+nested: Doctrine\ORM\PersistentCollection {#1401 …}
+votes: Doctrine\ORM\PersistentCollection {#1363 …}
+reports: Doctrine\ORM\PersistentCollection {#1362 …}
+favourites: Doctrine\ORM\PersistentCollection {#2019 …}
+notifications: Doctrine\ORM\PersistentCollection {#2030 …}
-id: 142603
-bodyTs: "'abl':46 'access':5 'also':37 'browser':21,62 'cannot':30 'chang':55 'chrome':39 'detect':1,68,85 'dynam':50 'enabl':48 'everi':20 'extens':2,14,28,43,86 'firefox':11,13 'id':15 'instanc':22 'isn':79 'known':32 'manifest':41 'method':69,78 'note':75 'option':52 'parti':35 'possibl':9 'render':66 'resourc':6,29,57 'restart':63 'session':61 'therefor':23 'third':34 'though':71 'uniqu':18 'unus':70 'url':25,51,58 'use':3,49 'v3':42 'way':83 'web':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5961188"
+editedAt: null
+createdAt: DateTimeImmutable @1700481167 {#1384
date: 2023-11-20 12:52:47.0 +01:00
}
+"title": 142603
}
]
-id: 14660
-titleTs: "'browser':10 'extens':11 'see':4,8 'websit':6"
-bodyTs: "'/)':11 'cover':6 'coveryourtracks.eff.org':10 'coveryourtracks.eff.org/)':9 'extens':19 'fingerprint':26 'like':5 'oppos':23 'see':17 'show':13 'site':4 'thank':27 'track':8 'websit':15"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700542404
+visibility: "visible "
+apId: "https://lemmy.world/post/8503478"
+editedAt: null
+createdAt: DateTimeImmutable @1700456004 {#3032
date: 2023-11-20 05:53:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
129 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
130 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1381
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#3010 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Where-can-I-see-that-websites-can-see-my-browser"
+title: "Where can I see that websites can see my browser extensions?"
+url: null
+body: "Is there a site like ‘[cover your tracks](https://coveryourtracks.eff.org/)’ for showing that websites can see what extensions I have (as opposed to other fingerprinting)? Thank you 🙃"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 25
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534340 {#3046
date: 2023-11-21 03:39:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3051 …}
+votes: Doctrine\ORM\PersistentCollection {#3054 …}
+reports: Doctrine\ORM\PersistentCollection {#3056 …}
+favourites: Doctrine\ORM\PersistentCollection {#3058 …}
+notifications: Doctrine\ORM\PersistentCollection {#3060 …}
+badges: Doctrine\ORM\PersistentCollection {#3062 …}
+children: [
App\Entity\EntryComment {#1381}
]
-id: 14660
-titleTs: "'browser':10 'extens':11 'see':4,8 'websit':6"
-bodyTs: "'/)':11 'cover':6 'coveryourtracks.eff.org':10 'coveryourtracks.eff.org/)':9 'extens':19 'fingerprint':26 'like':5 'oppos':23 'see':17 'show':13 'site':4 'thank':27 'track':8 'websit':15"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700542404
+visibility: "visible "
+apId: "https://lemmy.world/post/8503478"
+editedAt: null
+createdAt: DateTimeImmutable @1700456004 {#3032
date: 2023-11-20 05:53:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
+body: """
> Detecting extensions using web accessible resources is not possible on Firefox as Firefox extension ID’s are unique for every browser instance. Therefore the URL of the extension resources cannot be known by third parties.\n
\n
and also for Chrome:\n
\n
> in manifest v3 extensions will be able to enable ‘use_dynamic_url’ option, which will change the resource URL for each session (browser restart). This will render this detection method unusable.\n
\n
Though it should be noted that this method isn’t the only way to detect extensions.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700481167 {#2393
date: 2023-11-20 12:52:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chewgrabonion@lemmy.world"
"@mintycactus@lemmy.world"
"@Retiring@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1385 …}
+nested: Doctrine\ORM\PersistentCollection {#1401 …}
+votes: Doctrine\ORM\PersistentCollection {#1363 …}
+reports: Doctrine\ORM\PersistentCollection {#1362 …}
+favourites: Doctrine\ORM\PersistentCollection {#2019 …}
+notifications: Doctrine\ORM\PersistentCollection {#2030 …}
-id: 142603
-bodyTs: "'abl':46 'access':5 'also':37 'browser':21,62 'cannot':30 'chang':55 'chrome':39 'detect':1,68,85 'dynam':50 'enabl':48 'everi':20 'extens':2,14,28,43,86 'firefox':11,13 'id':15 'instanc':22 'isn':79 'known':32 'manifest':41 'method':69,78 'note':75 'option':52 'parti':35 'possibl':9 'render':66 'resourc':6,29,57 'restart':63 'session':61 'therefor':23 'third':34 'though':71 'uniqu':18 'unus':70 'url':25,51,58 'use':3,49 'v3':42 'way':83 'web':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5961188"
+editedAt: null
+createdAt: DateTimeImmutable @1700481167 {#1384
date: 2023-11-20 12:52:47.0 +01:00
}
+"title": 142603
} |
|
Show voter details
|
131 |
DENIED
|
edit
|
App\Entity\EntryComment {#1381
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#3010 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Where-can-I-see-that-websites-can-see-my-browser"
+title: "Where can I see that websites can see my browser extensions?"
+url: null
+body: "Is there a site like ‘[cover your tracks](https://coveryourtracks.eff.org/)’ for showing that websites can see what extensions I have (as opposed to other fingerprinting)? Thank you 🙃"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 25
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534340 {#3046
date: 2023-11-21 03:39:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3051 …}
+votes: Doctrine\ORM\PersistentCollection {#3054 …}
+reports: Doctrine\ORM\PersistentCollection {#3056 …}
+favourites: Doctrine\ORM\PersistentCollection {#3058 …}
+notifications: Doctrine\ORM\PersistentCollection {#3060 …}
+badges: Doctrine\ORM\PersistentCollection {#3062 …}
+children: [
App\Entity\EntryComment {#1381}
]
-id: 14660
-titleTs: "'browser':10 'extens':11 'see':4,8 'websit':6"
-bodyTs: "'/)':11 'cover':6 'coveryourtracks.eff.org':10 'coveryourtracks.eff.org/)':9 'extens':19 'fingerprint':26 'like':5 'oppos':23 'see':17 'show':13 'site':4 'thank':27 'track':8 'websit':15"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700542404
+visibility: "visible "
+apId: "https://lemmy.world/post/8503478"
+editedAt: null
+createdAt: DateTimeImmutable @1700456004 {#3032
date: 2023-11-20 05:53:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
+body: """
> Detecting extensions using web accessible resources is not possible on Firefox as Firefox extension ID’s are unique for every browser instance. Therefore the URL of the extension resources cannot be known by third parties.\n
\n
and also for Chrome:\n
\n
> in manifest v3 extensions will be able to enable ‘use_dynamic_url’ option, which will change the resource URL for each session (browser restart). This will render this detection method unusable.\n
\n
Though it should be noted that this method isn’t the only way to detect extensions.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700481167 {#2393
date: 2023-11-20 12:52:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chewgrabonion@lemmy.world"
"@mintycactus@lemmy.world"
"@Retiring@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1385 …}
+nested: Doctrine\ORM\PersistentCollection {#1401 …}
+votes: Doctrine\ORM\PersistentCollection {#1363 …}
+reports: Doctrine\ORM\PersistentCollection {#1362 …}
+favourites: Doctrine\ORM\PersistentCollection {#2019 …}
+notifications: Doctrine\ORM\PersistentCollection {#2030 …}
-id: 142603
-bodyTs: "'abl':46 'access':5 'also':37 'browser':21,62 'cannot':30 'chang':55 'chrome':39 'detect':1,68,85 'dynam':50 'enabl':48 'everi':20 'extens':2,14,28,43,86 'firefox':11,13 'id':15 'instanc':22 'isn':79 'known':32 'manifest':41 'method':69,78 'note':75 'option':52 'parti':35 'possibl':9 'render':66 'resourc':6,29,57 'restart':63 'session':61 'therefor':23 'third':34 'though':71 'uniqu':18 'unus':70 'url':25,51,58 'use':3,49 'v3':42 'way':83 'web':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5961188"
+editedAt: null
+createdAt: DateTimeImmutable @1700481167 {#1384
date: 2023-11-20 12:52:47.0 +01:00
}
+"title": 142603
} |
|
Show voter details
|
132 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1381
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#3010 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Where-can-I-see-that-websites-can-see-my-browser"
+title: "Where can I see that websites can see my browser extensions?"
+url: null
+body: "Is there a site like ‘[cover your tracks](https://coveryourtracks.eff.org/)’ for showing that websites can see what extensions I have (as opposed to other fingerprinting)? Thank you 🙃"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 25
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534340 {#3046
date: 2023-11-21 03:39:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#3051 …}
+votes: Doctrine\ORM\PersistentCollection {#3054 …}
+reports: Doctrine\ORM\PersistentCollection {#3056 …}
+favourites: Doctrine\ORM\PersistentCollection {#3058 …}
+notifications: Doctrine\ORM\PersistentCollection {#3060 …}
+badges: Doctrine\ORM\PersistentCollection {#3062 …}
+children: [
App\Entity\EntryComment {#1381}
]
-id: 14660
-titleTs: "'browser':10 'extens':11 'see':4,8 'websit':6"
-bodyTs: "'/)':11 'cover':6 'coveryourtracks.eff.org':10 'coveryourtracks.eff.org/)':9 'extens':19 'fingerprint':26 'like':5 'oppos':23 'see':17 'show':13 'site':4 'thank':27 'track':8 'websit':15"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700542404
+visibility: "visible "
+apId: "https://lemmy.world/post/8503478"
+editedAt: null
+createdAt: DateTimeImmutable @1700456004 {#3032
date: 2023-11-20 05:53:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1402 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1405 …}
+body: """
> Detecting extensions using web accessible resources is not possible on Firefox as Firefox extension ID’s are unique for every browser instance. Therefore the URL of the extension resources cannot be known by third parties.\n
\n
and also for Chrome:\n
\n
> in manifest v3 extensions will be able to enable ‘use_dynamic_url’ option, which will change the resource URL for each session (browser restart). This will render this detection method unusable.\n
\n
Though it should be noted that this method isn’t the only way to detect extensions.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700481167 {#2393
date: 2023-11-20 12:52:47.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@chewgrabonion@lemmy.world"
"@mintycactus@lemmy.world"
"@Retiring@lemmy.ml"
]
+children: Doctrine\ORM\PersistentCollection {#1385 …}
+nested: Doctrine\ORM\PersistentCollection {#1401 …}
+votes: Doctrine\ORM\PersistentCollection {#1363 …}
+reports: Doctrine\ORM\PersistentCollection {#1362 …}
+favourites: Doctrine\ORM\PersistentCollection {#2019 …}
+notifications: Doctrine\ORM\PersistentCollection {#2030 …}
-id: 142603
-bodyTs: "'abl':46 'access':5 'also':37 'browser':21,62 'cannot':30 'chang':55 'chrome':39 'detect':1,68,85 'dynam':50 'enabl':48 'everi':20 'extens':2,14,28,43,86 'firefox':11,13 'id':15 'instanc':22 'isn':79 'known':32 'manifest':41 'method':69,78 'note':75 'option':52 'parti':35 'possibl':9 'render':66 'resourc':6,29,57 'restart':63 'session':61 'therefor':23 'third':34 'though':71 'uniqu':18 'unus':70 'url':25,51,58 'use':3,49 'v3':42 'way':83 'web':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5961188"
+editedAt: null
+createdAt: DateTimeImmutable @1700481167 {#1384
date: 2023-11-20 12:52:47.0 +01:00
}
+"title": 142603
} |
|
Show voter details
|
133 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
134 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1410
+user: Proxies\__CG__\App\Entity\User {#2858 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2899 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2901 …}
+slug: "Automated-deployment-of-systems"
+title: "Automated deployment of systems"
+url: "https://www.ansible.com/blog/using-netbox-for-ansible-source-of-truth"
+body: """
I’ve recently been investigating doing some automated zero touch deployment stuff in my lab.\n
\n
I have PXE boot in my lab but I feel like I’m under utilizing it. I was thinking about exploring using ansible with netbox as right now I only use netbox as a glorified wiki.\n
\n
I’m just curious if anyone here has zero touch deployment and has any interesting takes on what it is good for and what it isn’t good for (I would really like to hear about some edge cases).\n
\n
Thanks!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 37
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534625 {#2894
date: 2023-11-21 03:43:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2902 …}
+votes: Doctrine\ORM\PersistentCollection {#2904 …}
+reports: Doctrine\ORM\PersistentCollection {#2906 …}
+favourites: Doctrine\ORM\PersistentCollection {#2908 …}
+notifications: Doctrine\ORM\PersistentCollection {#2910 …}
+badges: Doctrine\ORM\PersistentCollection {#2912 …}
+children: [
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1410 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I use NixOS but I don’t bother with automatic deployment or even automatic formatting. I don’t feel it’s necessary in a homelab setting as hardware failure rarely happens at such small scale and the manual steps left aren’t that significant."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700410343 {#1909
date: 2023-11-19 17:12:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@randomaside@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 140147
-bodyTs: "'aren':41 'automat':10,14 'bother':8 'deploy':11 'even':13 'failur':29 'feel':19 'format':15 'happen':31 'hardwar':28 'homelab':25 'left':40 'manual':38 'necessari':22 'nixo':3 'rare':30 'scale':35 'set':26 'signific':44 'small':34 'step':39 'use':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5940707"
+editedAt: null
+createdAt: DateTimeImmutable @1700410343 {#1708
date: 2023-11-19 17:12:23.0 +01:00
}
+"title": 140147
}
]
-id: 14177
-titleTs: "'autom':1 'deploy':2 'system':4"
-bodyTs: "'ansibl':38 'anyon':57 'autom':8 'boot':19 'case':90 'curious':55 'deploy':11,62 'edg':89 'explor':36 'feel':25 'glorifi':50 'good':72,79 'hear':86 'interest':66 'investig':5 'isn':77 'lab':15,22 'like':26,84 'm':28,53 'netbox':40,47 'pxe':18 'realli':83 'recent':3 'right':42 'stuff':12 'take':67 'thank':91 'think':34 'touch':10,61 'use':37,46 'util':30 've':2 'wiki':51 'would':82 'zero':9,60"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700407171
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8644673"
+editedAt: null
+createdAt: DateTimeImmutable @1700320771 {#2881
date: 2023-11-18 16:19:31.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
135 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1410
+user: Proxies\__CG__\App\Entity\User {#2858 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2899 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2901 …}
+slug: "Automated-deployment-of-systems"
+title: "Automated deployment of systems"
+url: "https://www.ansible.com/blog/using-netbox-for-ansible-source-of-truth"
+body: """
I’ve recently been investigating doing some automated zero touch deployment stuff in my lab.\n
\n
I have PXE boot in my lab but I feel like I’m under utilizing it. I was thinking about exploring using ansible with netbox as right now I only use netbox as a glorified wiki.\n
\n
I’m just curious if anyone here has zero touch deployment and has any interesting takes on what it is good for and what it isn’t good for (I would really like to hear about some edge cases).\n
\n
Thanks!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 37
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534625 {#2894
date: 2023-11-21 03:43:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2902 …}
+votes: Doctrine\ORM\PersistentCollection {#2904 …}
+reports: Doctrine\ORM\PersistentCollection {#2906 …}
+favourites: Doctrine\ORM\PersistentCollection {#2908 …}
+notifications: Doctrine\ORM\PersistentCollection {#2910 …}
+badges: Doctrine\ORM\PersistentCollection {#2912 …}
+children: [
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1410 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I use NixOS but I don’t bother with automatic deployment or even automatic formatting. I don’t feel it’s necessary in a homelab setting as hardware failure rarely happens at such small scale and the manual steps left aren’t that significant."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700410343 {#1909
date: 2023-11-19 17:12:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@randomaside@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 140147
-bodyTs: "'aren':41 'automat':10,14 'bother':8 'deploy':11 'even':13 'failur':29 'feel':19 'format':15 'happen':31 'hardwar':28 'homelab':25 'left':40 'manual':38 'necessari':22 'nixo':3 'rare':30 'scale':35 'set':26 'signific':44 'small':34 'step':39 'use':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5940707"
+editedAt: null
+createdAt: DateTimeImmutable @1700410343 {#1708
date: 2023-11-19 17:12:23.0 +01:00
}
+"title": 140147
}
]
-id: 14177
-titleTs: "'autom':1 'deploy':2 'system':4"
-bodyTs: "'ansibl':38 'anyon':57 'autom':8 'boot':19 'case':90 'curious':55 'deploy':11,62 'edg':89 'explor':36 'feel':25 'glorifi':50 'good':72,79 'hear':86 'interest':66 'investig':5 'isn':77 'lab':15,22 'like':26,84 'm':28,53 'netbox':40,47 'pxe':18 'realli':83 'recent':3 'right':42 'stuff':12 'take':67 'thank':91 'think':34 'touch':10,61 'use':37,46 'util':30 've':2 'wiki':51 'would':82 'zero':9,60"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700407171
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8644673"
+editedAt: null
+createdAt: DateTimeImmutable @1700320771 {#2881
date: 2023-11-18 16:19:31.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
136 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1410
+user: Proxies\__CG__\App\Entity\User {#2858 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2899 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2901 …}
+slug: "Automated-deployment-of-systems"
+title: "Automated deployment of systems"
+url: "https://www.ansible.com/blog/using-netbox-for-ansible-source-of-truth"
+body: """
I’ve recently been investigating doing some automated zero touch deployment stuff in my lab.\n
\n
I have PXE boot in my lab but I feel like I’m under utilizing it. I was thinking about exploring using ansible with netbox as right now I only use netbox as a glorified wiki.\n
\n
I’m just curious if anyone here has zero touch deployment and has any interesting takes on what it is good for and what it isn’t good for (I would really like to hear about some edge cases).\n
\n
Thanks!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 37
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534625 {#2894
date: 2023-11-21 03:43:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2902 …}
+votes: Doctrine\ORM\PersistentCollection {#2904 …}
+reports: Doctrine\ORM\PersistentCollection {#2906 …}
+favourites: Doctrine\ORM\PersistentCollection {#2908 …}
+notifications: Doctrine\ORM\PersistentCollection {#2910 …}
+badges: Doctrine\ORM\PersistentCollection {#2912 …}
+children: [
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1410 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I use NixOS but I don’t bother with automatic deployment or even automatic formatting. I don’t feel it’s necessary in a homelab setting as hardware failure rarely happens at such small scale and the manual steps left aren’t that significant."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700410343 {#1909
date: 2023-11-19 17:12:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@randomaside@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 140147
-bodyTs: "'aren':41 'automat':10,14 'bother':8 'deploy':11 'even':13 'failur':29 'feel':19 'format':15 'happen':31 'hardwar':28 'homelab':25 'left':40 'manual':38 'necessari':22 'nixo':3 'rare':30 'scale':35 'set':26 'signific':44 'small':34 'step':39 'use':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5940707"
+editedAt: null
+createdAt: DateTimeImmutable @1700410343 {#1708
date: 2023-11-19 17:12:23.0 +01:00
}
+"title": 140147
}
]
-id: 14177
-titleTs: "'autom':1 'deploy':2 'system':4"
-bodyTs: "'ansibl':38 'anyon':57 'autom':8 'boot':19 'case':90 'curious':55 'deploy':11,62 'edg':89 'explor':36 'feel':25 'glorifi':50 'good':72,79 'hear':86 'interest':66 'investig':5 'isn':77 'lab':15,22 'like':26,84 'm':28,53 'netbox':40,47 'pxe':18 'realli':83 'recent':3 'right':42 'stuff':12 'take':67 'thank':91 'think':34 'touch':10,61 'use':37,46 'util':30 've':2 'wiki':51 'would':82 'zero':9,60"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700407171
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8644673"
+editedAt: null
+createdAt: DateTimeImmutable @1700320771 {#2881
date: 2023-11-18 16:19:31.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
137 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
138 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1410
+user: Proxies\__CG__\App\Entity\User {#2858 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2899 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2901 …}
+slug: "Automated-deployment-of-systems"
+title: "Automated deployment of systems"
+url: "https://www.ansible.com/blog/using-netbox-for-ansible-source-of-truth"
+body: """
I’ve recently been investigating doing some automated zero touch deployment stuff in my lab.\n
\n
I have PXE boot in my lab but I feel like I’m under utilizing it. I was thinking about exploring using ansible with netbox as right now I only use netbox as a glorified wiki.\n
\n
I’m just curious if anyone here has zero touch deployment and has any interesting takes on what it is good for and what it isn’t good for (I would really like to hear about some edge cases).\n
\n
Thanks!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 37
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534625 {#2894
date: 2023-11-21 03:43:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2902 …}
+votes: Doctrine\ORM\PersistentCollection {#2904 …}
+reports: Doctrine\ORM\PersistentCollection {#2906 …}
+favourites: Doctrine\ORM\PersistentCollection {#2908 …}
+notifications: Doctrine\ORM\PersistentCollection {#2910 …}
+badges: Doctrine\ORM\PersistentCollection {#2912 …}
+children: [
App\Entity\EntryComment {#1926}
]
-id: 14177
-titleTs: "'autom':1 'deploy':2 'system':4"
-bodyTs: "'ansibl':38 'anyon':57 'autom':8 'boot':19 'case':90 'curious':55 'deploy':11,62 'edg':89 'explor':36 'feel':25 'glorifi':50 'good':72,79 'hear':86 'interest':66 'investig':5 'isn':77 'lab':15,22 'like':26,84 'm':28,53 'netbox':40,47 'pxe':18 'realli':83 'recent':3 'right':42 'stuff':12 'take':67 'thank':91 'think':34 'touch':10,61 'use':37,46 'util':30 've':2 'wiki':51 'would':82 'zero':9,60"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700407171
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8644673"
+editedAt: null
+createdAt: DateTimeImmutable @1700320771 {#2881
date: 2023-11-18 16:19:31.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I use NixOS but I don’t bother with automatic deployment or even automatic formatting. I don’t feel it’s necessary in a homelab setting as hardware failure rarely happens at such small scale and the manual steps left aren’t that significant."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700410343 {#1909
date: 2023-11-19 17:12:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@randomaside@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 140147
-bodyTs: "'aren':41 'automat':10,14 'bother':8 'deploy':11 'even':13 'failur':29 'feel':19 'format':15 'happen':31 'hardwar':28 'homelab':25 'left':40 'manual':38 'necessari':22 'nixo':3 'rare':30 'scale':35 'set':26 'signific':44 'small':34 'step':39 'use':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5940707"
+editedAt: null
+createdAt: DateTimeImmutable @1700410343 {#1708
date: 2023-11-19 17:12:23.0 +01:00
}
+"title": 140147
} |
|
Show voter details
|
139 |
DENIED
|
edit
|
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1410
+user: Proxies\__CG__\App\Entity\User {#2858 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2899 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2901 …}
+slug: "Automated-deployment-of-systems"
+title: "Automated deployment of systems"
+url: "https://www.ansible.com/blog/using-netbox-for-ansible-source-of-truth"
+body: """
I’ve recently been investigating doing some automated zero touch deployment stuff in my lab.\n
\n
I have PXE boot in my lab but I feel like I’m under utilizing it. I was thinking about exploring using ansible with netbox as right now I only use netbox as a glorified wiki.\n
\n
I’m just curious if anyone here has zero touch deployment and has any interesting takes on what it is good for and what it isn’t good for (I would really like to hear about some edge cases).\n
\n
Thanks!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 37
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534625 {#2894
date: 2023-11-21 03:43:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2902 …}
+votes: Doctrine\ORM\PersistentCollection {#2904 …}
+reports: Doctrine\ORM\PersistentCollection {#2906 …}
+favourites: Doctrine\ORM\PersistentCollection {#2908 …}
+notifications: Doctrine\ORM\PersistentCollection {#2910 …}
+badges: Doctrine\ORM\PersistentCollection {#2912 …}
+children: [
App\Entity\EntryComment {#1926}
]
-id: 14177
-titleTs: "'autom':1 'deploy':2 'system':4"
-bodyTs: "'ansibl':38 'anyon':57 'autom':8 'boot':19 'case':90 'curious':55 'deploy':11,62 'edg':89 'explor':36 'feel':25 'glorifi':50 'good':72,79 'hear':86 'interest':66 'investig':5 'isn':77 'lab':15,22 'like':26,84 'm':28,53 'netbox':40,47 'pxe':18 'realli':83 'recent':3 'right':42 'stuff':12 'take':67 'thank':91 'think':34 'touch':10,61 'use':37,46 'util':30 've':2 'wiki':51 'would':82 'zero':9,60"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700407171
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8644673"
+editedAt: null
+createdAt: DateTimeImmutable @1700320771 {#2881
date: 2023-11-18 16:19:31.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I use NixOS but I don’t bother with automatic deployment or even automatic formatting. I don’t feel it’s necessary in a homelab setting as hardware failure rarely happens at such small scale and the manual steps left aren’t that significant."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700410343 {#1909
date: 2023-11-19 17:12:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@randomaside@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 140147
-bodyTs: "'aren':41 'automat':10,14 'bother':8 'deploy':11 'even':13 'failur':29 'feel':19 'format':15 'happen':31 'hardwar':28 'homelab':25 'left':40 'manual':38 'necessari':22 'nixo':3 'rare':30 'scale':35 'set':26 'signific':44 'small':34 'step':39 'use':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5940707"
+editedAt: null
+createdAt: DateTimeImmutable @1700410343 {#1708
date: 2023-11-19 17:12:23.0 +01:00
}
+"title": 140147
} |
|
Show voter details
|
140 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1410
+user: Proxies\__CG__\App\Entity\User {#2858 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: Proxies\__CG__\App\Entity\Image {#2899 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2901 …}
+slug: "Automated-deployment-of-systems"
+title: "Automated deployment of systems"
+url: "https://www.ansible.com/blog/using-netbox-for-ansible-source-of-truth"
+body: """
I’ve recently been investigating doing some automated zero touch deployment stuff in my lab.\n
\n
I have PXE boot in my lab but I feel like I’m under utilizing it. I was thinking about exploring using ansible with netbox as right now I only use netbox as a glorified wiki.\n
\n
I’m just curious if anyone here has zero touch deployment and has any interesting takes on what it is good for and what it isn’t good for (I would really like to hear about some edge cases).\n
\n
Thanks!
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 37
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700534625 {#2894
date: 2023-11-21 03:43:45.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2902 …}
+votes: Doctrine\ORM\PersistentCollection {#2904 …}
+reports: Doctrine\ORM\PersistentCollection {#2906 …}
+favourites: Doctrine\ORM\PersistentCollection {#2908 …}
+notifications: Doctrine\ORM\PersistentCollection {#2910 …}
+badges: Doctrine\ORM\PersistentCollection {#2912 …}
+children: [
App\Entity\EntryComment {#1926}
]
-id: 14177
-titleTs: "'autom':1 'deploy':2 'system':4"
-bodyTs: "'ansibl':38 'anyon':57 'autom':8 'boot':19 'case':90 'curious':55 'deploy':11,62 'edg':89 'explor':36 'feel':25 'glorifi':50 'good':72,79 'hear':86 'interest':66 'investig':5 'isn':77 'lab':15,22 'like':26,84 'm':28,53 'netbox':40,47 'pxe':18 'realli':83 'recent':3 'right':42 'stuff':12 'take':67 'thank':91 'think':34 'touch':10,61 'use':37,46 'util':30 've':2 'wiki':51 'would':82 'zero':9,60"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700407171
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8644673"
+editedAt: null
+createdAt: DateTimeImmutable @1700320771 {#2881
date: 2023-11-18 16:19:31.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: "I use NixOS but I don’t bother with automatic deployment or even automatic formatting. I don’t feel it’s necessary in a homelab setting as hardware failure rarely happens at such small scale and the manual steps left aren’t that significant."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1700410343 {#1909
date: 2023-11-19 17:12:23.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@randomaside@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 140147
-bodyTs: "'aren':41 'automat':10,14 'bother':8 'deploy':11 'even':13 'failur':29 'feel':19 'format':15 'happen':31 'hardwar':28 'homelab':25 'left':40 'manual':38 'necessari':22 'nixo':3 'rare':30 'scale':35 'set':26 'signific':44 'small':34 'step':39 'use':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5940707"
+editedAt: null
+createdAt: DateTimeImmutable @1700410343 {#1708
date: 2023-11-19 17:12:23.0 +01:00
}
+"title": 140147
} |
|
Show voter details
|
141 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
142 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2360
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
+body: """
It actually is. The file gets opened by bash and bash passes the file descriptor to `cat` but `cat` is the program which instructs the kernel to write to the device.\n
\n
Modern `cat` even does reflink copies on supported filesystems.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700223600 {#2370
date: 2023-11-17 13:20:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
"@yum13241@lemm.ee"
"@EddyBot@feddit.de"
"@vrighter@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2372 …}
+nested: Doctrine\ORM\PersistentCollection {#2386 …}
+votes: Doctrine\ORM\PersistentCollection {#2385 …}
+reports: Doctrine\ORM\PersistentCollection {#2378 …}
+favourites: Doctrine\ORM\PersistentCollection {#2381 …}
+notifications: Doctrine\ORM\PersistentCollection {#1910 …}
-id: 133102
-bodyTs: "'actual':2 'bash':9,11 'cat':17,19,33 'copi':37 'descriptor':15 'devic':31 'even':34 'file':5,14 'filesystem':40 'get':6 'instruct':24 'kernel':26 'modern':32 'open':7 'pass':12 'program':22 'reflink':36 'support':39 'write':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5880405"
+editedAt: null
+createdAt: DateTimeImmutable @1700223600 {#2377
date: 2023-11-17 13:20:00.0 +01:00
}
+"title": 133102
} |
|
Show voter details
|
143 |
DENIED
|
edit
|
App\Entity\EntryComment {#2360
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
+body: """
It actually is. The file gets opened by bash and bash passes the file descriptor to `cat` but `cat` is the program which instructs the kernel to write to the device.\n
\n
Modern `cat` even does reflink copies on supported filesystems.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700223600 {#2370
date: 2023-11-17 13:20:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
"@yum13241@lemm.ee"
"@EddyBot@feddit.de"
"@vrighter@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2372 …}
+nested: Doctrine\ORM\PersistentCollection {#2386 …}
+votes: Doctrine\ORM\PersistentCollection {#2385 …}
+reports: Doctrine\ORM\PersistentCollection {#2378 …}
+favourites: Doctrine\ORM\PersistentCollection {#2381 …}
+notifications: Doctrine\ORM\PersistentCollection {#1910 …}
-id: 133102
-bodyTs: "'actual':2 'bash':9,11 'cat':17,19,33 'copi':37 'descriptor':15 'devic':31 'even':34 'file':5,14 'filesystem':40 'get':6 'instruct':24 'kernel':26 'modern':32 'open':7 'pass':12 'program':22 'reflink':36 'support':39 'write':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5880405"
+editedAt: null
+createdAt: DateTimeImmutable @1700223600 {#2377
date: 2023-11-17 13:20:00.0 +01:00
}
+"title": 133102
} |
|
Show voter details
|
144 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2360
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2359 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2364 …}
+body: """
It actually is. The file gets opened by bash and bash passes the file descriptor to `cat` but `cat` is the program which instructs the kernel to write to the device.\n
\n
Modern `cat` even does reflink copies on supported filesystems.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700223600 {#2370
date: 2023-11-17 13:20:00.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@velox_vulnus@lemmy.ml"
"@yum13241@lemm.ee"
"@EddyBot@feddit.de"
"@vrighter@discuss.tchncs.de"
]
+children: Doctrine\ORM\PersistentCollection {#2372 …}
+nested: Doctrine\ORM\PersistentCollection {#2386 …}
+votes: Doctrine\ORM\PersistentCollection {#2385 …}
+reports: Doctrine\ORM\PersistentCollection {#2378 …}
+favourites: Doctrine\ORM\PersistentCollection {#2381 …}
+notifications: Doctrine\ORM\PersistentCollection {#1910 …}
-id: 133102
-bodyTs: "'actual':2 'bash':9,11 'cat':17,19,33 'copi':37 'descriptor':15 'devic':31 'even':34 'file':5,14 'filesystem':40 'get':6 'instruct':24 'kernel':26 'modern':32 'open':7 'pass':12 'program':22 'reflink':36 'support':39 'write':28"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5880405"
+editedAt: null
+createdAt: DateTimeImmutable @1700223600 {#2377
date: 2023-11-17 13:20:00.0 +01:00
}
+"title": 133102
} |
|
Show voter details
|
145 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
146 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2461
+user: Proxies\__CG__\App\Entity\User {#2897 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: Proxies\__CG__\App\Entity\Image {#2936 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2938 …}
+slug: "Gitlab-now-requires-phone-number-credit-card-verification"
+title: "Gitlab now requires phone number/credit card verification"
+url: "https://lemmy.world/pictrs/image/6dbea205-fbde-4904-9018-324936ed84f2.png"
+body: """
Looks like gitlab now requires account verification for new accounts in addition to email. Either phone number or credit card.\n
\n
This applies both to accounts created with a working email or by logging in using your github account. You can’t even verify your email until you go through step 1.\n
\n
I don’t know when this started, but at least for the last month or two judging from these posts in the forums.\n
\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
- [forum.gitlab.com/t/…/92202](https://forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
\n
Fun fact: I don’t even want to host on gitlab, I just wanted to report bugs in some projects. So I’m locked out.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 93
+favouriteCount: 435
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700445344 {#2931
date: 2023-11-20 02:55:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2939 …}
+votes: Doctrine\ORM\PersistentCollection {#2941 …}
+reports: Doctrine\ORM\PersistentCollection {#2943 …}
+favourites: Doctrine\ORM\PersistentCollection {#2945 …}
+notifications: Doctrine\ORM\PersistentCollection {#2947 …}
+badges: Doctrine\ORM\PersistentCollection {#2949 …}
+children: [
App\Entity\EntryComment {#2458
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
+body: "Not just read but *modify* even."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700125798 {#2422
date: 2023-11-16 10:09:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rrobin@lemmy.world"
"@peyotecosmico@programming.dev"
"@lazynooblet@lazysoci.al"
"@Klaymore@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2452 …}
+nested: Doctrine\ORM\PersistentCollection {#2454 …}
+votes: Doctrine\ORM\PersistentCollection {#2459 …}
+reports: Doctrine\ORM\PersistentCollection {#2470 …}
+favourites: Doctrine\ORM\PersistentCollection {#2467 …}
+notifications: Doctrine\ORM\PersistentCollection {#2371 …}
-id: 129596
-bodyTs: "'even':6 'modifi':5 'read':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5846281"
+editedAt: null
+createdAt: DateTimeImmutable @1700125798 {#2462
date: 2023-11-16 10:09:58.0 +01:00
}
+"title": 129596
}
]
-id: 13291
-titleTs: "'card':6 'gitlab':1 'number/credit':5 'phone':4 'requir':3 'verif':7"
-bodyTs: "'/2':78,92 '/92202':85 '/t/':77,84,91 '/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':81,95 '/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':88 '1':51 'account':6,10,25,38 'addit':12 'appli':22 'bug':112 'card':20 'creat':26 'credit':19 'either':15 'email':14,30,45 'even':42,101 'fact':97 'forum':74 'forum.gitlab.com':76,80,83,87,90,94 'forum.gitlab.com/t/':75,82,89 'forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':79,93 'forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':86 'fun':96 'github':37 'gitlab':3,106 'go':48 'host':104 'judg':68 'know':55 'last':64 'least':61 'like':2 'lock':119 'log':33 'look':1 'm':118 'month':65 'new':9 'number':17 'phone':16 'post':71 'project':115 'report':111 'requir':5 'start':58 'step':50 'two':67 'use':35 'verif':7 'verifi':43 'want':102,109 'work':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700154050
+visibility: "visible "
+apId: "https://lemmy.world/post/8297909"
+editedAt: null
+createdAt: DateTimeImmutable @1700067650 {#2920
date: 2023-11-15 18:00:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
147 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2461
+user: Proxies\__CG__\App\Entity\User {#2897 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: Proxies\__CG__\App\Entity\Image {#2936 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2938 …}
+slug: "Gitlab-now-requires-phone-number-credit-card-verification"
+title: "Gitlab now requires phone number/credit card verification"
+url: "https://lemmy.world/pictrs/image/6dbea205-fbde-4904-9018-324936ed84f2.png"
+body: """
Looks like gitlab now requires account verification for new accounts in addition to email. Either phone number or credit card.\n
\n
This applies both to accounts created with a working email or by logging in using your github account. You can’t even verify your email until you go through step 1.\n
\n
I don’t know when this started, but at least for the last month or two judging from these posts in the forums.\n
\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
- [forum.gitlab.com/t/…/92202](https://forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
\n
Fun fact: I don’t even want to host on gitlab, I just wanted to report bugs in some projects. So I’m locked out.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 93
+favouriteCount: 435
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700445344 {#2931
date: 2023-11-20 02:55:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2939 …}
+votes: Doctrine\ORM\PersistentCollection {#2941 …}
+reports: Doctrine\ORM\PersistentCollection {#2943 …}
+favourites: Doctrine\ORM\PersistentCollection {#2945 …}
+notifications: Doctrine\ORM\PersistentCollection {#2947 …}
+badges: Doctrine\ORM\PersistentCollection {#2949 …}
+children: [
App\Entity\EntryComment {#2458
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
+body: "Not just read but *modify* even."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700125798 {#2422
date: 2023-11-16 10:09:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rrobin@lemmy.world"
"@peyotecosmico@programming.dev"
"@lazynooblet@lazysoci.al"
"@Klaymore@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2452 …}
+nested: Doctrine\ORM\PersistentCollection {#2454 …}
+votes: Doctrine\ORM\PersistentCollection {#2459 …}
+reports: Doctrine\ORM\PersistentCollection {#2470 …}
+favourites: Doctrine\ORM\PersistentCollection {#2467 …}
+notifications: Doctrine\ORM\PersistentCollection {#2371 …}
-id: 129596
-bodyTs: "'even':6 'modifi':5 'read':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5846281"
+editedAt: null
+createdAt: DateTimeImmutable @1700125798 {#2462
date: 2023-11-16 10:09:58.0 +01:00
}
+"title": 129596
}
]
-id: 13291
-titleTs: "'card':6 'gitlab':1 'number/credit':5 'phone':4 'requir':3 'verif':7"
-bodyTs: "'/2':78,92 '/92202':85 '/t/':77,84,91 '/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':81,95 '/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':88 '1':51 'account':6,10,25,38 'addit':12 'appli':22 'bug':112 'card':20 'creat':26 'credit':19 'either':15 'email':14,30,45 'even':42,101 'fact':97 'forum':74 'forum.gitlab.com':76,80,83,87,90,94 'forum.gitlab.com/t/':75,82,89 'forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':79,93 'forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':86 'fun':96 'github':37 'gitlab':3,106 'go':48 'host':104 'judg':68 'know':55 'last':64 'least':61 'like':2 'lock':119 'log':33 'look':1 'm':118 'month':65 'new':9 'number':17 'phone':16 'post':71 'project':115 'report':111 'requir':5 'start':58 'step':50 'two':67 'use':35 'verif':7 'verifi':43 'want':102,109 'work':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700154050
+visibility: "visible "
+apId: "https://lemmy.world/post/8297909"
+editedAt: null
+createdAt: DateTimeImmutable @1700067650 {#2920
date: 2023-11-15 18:00:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
148 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2461
+user: Proxies\__CG__\App\Entity\User {#2897 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: Proxies\__CG__\App\Entity\Image {#2936 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2938 …}
+slug: "Gitlab-now-requires-phone-number-credit-card-verification"
+title: "Gitlab now requires phone number/credit card verification"
+url: "https://lemmy.world/pictrs/image/6dbea205-fbde-4904-9018-324936ed84f2.png"
+body: """
Looks like gitlab now requires account verification for new accounts in addition to email. Either phone number or credit card.\n
\n
This applies both to accounts created with a working email or by logging in using your github account. You can’t even verify your email until you go through step 1.\n
\n
I don’t know when this started, but at least for the last month or two judging from these posts in the forums.\n
\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
- [forum.gitlab.com/t/…/92202](https://forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
\n
Fun fact: I don’t even want to host on gitlab, I just wanted to report bugs in some projects. So I’m locked out.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 93
+favouriteCount: 435
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700445344 {#2931
date: 2023-11-20 02:55:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2939 …}
+votes: Doctrine\ORM\PersistentCollection {#2941 …}
+reports: Doctrine\ORM\PersistentCollection {#2943 …}
+favourites: Doctrine\ORM\PersistentCollection {#2945 …}
+notifications: Doctrine\ORM\PersistentCollection {#2947 …}
+badges: Doctrine\ORM\PersistentCollection {#2949 …}
+children: [
App\Entity\EntryComment {#2458
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2461 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
+body: "Not just read but *modify* even."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700125798 {#2422
date: 2023-11-16 10:09:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rrobin@lemmy.world"
"@peyotecosmico@programming.dev"
"@lazynooblet@lazysoci.al"
"@Klaymore@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2452 …}
+nested: Doctrine\ORM\PersistentCollection {#2454 …}
+votes: Doctrine\ORM\PersistentCollection {#2459 …}
+reports: Doctrine\ORM\PersistentCollection {#2470 …}
+favourites: Doctrine\ORM\PersistentCollection {#2467 …}
+notifications: Doctrine\ORM\PersistentCollection {#2371 …}
-id: 129596
-bodyTs: "'even':6 'modifi':5 'read':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5846281"
+editedAt: null
+createdAt: DateTimeImmutable @1700125798 {#2462
date: 2023-11-16 10:09:58.0 +01:00
}
+"title": 129596
}
]
-id: 13291
-titleTs: "'card':6 'gitlab':1 'number/credit':5 'phone':4 'requir':3 'verif':7"
-bodyTs: "'/2':78,92 '/92202':85 '/t/':77,84,91 '/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':81,95 '/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':88 '1':51 'account':6,10,25,38 'addit':12 'appli':22 'bug':112 'card':20 'creat':26 'credit':19 'either':15 'email':14,30,45 'even':42,101 'fact':97 'forum':74 'forum.gitlab.com':76,80,83,87,90,94 'forum.gitlab.com/t/':75,82,89 'forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':79,93 'forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':86 'fun':96 'github':37 'gitlab':3,106 'go':48 'host':104 'judg':68 'know':55 'last':64 'least':61 'like':2 'lock':119 'log':33 'look':1 'm':118 'month':65 'new':9 'number':17 'phone':16 'post':71 'project':115 'report':111 'requir':5 'start':58 'step':50 'two':67 'use':35 'verif':7 'verifi':43 'want':102,109 'work':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700154050
+visibility: "visible "
+apId: "https://lemmy.world/post/8297909"
+editedAt: null
+createdAt: DateTimeImmutable @1700067650 {#2920
date: 2023-11-15 18:00:50.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
149 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
150 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2458
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2461
+user: Proxies\__CG__\App\Entity\User {#2897 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: Proxies\__CG__\App\Entity\Image {#2936 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2938 …}
+slug: "Gitlab-now-requires-phone-number-credit-card-verification"
+title: "Gitlab now requires phone number/credit card verification"
+url: "https://lemmy.world/pictrs/image/6dbea205-fbde-4904-9018-324936ed84f2.png"
+body: """
Looks like gitlab now requires account verification for new accounts in addition to email. Either phone number or credit card.\n
\n
This applies both to accounts created with a working email or by logging in using your github account. You can’t even verify your email until you go through step 1.\n
\n
I don’t know when this started, but at least for the last month or two judging from these posts in the forums.\n
\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
- [forum.gitlab.com/t/…/92202](https://forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
\n
Fun fact: I don’t even want to host on gitlab, I just wanted to report bugs in some projects. So I’m locked out.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 93
+favouriteCount: 435
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700445344 {#2931
date: 2023-11-20 02:55:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2939 …}
+votes: Doctrine\ORM\PersistentCollection {#2941 …}
+reports: Doctrine\ORM\PersistentCollection {#2943 …}
+favourites: Doctrine\ORM\PersistentCollection {#2945 …}
+notifications: Doctrine\ORM\PersistentCollection {#2947 …}
+badges: Doctrine\ORM\PersistentCollection {#2949 …}
+children: [
App\Entity\EntryComment {#2458}
]
-id: 13291
-titleTs: "'card':6 'gitlab':1 'number/credit':5 'phone':4 'requir':3 'verif':7"
-bodyTs: "'/2':78,92 '/92202':85 '/t/':77,84,91 '/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':81,95 '/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':88 '1':51 'account':6,10,25,38 'addit':12 'appli':22 'bug':112 'card':20 'creat':26 'credit':19 'either':15 'email':14,30,45 'even':42,101 'fact':97 'forum':74 'forum.gitlab.com':76,80,83,87,90,94 'forum.gitlab.com/t/':75,82,89 'forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':79,93 'forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':86 'fun':96 'github':37 'gitlab':3,106 'go':48 'host':104 'judg':68 'know':55 'last':64 'least':61 'like':2 'lock':119 'log':33 'look':1 'm':118 'month':65 'new':9 'number':17 'phone':16 'post':71 'project':115 'report':111 'requir':5 'start':58 'step':50 'two':67 'use':35 'verif':7 'verifi':43 'want':102,109 'work':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700154050
+visibility: "visible "
+apId: "https://lemmy.world/post/8297909"
+editedAt: null
+createdAt: DateTimeImmutable @1700067650 {#2920
date: 2023-11-15 18:00:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
+body: "Not just read but *modify* even."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700125798 {#2422
date: 2023-11-16 10:09:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rrobin@lemmy.world"
"@peyotecosmico@programming.dev"
"@lazynooblet@lazysoci.al"
"@Klaymore@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2452 …}
+nested: Doctrine\ORM\PersistentCollection {#2454 …}
+votes: Doctrine\ORM\PersistentCollection {#2459 …}
+reports: Doctrine\ORM\PersistentCollection {#2470 …}
+favourites: Doctrine\ORM\PersistentCollection {#2467 …}
+notifications: Doctrine\ORM\PersistentCollection {#2371 …}
-id: 129596
-bodyTs: "'even':6 'modifi':5 'read':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5846281"
+editedAt: null
+createdAt: DateTimeImmutable @1700125798 {#2462
date: 2023-11-16 10:09:58.0 +01:00
}
+"title": 129596
} |
|
Show voter details
|
151 |
DENIED
|
edit
|
App\Entity\EntryComment {#2458
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2461
+user: Proxies\__CG__\App\Entity\User {#2897 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: Proxies\__CG__\App\Entity\Image {#2936 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2938 …}
+slug: "Gitlab-now-requires-phone-number-credit-card-verification"
+title: "Gitlab now requires phone number/credit card verification"
+url: "https://lemmy.world/pictrs/image/6dbea205-fbde-4904-9018-324936ed84f2.png"
+body: """
Looks like gitlab now requires account verification for new accounts in addition to email. Either phone number or credit card.\n
\n
This applies both to accounts created with a working email or by logging in using your github account. You can’t even verify your email until you go through step 1.\n
\n
I don’t know when this started, but at least for the last month or two judging from these posts in the forums.\n
\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
- [forum.gitlab.com/t/…/92202](https://forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
\n
Fun fact: I don’t even want to host on gitlab, I just wanted to report bugs in some projects. So I’m locked out.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 93
+favouriteCount: 435
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700445344 {#2931
date: 2023-11-20 02:55:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2939 …}
+votes: Doctrine\ORM\PersistentCollection {#2941 …}
+reports: Doctrine\ORM\PersistentCollection {#2943 …}
+favourites: Doctrine\ORM\PersistentCollection {#2945 …}
+notifications: Doctrine\ORM\PersistentCollection {#2947 …}
+badges: Doctrine\ORM\PersistentCollection {#2949 …}
+children: [
App\Entity\EntryComment {#2458}
]
-id: 13291
-titleTs: "'card':6 'gitlab':1 'number/credit':5 'phone':4 'requir':3 'verif':7"
-bodyTs: "'/2':78,92 '/92202':85 '/t/':77,84,91 '/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':81,95 '/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':88 '1':51 'account':6,10,25,38 'addit':12 'appli':22 'bug':112 'card':20 'creat':26 'credit':19 'either':15 'email':14,30,45 'even':42,101 'fact':97 'forum':74 'forum.gitlab.com':76,80,83,87,90,94 'forum.gitlab.com/t/':75,82,89 'forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':79,93 'forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':86 'fun':96 'github':37 'gitlab':3,106 'go':48 'host':104 'judg':68 'know':55 'last':64 'least':61 'like':2 'lock':119 'log':33 'look':1 'm':118 'month':65 'new':9 'number':17 'phone':16 'post':71 'project':115 'report':111 'requir':5 'start':58 'step':50 'two':67 'use':35 'verif':7 'verifi':43 'want':102,109 'work':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700154050
+visibility: "visible "
+apId: "https://lemmy.world/post/8297909"
+editedAt: null
+createdAt: DateTimeImmutable @1700067650 {#2920
date: 2023-11-15 18:00:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
+body: "Not just read but *modify* even."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700125798 {#2422
date: 2023-11-16 10:09:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rrobin@lemmy.world"
"@peyotecosmico@programming.dev"
"@lazynooblet@lazysoci.al"
"@Klaymore@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2452 …}
+nested: Doctrine\ORM\PersistentCollection {#2454 …}
+votes: Doctrine\ORM\PersistentCollection {#2459 …}
+reports: Doctrine\ORM\PersistentCollection {#2470 …}
+favourites: Doctrine\ORM\PersistentCollection {#2467 …}
+notifications: Doctrine\ORM\PersistentCollection {#2371 …}
-id: 129596
-bodyTs: "'even':6 'modifi':5 'read':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5846281"
+editedAt: null
+createdAt: DateTimeImmutable @1700125798 {#2462
date: 2023-11-16 10:09:58.0 +01:00
}
+"title": 129596
} |
|
Show voter details
|
152 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2458
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2461
+user: Proxies\__CG__\App\Entity\User {#2897 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: Proxies\__CG__\App\Entity\Image {#2936 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2938 …}
+slug: "Gitlab-now-requires-phone-number-credit-card-verification"
+title: "Gitlab now requires phone number/credit card verification"
+url: "https://lemmy.world/pictrs/image/6dbea205-fbde-4904-9018-324936ed84f2.png"
+body: """
Looks like gitlab now requires account verification for new accounts in addition to email. Either phone number or credit card.\n
\n
This applies both to accounts created with a working email or by logging in using your github account. You can’t even verify your email until you go through step 1.\n
\n
I don’t know when this started, but at least for the last month or two judging from these posts in the forums.\n
\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
- [forum.gitlab.com/t/…/92202](https://forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)\n
- [forum.gitlab.com/t/…/2](https://forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)\n
\n
Fun fact: I don’t even want to host on gitlab, I just wanted to report bugs in some projects. So I’m locked out.
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 93
+favouriteCount: 435
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700445344 {#2931
date: 2023-11-20 02:55:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2939 …}
+votes: Doctrine\ORM\PersistentCollection {#2941 …}
+reports: Doctrine\ORM\PersistentCollection {#2943 …}
+favourites: Doctrine\ORM\PersistentCollection {#2945 …}
+notifications: Doctrine\ORM\PersistentCollection {#2947 …}
+badges: Doctrine\ORM\PersistentCollection {#2949 …}
+children: [
App\Entity\EntryComment {#2458}
]
-id: 13291
-titleTs: "'card':6 'gitlab':1 'number/credit':5 'phone':4 'requir':3 'verif':7"
-bodyTs: "'/2':78,92 '/92202':85 '/t/':77,84,91 '/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':81,95 '/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':88 '1':51 'account':6,10,25,38 'addit':12 'appli':22 'bug':112 'card':20 'creat':26 'credit':19 'either':15 'email':14,30,45 'even':42,101 'fact':97 'forum':74 'forum.gitlab.com':76,80,83,87,90,94 'forum.gitlab.com/t/':75,82,89 'forum.gitlab.com/t/how-to-create-an-account-without-telephone-number-if-an-non-activated-account-has-already-been-created-with-the-same-e-mail-address-that-demands-a-phone-number/93675/2)':79,93 'forum.gitlab.com/t/phone-verification-sms-not-received-unable-to-login-and-register/92202)':86 'fun':96 'github':37 'gitlab':3,106 'go':48 'host':104 'judg':68 'know':55 'last':64 'least':61 'like':2 'lock':119 'log':33 'look':1 'm':118 'month':65 'new':9 'number':17 'phone':16 'post':71 'project':115 'report':111 'requir':5 'start':58 'step':50 'two':67 'use':35 'verif':7 'verifi':43 'want':102,109 'work':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1700154050
+visibility: "visible "
+apId: "https://lemmy.world/post/8297909"
+editedAt: null
+createdAt: DateTimeImmutable @1700067650 {#2920
date: 2023-11-15 18:00:50.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2456 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2460 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2453 …}
+body: "Not just read but *modify* even."
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1700125798 {#2422
date: 2023-11-16 10:09:58.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@rrobin@lemmy.world"
"@peyotecosmico@programming.dev"
"@lazynooblet@lazysoci.al"
"@Klaymore@sh.itjust.works"
]
+children: Doctrine\ORM\PersistentCollection {#2452 …}
+nested: Doctrine\ORM\PersistentCollection {#2454 …}
+votes: Doctrine\ORM\PersistentCollection {#2459 …}
+reports: Doctrine\ORM\PersistentCollection {#2470 …}
+favourites: Doctrine\ORM\PersistentCollection {#2467 …}
+notifications: Doctrine\ORM\PersistentCollection {#2371 …}
-id: 129596
-bodyTs: "'even':6 'modifi':5 'read':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5846281"
+editedAt: null
+createdAt: DateTimeImmutable @1700125798 {#2462
date: 2023-11-16 10:09:58.0 +01:00
}
+"title": 129596
} |
|
Show voter details
|
153 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
154 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1714
+user: Proxies\__CG__\App\Entity\User {#2975 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
+title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
+url: null
+body: """
So I’ve recently taken an interest in these three distros:\n
\n
- [NixOS](NixOS)\n
- [blendOS](https://blendos.co/)\n
- [Vanilla OS](https://vanillaos.org/)\n
\n
All of these offer something very interesting: \n
Access to (basically) all Linux-capable software, no matter from what repo.\n
\n
Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
\n
While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
\n
I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
\n
---\n
\n
What are your thoughts on the three distros mentioned above? \n
Which ones are the most interesting, and for what reasons?\n
\n
Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
\n
What do you think?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699933143 {#2970
date: 2023-11-14 04:39:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2977 …}
+votes: Doctrine\ORM\PersistentCollection {#2979 …}
+reports: Doctrine\ORM\PersistentCollection {#2981 …}
+favourites: Doctrine\ORM\PersistentCollection {#2983 …}
+notifications: Doctrine\ORM\PersistentCollection {#2985 …}
+badges: Doctrine\ORM\PersistentCollection {#2987 …}
+children: [
App\Entity\EntryComment {#1724
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1714 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
+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 {#1711
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 {#1716 …}
+nested: Doctrine\ORM\PersistentCollection {#1739 …}
+votes: Doctrine\ORM\PersistentCollection {#1740 …}
+reports: Doctrine\ORM\PersistentCollection {#2465 …}
+favourites: Doctrine\ORM\PersistentCollection {#2463 …}
+notifications: Doctrine\ORM\PersistentCollection {#2411 …}
-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 {#1705
date: 2023-11-13 11:47:38.0 +01:00
}
+"title": 119306
}
]
-id: 12379
-titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
-bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699918854
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/5318029"
+editedAt: DateTimeImmutable @1700043968 {#2957
date: 2023-11-15 11:26:08.0 +01:00
}
+createdAt: DateTimeImmutable @1699832454 {#2934
date: 2023-11-13 00:40:54.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
155 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1714
+user: Proxies\__CG__\App\Entity\User {#2975 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
+title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
+url: null
+body: """
So I’ve recently taken an interest in these three distros:\n
\n
- [NixOS](NixOS)\n
- [blendOS](https://blendos.co/)\n
- [Vanilla OS](https://vanillaos.org/)\n
\n
All of these offer something very interesting: \n
Access to (basically) all Linux-capable software, no matter from what repo.\n
\n
Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
\n
While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
\n
I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
\n
---\n
\n
What are your thoughts on the three distros mentioned above? \n
Which ones are the most interesting, and for what reasons?\n
\n
Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
\n
What do you think?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699933143 {#2970
date: 2023-11-14 04:39:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2977 …}
+votes: Doctrine\ORM\PersistentCollection {#2979 …}
+reports: Doctrine\ORM\PersistentCollection {#2981 …}
+favourites: Doctrine\ORM\PersistentCollection {#2983 …}
+notifications: Doctrine\ORM\PersistentCollection {#2985 …}
+badges: Doctrine\ORM\PersistentCollection {#2987 …}
+children: [
App\Entity\EntryComment {#1724
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1714 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
+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 {#1711
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 {#1716 …}
+nested: Doctrine\ORM\PersistentCollection {#1739 …}
+votes: Doctrine\ORM\PersistentCollection {#1740 …}
+reports: Doctrine\ORM\PersistentCollection {#2465 …}
+favourites: Doctrine\ORM\PersistentCollection {#2463 …}
+notifications: Doctrine\ORM\PersistentCollection {#2411 …}
-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 {#1705
date: 2023-11-13 11:47:38.0 +01:00
}
+"title": 119306
}
]
-id: 12379
-titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
-bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699918854
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/5318029"
+editedAt: DateTimeImmutable @1700043968 {#2957
date: 2023-11-15 11:26:08.0 +01:00
}
+createdAt: DateTimeImmutable @1699832454 {#2934
date: 2023-11-13 00:40:54.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
156 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1714
+user: Proxies\__CG__\App\Entity\User {#2975 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
+title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
+url: null
+body: """
So I’ve recently taken an interest in these three distros:\n
\n
- [NixOS](NixOS)\n
- [blendOS](https://blendos.co/)\n
- [Vanilla OS](https://vanillaos.org/)\n
\n
All of these offer something very interesting: \n
Access to (basically) all Linux-capable software, no matter from what repo.\n
\n
Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
\n
While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
\n
I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
\n
---\n
\n
What are your thoughts on the three distros mentioned above? \n
Which ones are the most interesting, and for what reasons?\n
\n
Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
\n
What do you think?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699933143 {#2970
date: 2023-11-14 04:39:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2977 …}
+votes: Doctrine\ORM\PersistentCollection {#2979 …}
+reports: Doctrine\ORM\PersistentCollection {#2981 …}
+favourites: Doctrine\ORM\PersistentCollection {#2983 …}
+notifications: Doctrine\ORM\PersistentCollection {#2985 …}
+badges: Doctrine\ORM\PersistentCollection {#2987 …}
+children: [
App\Entity\EntryComment {#1724
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1714 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
+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 {#1711
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 {#1716 …}
+nested: Doctrine\ORM\PersistentCollection {#1739 …}
+votes: Doctrine\ORM\PersistentCollection {#1740 …}
+reports: Doctrine\ORM\PersistentCollection {#2465 …}
+favourites: Doctrine\ORM\PersistentCollection {#2463 …}
+notifications: Doctrine\ORM\PersistentCollection {#2411 …}
-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 {#1705
date: 2023-11-13 11:47:38.0 +01:00
}
+"title": 119306
}
]
-id: 12379
-titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
-bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699918854
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/5318029"
+editedAt: DateTimeImmutable @1700043968 {#2957
date: 2023-11-15 11:26:08.0 +01:00
}
+createdAt: DateTimeImmutable @1699832454 {#2934
date: 2023-11-13 00:40:54.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
157 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
158 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1724
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1714
+user: Proxies\__CG__\App\Entity\User {#2975 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
+title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
+url: null
+body: """
So I’ve recently taken an interest in these three distros:\n
\n
- [NixOS](NixOS)\n
- [blendOS](https://blendos.co/)\n
- [Vanilla OS](https://vanillaos.org/)\n
\n
All of these offer something very interesting: \n
Access to (basically) all Linux-capable software, no matter from what repo.\n
\n
Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
\n
While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
\n
I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
\n
---\n
\n
What are your thoughts on the three distros mentioned above? \n
Which ones are the most interesting, and for what reasons?\n
\n
Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
\n
What do you think?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699933143 {#2970
date: 2023-11-14 04:39:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2977 …}
+votes: Doctrine\ORM\PersistentCollection {#2979 …}
+reports: Doctrine\ORM\PersistentCollection {#2981 …}
+favourites: Doctrine\ORM\PersistentCollection {#2983 …}
+notifications: Doctrine\ORM\PersistentCollection {#2985 …}
+badges: Doctrine\ORM\PersistentCollection {#2987 …}
+children: [
App\Entity\EntryComment {#1724}
]
-id: 12379
-titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
-bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699918854
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/5318029"
+editedAt: DateTimeImmutable @1700043968 {#2957
date: 2023-11-15 11:26:08.0 +01:00
}
+createdAt: DateTimeImmutable @1699832454 {#2934
date: 2023-11-13 00:40:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
+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 {#1711
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 {#1716 …}
+nested: Doctrine\ORM\PersistentCollection {#1739 …}
+votes: Doctrine\ORM\PersistentCollection {#1740 …}
+reports: Doctrine\ORM\PersistentCollection {#2465 …}
+favourites: Doctrine\ORM\PersistentCollection {#2463 …}
+notifications: Doctrine\ORM\PersistentCollection {#2411 …}
-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 {#1705
date: 2023-11-13 11:47:38.0 +01:00
}
+"title": 119306
} |
|
Show voter details
|
159 |
DENIED
|
edit
|
App\Entity\EntryComment {#1724
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1714
+user: Proxies\__CG__\App\Entity\User {#2975 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
+title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
+url: null
+body: """
So I’ve recently taken an interest in these three distros:\n
\n
- [NixOS](NixOS)\n
- [blendOS](https://blendos.co/)\n
- [Vanilla OS](https://vanillaos.org/)\n
\n
All of these offer something very interesting: \n
Access to (basically) all Linux-capable software, no matter from what repo.\n
\n
Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
\n
While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
\n
I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
\n
---\n
\n
What are your thoughts on the three distros mentioned above? \n
Which ones are the most interesting, and for what reasons?\n
\n
Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
\n
What do you think?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699933143 {#2970
date: 2023-11-14 04:39:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2977 …}
+votes: Doctrine\ORM\PersistentCollection {#2979 …}
+reports: Doctrine\ORM\PersistentCollection {#2981 …}
+favourites: Doctrine\ORM\PersistentCollection {#2983 …}
+notifications: Doctrine\ORM\PersistentCollection {#2985 …}
+badges: Doctrine\ORM\PersistentCollection {#2987 …}
+children: [
App\Entity\EntryComment {#1724}
]
-id: 12379
-titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
-bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699918854
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/5318029"
+editedAt: DateTimeImmutable @1700043968 {#2957
date: 2023-11-15 11:26:08.0 +01:00
}
+createdAt: DateTimeImmutable @1699832454 {#2934
date: 2023-11-13 00:40:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
+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 {#1711
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 {#1716 …}
+nested: Doctrine\ORM\PersistentCollection {#1739 …}
+votes: Doctrine\ORM\PersistentCollection {#1740 …}
+reports: Doctrine\ORM\PersistentCollection {#2465 …}
+favourites: Doctrine\ORM\PersistentCollection {#2463 …}
+notifications: Doctrine\ORM\PersistentCollection {#2411 …}
-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 {#1705
date: 2023-11-13 11:47:38.0 +01:00
}
+"title": 119306
} |
|
Show voter details
|
160 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1724
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1714
+user: Proxies\__CG__\App\Entity\User {#2975 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Comparison-between-NixOS-vs-blendOS-vs-Vanilla-OS-what-to"
+title: "Comparison between NixOS vs blendOS vs Vanilla OS: what to pick and why?"
+url: null
+body: """
So I’ve recently taken an interest in these three distros:\n
\n
- [NixOS](NixOS)\n
- [blendOS](https://blendos.co/)\n
- [Vanilla OS](https://vanillaos.org/)\n
\n
All of these offer something very interesting: \n
Access to (basically) all Linux-capable software, no matter from what repo.\n
\n
Both *NixOS* and *blendOS* are based on config files, from which your system is basically derived from, and Vanilla OS uses a package manager `apx` to install from any given repo, regardless of distribution.\n
\n
While I’ve looked into *Fedora Silverblue,* that distro is limited to only install Flatpaks (edit: no, not really), which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.\n
\n
I haven’t distro hopped yet, as I’m still on [Manjaro GNOME](https://manjaro.org/) on my devices.\n
\n
---\n
\n
What are your thoughts on the three distros mentioned above? \n
Which ones are the most interesting, and for what reasons?\n
\n
Personally, I’m mostly interested in NixOS & blendOS, as I believe they may have more advantages compared to Arch;\n
\n
What do you think?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 66
+favouriteCount: 90
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699933143 {#2970
date: 2023-11-14 04:39:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2977 …}
+votes: Doctrine\ORM\PersistentCollection {#2979 …}
+reports: Doctrine\ORM\PersistentCollection {#2981 …}
+favourites: Doctrine\ORM\PersistentCollection {#2983 …}
+notifications: Doctrine\ORM\PersistentCollection {#2985 …}
+badges: Doctrine\ORM\PersistentCollection {#2987 …}
+children: [
App\Entity\EntryComment {#1724}
]
-id: 12379
-titleTs: "'blendo':5 'comparison':1 'nixo':3 'os':8 'pick':11 'vanilla':7 'vs':4,6"
-bodyTs: "'/)':17,22,130 'access':30 'advantag':169 'app':100 'apx':67 'arch':172 'base':48 'basic':32,57 'believ':164 'blendo':14,46,161 'blendos.co':16 'blendos.co/)':15 'capabl':36 'cli':113 'compar':170 'config':50 'deriv':58 'devic':133 'distribut':76 'distro':11,85,118,141 'edit':92 'fedora':82 'file':51 'fine':98 'flatpak':91 'given':72 'gnome':127 'haven':116 'hop':119 'instal':69,90 'interest':7,29,149,158 'limit':87 'linux':35 'linux-cap':34 'look':80 'm':123,156 'manag':66,110 'manjaro':126 'manjaro.org':129 'manjaro.org/)':128 'matter':39 'may':166 'mention':142 'most':157 'nixo':12,13,44,160 'offer':26 'one':145 'os':19,62 'packag':65 'person':154 'problem':108 'realli':95 'reason':153 'recent':4 'regardless':74 'repo':42,73 'seem':102 'silverblu':83 'softwar':37 'someth':27 'still':124 'system':55,111 'taken':5 'think':176 'thought':137 'three':10,140 'tool':114 'use':63 'vanilla':18,61 'vanillaos.org':21 'vanillaos.org/)':20 've':3,79 'yet':120"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699918854
+visibility: "visible "
+apId: "https://lemmy.blahaj.zone/post/5318029"
+editedAt: DateTimeImmutable @1700043968 {#2957
date: 2023-11-15 11:26:08.0 +01:00
}
+createdAt: DateTimeImmutable @1699832454 {#2934
date: 2023-11-13 00:40:54.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1718 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1720 …}
+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 {#1711
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 {#1716 …}
+nested: Doctrine\ORM\PersistentCollection {#1739 …}
+votes: Doctrine\ORM\PersistentCollection {#1740 …}
+reports: Doctrine\ORM\PersistentCollection {#2465 …}
+favourites: Doctrine\ORM\PersistentCollection {#2463 …}
+notifications: Doctrine\ORM\PersistentCollection {#2411 …}
-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 {#1705
date: 2023-11-13 11:47:38.0 +01:00
}
+"title": 119306
} |
|
Show voter details
|
161 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
162 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1731
+user: Proxies\__CG__\App\Entity\User {#2954 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-best-distro-for-gaming"
+title: "What is the best distro for gaming?"
+url: null
+body: "I know gaming has gotten a lot better on Linux and I’m working on a new PC and I’m wondering which distro to try."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 67
+favouriteCount: 69
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700548986 {#2989
date: 2023-11-21 07:43:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2994 …}
+votes: Doctrine\ORM\PersistentCollection {#2997 …}
+reports: Doctrine\ORM\PersistentCollection {#2999 …}
+favourites: Doctrine\ORM\PersistentCollection {#3001 …}
+notifications: Doctrine\ORM\PersistentCollection {#3003 …}
+badges: Doctrine\ORM\PersistentCollection {#3005 …}
+children: [
App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1731 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+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 {#1722
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1625 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1628 …}
+favourites: Doctrine\ORM\PersistentCollection {#1630 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-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 {#1723
date: 2023-11-12 11:09:52.0 +01:00
}
+"title": 114923
}
]
-id: 12133
-titleTs: "'best':4 'distro':5 'game':7"
-bodyTs: "'better':8 'distro':24 'game':3 'gotten':5 'know':2 'linux':10 'lot':7 'm':13,21 'new':17 'pc':18 'tri':26 'wonder':22 'work':14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699826557
+visibility: "visible "
+apId: "https://lemmy.world/post/8128080"
+editedAt: null
+createdAt: DateTimeImmutable @1699740157 {#2976
date: 2023-11-11 23:02:37.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
163 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1731
+user: Proxies\__CG__\App\Entity\User {#2954 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-best-distro-for-gaming"
+title: "What is the best distro for gaming?"
+url: null
+body: "I know gaming has gotten a lot better on Linux and I’m working on a new PC and I’m wondering which distro to try."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 67
+favouriteCount: 69
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700548986 {#2989
date: 2023-11-21 07:43:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2994 …}
+votes: Doctrine\ORM\PersistentCollection {#2997 …}
+reports: Doctrine\ORM\PersistentCollection {#2999 …}
+favourites: Doctrine\ORM\PersistentCollection {#3001 …}
+notifications: Doctrine\ORM\PersistentCollection {#3003 …}
+badges: Doctrine\ORM\PersistentCollection {#3005 …}
+children: [
App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1731 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+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 {#1722
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1625 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1628 …}
+favourites: Doctrine\ORM\PersistentCollection {#1630 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-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 {#1723
date: 2023-11-12 11:09:52.0 +01:00
}
+"title": 114923
}
]
-id: 12133
-titleTs: "'best':4 'distro':5 'game':7"
-bodyTs: "'better':8 'distro':24 'game':3 'gotten':5 'know':2 'linux':10 'lot':7 'm':13,21 'new':17 'pc':18 'tri':26 'wonder':22 'work':14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699826557
+visibility: "visible "
+apId: "https://lemmy.world/post/8128080"
+editedAt: null
+createdAt: DateTimeImmutable @1699740157 {#2976
date: 2023-11-11 23:02:37.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
164 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1731
+user: Proxies\__CG__\App\Entity\User {#2954 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-best-distro-for-gaming"
+title: "What is the best distro for gaming?"
+url: null
+body: "I know gaming has gotten a lot better on Linux and I’m working on a new PC and I’m wondering which distro to try."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 67
+favouriteCount: 69
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700548986 {#2989
date: 2023-11-21 07:43:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2994 …}
+votes: Doctrine\ORM\PersistentCollection {#2997 …}
+reports: Doctrine\ORM\PersistentCollection {#2999 …}
+favourites: Doctrine\ORM\PersistentCollection {#3001 …}
+notifications: Doctrine\ORM\PersistentCollection {#3003 …}
+badges: Doctrine\ORM\PersistentCollection {#3005 …}
+children: [
App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1731 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+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 {#1722
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1625 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1628 …}
+favourites: Doctrine\ORM\PersistentCollection {#1630 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-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 {#1723
date: 2023-11-12 11:09:52.0 +01:00
}
+"title": 114923
}
]
-id: 12133
-titleTs: "'best':4 'distro':5 'game':7"
-bodyTs: "'better':8 'distro':24 'game':3 'gotten':5 'know':2 'linux':10 'lot':7 'm':13,21 'new':17 'pc':18 'tri':26 'wonder':22 'work':14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699826557
+visibility: "visible "
+apId: "https://lemmy.world/post/8128080"
+editedAt: null
+createdAt: DateTimeImmutable @1699740157 {#2976
date: 2023-11-11 23:02:37.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
165 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
166 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1731
+user: Proxies\__CG__\App\Entity\User {#2954 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-best-distro-for-gaming"
+title: "What is the best distro for gaming?"
+url: null
+body: "I know gaming has gotten a lot better on Linux and I’m working on a new PC and I’m wondering which distro to try."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 67
+favouriteCount: 69
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700548986 {#2989
date: 2023-11-21 07:43:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2994 …}
+votes: Doctrine\ORM\PersistentCollection {#2997 …}
+reports: Doctrine\ORM\PersistentCollection {#2999 …}
+favourites: Doctrine\ORM\PersistentCollection {#3001 …}
+notifications: Doctrine\ORM\PersistentCollection {#3003 …}
+badges: Doctrine\ORM\PersistentCollection {#3005 …}
+children: [
App\Entity\EntryComment {#1725}
]
-id: 12133
-titleTs: "'best':4 'distro':5 'game':7"
-bodyTs: "'better':8 'distro':24 'game':3 'gotten':5 'know':2 'linux':10 'lot':7 'm':13,21 'new':17 'pc':18 'tri':26 'wonder':22 'work':14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699826557
+visibility: "visible "
+apId: "https://lemmy.world/post/8128080"
+editedAt: null
+createdAt: DateTimeImmutable @1699740157 {#2976
date: 2023-11-11 23:02:37.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+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 {#1722
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1625 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1628 …}
+favourites: Doctrine\ORM\PersistentCollection {#1630 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-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 {#1723
date: 2023-11-12 11:09:52.0 +01:00
}
+"title": 114923
} |
|
Show voter details
|
167 |
DENIED
|
edit
|
App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1731
+user: Proxies\__CG__\App\Entity\User {#2954 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-best-distro-for-gaming"
+title: "What is the best distro for gaming?"
+url: null
+body: "I know gaming has gotten a lot better on Linux and I’m working on a new PC and I’m wondering which distro to try."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 67
+favouriteCount: 69
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700548986 {#2989
date: 2023-11-21 07:43:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2994 …}
+votes: Doctrine\ORM\PersistentCollection {#2997 …}
+reports: Doctrine\ORM\PersistentCollection {#2999 …}
+favourites: Doctrine\ORM\PersistentCollection {#3001 …}
+notifications: Doctrine\ORM\PersistentCollection {#3003 …}
+badges: Doctrine\ORM\PersistentCollection {#3005 …}
+children: [
App\Entity\EntryComment {#1725}
]
-id: 12133
-titleTs: "'best':4 'distro':5 'game':7"
-bodyTs: "'better':8 'distro':24 'game':3 'gotten':5 'know':2 'linux':10 'lot':7 'm':13,21 'new':17 'pc':18 'tri':26 'wonder':22 'work':14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699826557
+visibility: "visible "
+apId: "https://lemmy.world/post/8128080"
+editedAt: null
+createdAt: DateTimeImmutable @1699740157 {#2976
date: 2023-11-11 23:02:37.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+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 {#1722
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1625 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1628 …}
+favourites: Doctrine\ORM\PersistentCollection {#1630 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-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 {#1723
date: 2023-11-12 11:09:52.0 +01:00
}
+"title": 114923
} |
|
Show voter details
|
168 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1725
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1731
+user: Proxies\__CG__\App\Entity\User {#2954 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-best-distro-for-gaming"
+title: "What is the best distro for gaming?"
+url: null
+body: "I know gaming has gotten a lot better on Linux and I’m working on a new PC and I’m wondering which distro to try."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 67
+favouriteCount: 69
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1700548986 {#2989
date: 2023-11-21 07:43:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2994 …}
+votes: Doctrine\ORM\PersistentCollection {#2997 …}
+reports: Doctrine\ORM\PersistentCollection {#2999 …}
+favourites: Doctrine\ORM\PersistentCollection {#3001 …}
+notifications: Doctrine\ORM\PersistentCollection {#3003 …}
+badges: Doctrine\ORM\PersistentCollection {#3005 …}
+children: [
App\Entity\EntryComment {#1725}
]
-id: 12133
-titleTs: "'best':4 'distro':5 'game':7"
-bodyTs: "'better':8 'distro':24 'game':3 'gotten':5 'know':2 'linux':10 'lot':7 'm':13,21 'new':17 'pc':18 'tri':26 'wonder':22 'work':14"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699826557
+visibility: "visible "
+apId: "https://lemmy.world/post/8128080"
+editedAt: null
+createdAt: DateTimeImmutable @1699740157 {#2976
date: 2023-11-11 23:02:37.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+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 {#1722
date: 2023-11-12 11:09:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@stephfinitely@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1617 …}
+nested: Doctrine\ORM\PersistentCollection {#1625 …}
+votes: Doctrine\ORM\PersistentCollection {#1599 …}
+reports: Doctrine\ORM\PersistentCollection {#1628 …}
+favourites: Doctrine\ORM\PersistentCollection {#1630 …}
+notifications: Doctrine\ORM\PersistentCollection {#1611 …}
-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 {#1723
date: 2023-11-12 11:09:52.0 +01:00
}
+"title": 114923
} |
|
Show voter details
|
169 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
170 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1686
+user: Proxies\__CG__\App\Entity\User {#2659 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-easiest-way-to-try-all-the-DEs"
+title: "What is the easiest way to try all the DEs?"
+url: null
+body: "As title says. Obviously I could setup different virtual machines or spend the time and install all the DEs in one VM if it is even possible without breaking the OS. I’m wondering if there is an already made iso or something that installs all the maintained DEs for trying."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 46
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699885620 {#2727
date: 2023-11-13 15:27:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2732 …}
+votes: Doctrine\ORM\PersistentCollection {#2742 …}
+reports: Doctrine\ORM\PersistentCollection {#2744 …}
+favourites: Doctrine\ORM\PersistentCollection {#2746 …}
+notifications: Doctrine\ORM\PersistentCollection {#2748 …}
+badges: Doctrine\ORM\PersistentCollection {#2750 …}
+children: [
App\Entity\EntryComment {#1689
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1686 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1719 …}
+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 {#1683
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 {#1729 …}
+nested: Doctrine\ORM\PersistentCollection {#1735 …}
+votes: Doctrine\ORM\PersistentCollection {#1732 …}
+reports: Doctrine\ORM\PersistentCollection {#1737 …}
+favourites: Doctrine\ORM\PersistentCollection {#1736 …}
+notifications: Doctrine\ORM\PersistentCollection {#1726 …}
-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 {#1687
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#1680
date: 2023-11-11 10:13:52.0 +01:00
}
+"title": 110525
}
]
-id: 11871
-titleTs: "'des':10 'easiest':4 'tri':7 'way':5"
-bodyTs: "'alreadi':39 'break':29 'could':6 'des':19,49 'differ':8 'even':26 'instal':16,45 'iso':41 'm':33 'machin':10 'made':40 'maintain':48 'obvious':4 'one':21 'os':31 'possibl':27 'say':3 'setup':7 'someth':43 'spend':12 'time':14 'titl':2 'tri':51 'virtual':9 'vm':22 'without':28 'wonder':34"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699738939
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8136823"
+editedAt: null
+createdAt: DateTimeImmutable @1699652539 {#2653
date: 2023-11-10 22:42:19.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
171 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1686
+user: Proxies\__CG__\App\Entity\User {#2659 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-easiest-way-to-try-all-the-DEs"
+title: "What is the easiest way to try all the DEs?"
+url: null
+body: "As title says. Obviously I could setup different virtual machines or spend the time and install all the DEs in one VM if it is even possible without breaking the OS. I’m wondering if there is an already made iso or something that installs all the maintained DEs for trying."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 46
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699885620 {#2727
date: 2023-11-13 15:27:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2732 …}
+votes: Doctrine\ORM\PersistentCollection {#2742 …}
+reports: Doctrine\ORM\PersistentCollection {#2744 …}
+favourites: Doctrine\ORM\PersistentCollection {#2746 …}
+notifications: Doctrine\ORM\PersistentCollection {#2748 …}
+badges: Doctrine\ORM\PersistentCollection {#2750 …}
+children: [
App\Entity\EntryComment {#1689
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1686 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1719 …}
+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 {#1683
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 {#1729 …}
+nested: Doctrine\ORM\PersistentCollection {#1735 …}
+votes: Doctrine\ORM\PersistentCollection {#1732 …}
+reports: Doctrine\ORM\PersistentCollection {#1737 …}
+favourites: Doctrine\ORM\PersistentCollection {#1736 …}
+notifications: Doctrine\ORM\PersistentCollection {#1726 …}
-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 {#1687
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#1680
date: 2023-11-11 10:13:52.0 +01:00
}
+"title": 110525
}
]
-id: 11871
-titleTs: "'des':10 'easiest':4 'tri':7 'way':5"
-bodyTs: "'alreadi':39 'break':29 'could':6 'des':19,49 'differ':8 'even':26 'instal':16,45 'iso':41 'm':33 'machin':10 'made':40 'maintain':48 'obvious':4 'one':21 'os':31 'possibl':27 'say':3 'setup':7 'someth':43 'spend':12 'time':14 'titl':2 'tri':51 'virtual':9 'vm':22 'without':28 'wonder':34"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699738939
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8136823"
+editedAt: null
+createdAt: DateTimeImmutable @1699652539 {#2653
date: 2023-11-10 22:42:19.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
172 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1686
+user: Proxies\__CG__\App\Entity\User {#2659 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-easiest-way-to-try-all-the-DEs"
+title: "What is the easiest way to try all the DEs?"
+url: null
+body: "As title says. Obviously I could setup different virtual machines or spend the time and install all the DEs in one VM if it is even possible without breaking the OS. I’m wondering if there is an already made iso or something that installs all the maintained DEs for trying."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 46
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699885620 {#2727
date: 2023-11-13 15:27:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2732 …}
+votes: Doctrine\ORM\PersistentCollection {#2742 …}
+reports: Doctrine\ORM\PersistentCollection {#2744 …}
+favourites: Doctrine\ORM\PersistentCollection {#2746 …}
+notifications: Doctrine\ORM\PersistentCollection {#2748 …}
+badges: Doctrine\ORM\PersistentCollection {#2750 …}
+children: [
App\Entity\EntryComment {#1689
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1686 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1719 …}
+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 {#1683
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 {#1729 …}
+nested: Doctrine\ORM\PersistentCollection {#1735 …}
+votes: Doctrine\ORM\PersistentCollection {#1732 …}
+reports: Doctrine\ORM\PersistentCollection {#1737 …}
+favourites: Doctrine\ORM\PersistentCollection {#1736 …}
+notifications: Doctrine\ORM\PersistentCollection {#1726 …}
-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 {#1687
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#1680
date: 2023-11-11 10:13:52.0 +01:00
}
+"title": 110525
}
]
-id: 11871
-titleTs: "'des':10 'easiest':4 'tri':7 'way':5"
-bodyTs: "'alreadi':39 'break':29 'could':6 'des':19,49 'differ':8 'even':26 'instal':16,45 'iso':41 'm':33 'machin':10 'made':40 'maintain':48 'obvious':4 'one':21 'os':31 'possibl':27 'say':3 'setup':7 'someth':43 'spend':12 'time':14 'titl':2 'tri':51 'virtual':9 'vm':22 'without':28 'wonder':34"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699738939
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8136823"
+editedAt: null
+createdAt: DateTimeImmutable @1699652539 {#2653
date: 2023-11-10 22:42:19.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
173 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
174 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1689
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1686
+user: Proxies\__CG__\App\Entity\User {#2659 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-easiest-way-to-try-all-the-DEs"
+title: "What is the easiest way to try all the DEs?"
+url: null
+body: "As title says. Obviously I could setup different virtual machines or spend the time and install all the DEs in one VM if it is even possible without breaking the OS. I’m wondering if there is an already made iso or something that installs all the maintained DEs for trying."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 46
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699885620 {#2727
date: 2023-11-13 15:27:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2732 …}
+votes: Doctrine\ORM\PersistentCollection {#2742 …}
+reports: Doctrine\ORM\PersistentCollection {#2744 …}
+favourites: Doctrine\ORM\PersistentCollection {#2746 …}
+notifications: Doctrine\ORM\PersistentCollection {#2748 …}
+badges: Doctrine\ORM\PersistentCollection {#2750 …}
+children: [
App\Entity\EntryComment {#1689}
]
-id: 11871
-titleTs: "'des':10 'easiest':4 'tri':7 'way':5"
-bodyTs: "'alreadi':39 'break':29 'could':6 'des':19,49 'differ':8 'even':26 'instal':16,45 'iso':41 'm':33 'machin':10 'made':40 'maintain':48 'obvious':4 'one':21 'os':31 'possibl':27 'say':3 'setup':7 'someth':43 'spend':12 'time':14 'titl':2 'tri':51 'virtual':9 'vm':22 'without':28 'wonder':34"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699738939
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8136823"
+editedAt: null
+createdAt: DateTimeImmutable @1699652539 {#2653
date: 2023-11-10 22:42:19.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1719 …}
+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 {#1683
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 {#1729 …}
+nested: Doctrine\ORM\PersistentCollection {#1735 …}
+votes: Doctrine\ORM\PersistentCollection {#1732 …}
+reports: Doctrine\ORM\PersistentCollection {#1737 …}
+favourites: Doctrine\ORM\PersistentCollection {#1736 …}
+notifications: Doctrine\ORM\PersistentCollection {#1726 …}
-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 {#1687
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#1680
date: 2023-11-11 10:13:52.0 +01:00
}
+"title": 110525
} |
|
Show voter details
|
175 |
DENIED
|
edit
|
App\Entity\EntryComment {#1689
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1686
+user: Proxies\__CG__\App\Entity\User {#2659 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-easiest-way-to-try-all-the-DEs"
+title: "What is the easiest way to try all the DEs?"
+url: null
+body: "As title says. Obviously I could setup different virtual machines or spend the time and install all the DEs in one VM if it is even possible without breaking the OS. I’m wondering if there is an already made iso or something that installs all the maintained DEs for trying."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 46
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699885620 {#2727
date: 2023-11-13 15:27:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2732 …}
+votes: Doctrine\ORM\PersistentCollection {#2742 …}
+reports: Doctrine\ORM\PersistentCollection {#2744 …}
+favourites: Doctrine\ORM\PersistentCollection {#2746 …}
+notifications: Doctrine\ORM\PersistentCollection {#2748 …}
+badges: Doctrine\ORM\PersistentCollection {#2750 …}
+children: [
App\Entity\EntryComment {#1689}
]
-id: 11871
-titleTs: "'des':10 'easiest':4 'tri':7 'way':5"
-bodyTs: "'alreadi':39 'break':29 'could':6 'des':19,49 'differ':8 'even':26 'instal':16,45 'iso':41 'm':33 'machin':10 'made':40 'maintain':48 'obvious':4 'one':21 'os':31 'possibl':27 'say':3 'setup':7 'someth':43 'spend':12 'time':14 'titl':2 'tri':51 'virtual':9 'vm':22 'without':28 'wonder':34"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699738939
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8136823"
+editedAt: null
+createdAt: DateTimeImmutable @1699652539 {#2653
date: 2023-11-10 22:42:19.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1719 …}
+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 {#1683
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 {#1729 …}
+nested: Doctrine\ORM\PersistentCollection {#1735 …}
+votes: Doctrine\ORM\PersistentCollection {#1732 …}
+reports: Doctrine\ORM\PersistentCollection {#1737 …}
+favourites: Doctrine\ORM\PersistentCollection {#1736 …}
+notifications: Doctrine\ORM\PersistentCollection {#1726 …}
-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 {#1687
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#1680
date: 2023-11-11 10:13:52.0 +01:00
}
+"title": 110525
} |
|
Show voter details
|
176 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1689
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1686
+user: Proxies\__CG__\App\Entity\User {#2659 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-is-the-easiest-way-to-try-all-the-DEs"
+title: "What is the easiest way to try all the DEs?"
+url: null
+body: "As title says. Obviously I could setup different virtual machines or spend the time and install all the DEs in one VM if it is even possible without breaking the OS. I’m wondering if there is an already made iso or something that installs all the maintained DEs for trying."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 46
+favouriteCount: 66
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699885620 {#2727
date: 2023-11-13 15:27:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2732 …}
+votes: Doctrine\ORM\PersistentCollection {#2742 …}
+reports: Doctrine\ORM\PersistentCollection {#2744 …}
+favourites: Doctrine\ORM\PersistentCollection {#2746 …}
+notifications: Doctrine\ORM\PersistentCollection {#2748 …}
+badges: Doctrine\ORM\PersistentCollection {#2750 …}
+children: [
App\Entity\EntryComment {#1689}
]
-id: 11871
-titleTs: "'des':10 'easiest':4 'tri':7 'way':5"
-bodyTs: "'alreadi':39 'break':29 'could':6 'des':19,49 'differ':8 'even':26 'instal':16,45 'iso':41 'm':33 'machin':10 'made':40 'maintain':48 'obvious':4 'one':21 'os':31 'possibl':27 'say':3 'setup':7 'someth':43 'spend':12 'time':14 'titl':2 'tri':51 'virtual':9 'vm':22 'without':28 'wonder':34"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1699738939
+visibility: "visible "
+apId: "https://lemmy.dbzer0.com/post/8136823"
+editedAt: null
+createdAt: DateTimeImmutable @1699652539 {#2653
date: 2023-11-10 22:42:19.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1715 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1719 …}
+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 {#1683
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 {#1729 …}
+nested: Doctrine\ORM\PersistentCollection {#1735 …}
+votes: Doctrine\ORM\PersistentCollection {#1732 …}
+reports: Doctrine\ORM\PersistentCollection {#1737 …}
+favourites: Doctrine\ORM\PersistentCollection {#1736 …}
+notifications: Doctrine\ORM\PersistentCollection {#1726 …}
-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 {#1687
date: 2023-11-12 15:35:30.0 +01:00
}
+createdAt: DateTimeImmutable @1699694032 {#1680
date: 2023-11-11 10:13:52.0 +01:00
}
+"title": 110525
} |
|
Show voter details
|
177 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
178 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1565
+user: Proxies\__CG__\App\Entity\User {#2755 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-are-the-rules-of-buying-used-storage"
+title: "What are the rules of buying used storage?"
+url: null
+body: """
I am currently expanding my Homelab setup, and want to buy a 10TB drive, for media storage. It’s a Seagate Ironwolf disk, so perfect for the job. But, it’s second hand. It was originally bought in 2019, but stopped being used after 2022. Only used for static storage, it’s been booted less than 50 times. I can get it for 1/3 of the original price.\n
\n
What do you think? Are there any rules about buying used storage I should know about before buying it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698717499 {#2788
date: 2023-10-31 02:58:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2793 …}
+votes: Doctrine\ORM\PersistentCollection {#2796 …}
+reports: Doctrine\ORM\PersistentCollection {#2798 …}
+favourites: Doctrine\ORM\PersistentCollection {#2800 …}
+notifications: Doctrine\ORM\PersistentCollection {#2802 …}
+badges: Doctrine\ORM\PersistentCollection {#2804 …}
+children: [
App\Entity\EntryComment {#1558
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1565 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: """
Original price doesn’t matter, you need to compare it against current new offerings. A drive like that, I’d buy for 8-10€/TB at max. because current *new* HDD pricing is 15€/TB at the low end.\n
\n
What you also need is SMART output. Watch out for high uncorrectable errors, writes and whatever. I’d never buy a drive without having seen its SMART data.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698656445 {#1653
date: 2023-10-30 10:00:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1563 …}
+nested: Doctrine\ORM\PersistentCollection {#1557 …}
+votes: Doctrine\ORM\PersistentCollection {#1621 …}
+reports: Doctrine\ORM\PersistentCollection {#1613 …}
+favourites: Doctrine\ORM\PersistentCollection {#1596 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 99305
-bodyTs: "'-10':24 '/tb':25,35 '15':34 '8':23 'also':42 'buy':21,59 'compar':9 'current':12,29 'd':20,57 'data':67 'doesn':3 'drive':16,61 'end':39 'error':52 'hdd':31 'high':50 'like':17 'low':38 'matter':5 'max':27 'need':7,43 'never':58 'new':13,30 'offer':14 'origin':1 'output':46 'price':2,32 'seen':64 'smart':45,66 'uncorrect':51 'watch':47 'whatev':55 'without':62 'write':53"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5350522"
+editedAt: null
+createdAt: DateTimeImmutable @1698656445 {#1554
date: 2023-10-30 10:00:45.0 +01:00
}
+"title": 99305
}
]
-id: 9370
-titleTs: "'buy':6 'rule':4 'storag':8 'use':7"
-bodyTs: "'1/3':64 '10tb':13 '2019':39 '2022':45 '50':57 'boot':54 'bought':37 'buy':11,78,86 'current':3 'disk':23 'drive':14 'expand':4 'get':61 'hand':33 'homelab':6 'ironwolf':22 'job':28 'know':83 'less':55 'media':16 'origin':36,67 'perfect':25 'price':68 'rule':76 'seagat':21 'second':32 'setup':7 'static':49 'stop':41 'storag':17,50,80 'think':72 'time':58 'use':43,47,79 'want':9"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698680395
+visibility: "visible "
+apId: "https://lemmy.world/post/7531695"
+editedAt: null
+createdAt: DateTimeImmutable @1698654395 {#2776
date: 2023-10-30 09:26:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
179 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1565
+user: Proxies\__CG__\App\Entity\User {#2755 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-are-the-rules-of-buying-used-storage"
+title: "What are the rules of buying used storage?"
+url: null
+body: """
I am currently expanding my Homelab setup, and want to buy a 10TB drive, for media storage. It’s a Seagate Ironwolf disk, so perfect for the job. But, it’s second hand. It was originally bought in 2019, but stopped being used after 2022. Only used for static storage, it’s been booted less than 50 times. I can get it for 1/3 of the original price.\n
\n
What do you think? Are there any rules about buying used storage I should know about before buying it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698717499 {#2788
date: 2023-10-31 02:58:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2793 …}
+votes: Doctrine\ORM\PersistentCollection {#2796 …}
+reports: Doctrine\ORM\PersistentCollection {#2798 …}
+favourites: Doctrine\ORM\PersistentCollection {#2800 …}
+notifications: Doctrine\ORM\PersistentCollection {#2802 …}
+badges: Doctrine\ORM\PersistentCollection {#2804 …}
+children: [
App\Entity\EntryComment {#1558
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1565 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: """
Original price doesn’t matter, you need to compare it against current new offerings. A drive like that, I’d buy for 8-10€/TB at max. because current *new* HDD pricing is 15€/TB at the low end.\n
\n
What you also need is SMART output. Watch out for high uncorrectable errors, writes and whatever. I’d never buy a drive without having seen its SMART data.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698656445 {#1653
date: 2023-10-30 10:00:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1563 …}
+nested: Doctrine\ORM\PersistentCollection {#1557 …}
+votes: Doctrine\ORM\PersistentCollection {#1621 …}
+reports: Doctrine\ORM\PersistentCollection {#1613 …}
+favourites: Doctrine\ORM\PersistentCollection {#1596 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 99305
-bodyTs: "'-10':24 '/tb':25,35 '15':34 '8':23 'also':42 'buy':21,59 'compar':9 'current':12,29 'd':20,57 'data':67 'doesn':3 'drive':16,61 'end':39 'error':52 'hdd':31 'high':50 'like':17 'low':38 'matter':5 'max':27 'need':7,43 'never':58 'new':13,30 'offer':14 'origin':1 'output':46 'price':2,32 'seen':64 'smart':45,66 'uncorrect':51 'watch':47 'whatev':55 'without':62 'write':53"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5350522"
+editedAt: null
+createdAt: DateTimeImmutable @1698656445 {#1554
date: 2023-10-30 10:00:45.0 +01:00
}
+"title": 99305
}
]
-id: 9370
-titleTs: "'buy':6 'rule':4 'storag':8 'use':7"
-bodyTs: "'1/3':64 '10tb':13 '2019':39 '2022':45 '50':57 'boot':54 'bought':37 'buy':11,78,86 'current':3 'disk':23 'drive':14 'expand':4 'get':61 'hand':33 'homelab':6 'ironwolf':22 'job':28 'know':83 'less':55 'media':16 'origin':36,67 'perfect':25 'price':68 'rule':76 'seagat':21 'second':32 'setup':7 'static':49 'stop':41 'storag':17,50,80 'think':72 'time':58 'use':43,47,79 'want':9"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698680395
+visibility: "visible "
+apId: "https://lemmy.world/post/7531695"
+editedAt: null
+createdAt: DateTimeImmutable @1698654395 {#2776
date: 2023-10-30 09:26:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
180 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1565
+user: Proxies\__CG__\App\Entity\User {#2755 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-are-the-rules-of-buying-used-storage"
+title: "What are the rules of buying used storage?"
+url: null
+body: """
I am currently expanding my Homelab setup, and want to buy a 10TB drive, for media storage. It’s a Seagate Ironwolf disk, so perfect for the job. But, it’s second hand. It was originally bought in 2019, but stopped being used after 2022. Only used for static storage, it’s been booted less than 50 times. I can get it for 1/3 of the original price.\n
\n
What do you think? Are there any rules about buying used storage I should know about before buying it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698717499 {#2788
date: 2023-10-31 02:58:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2793 …}
+votes: Doctrine\ORM\PersistentCollection {#2796 …}
+reports: Doctrine\ORM\PersistentCollection {#2798 …}
+favourites: Doctrine\ORM\PersistentCollection {#2800 …}
+notifications: Doctrine\ORM\PersistentCollection {#2802 …}
+badges: Doctrine\ORM\PersistentCollection {#2804 …}
+children: [
App\Entity\EntryComment {#1558
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1565 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: """
Original price doesn’t matter, you need to compare it against current new offerings. A drive like that, I’d buy for 8-10€/TB at max. because current *new* HDD pricing is 15€/TB at the low end.\n
\n
What you also need is SMART output. Watch out for high uncorrectable errors, writes and whatever. I’d never buy a drive without having seen its SMART data.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698656445 {#1653
date: 2023-10-30 10:00:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1563 …}
+nested: Doctrine\ORM\PersistentCollection {#1557 …}
+votes: Doctrine\ORM\PersistentCollection {#1621 …}
+reports: Doctrine\ORM\PersistentCollection {#1613 …}
+favourites: Doctrine\ORM\PersistentCollection {#1596 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 99305
-bodyTs: "'-10':24 '/tb':25,35 '15':34 '8':23 'also':42 'buy':21,59 'compar':9 'current':12,29 'd':20,57 'data':67 'doesn':3 'drive':16,61 'end':39 'error':52 'hdd':31 'high':50 'like':17 'low':38 'matter':5 'max':27 'need':7,43 'never':58 'new':13,30 'offer':14 'origin':1 'output':46 'price':2,32 'seen':64 'smart':45,66 'uncorrect':51 'watch':47 'whatev':55 'without':62 'write':53"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5350522"
+editedAt: null
+createdAt: DateTimeImmutable @1698656445 {#1554
date: 2023-10-30 10:00:45.0 +01:00
}
+"title": 99305
}
]
-id: 9370
-titleTs: "'buy':6 'rule':4 'storag':8 'use':7"
-bodyTs: "'1/3':64 '10tb':13 '2019':39 '2022':45 '50':57 'boot':54 'bought':37 'buy':11,78,86 'current':3 'disk':23 'drive':14 'expand':4 'get':61 'hand':33 'homelab':6 'ironwolf':22 'job':28 'know':83 'less':55 'media':16 'origin':36,67 'perfect':25 'price':68 'rule':76 'seagat':21 'second':32 'setup':7 'static':49 'stop':41 'storag':17,50,80 'think':72 'time':58 'use':43,47,79 'want':9"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698680395
+visibility: "visible "
+apId: "https://lemmy.world/post/7531695"
+editedAt: null
+createdAt: DateTimeImmutable @1698654395 {#2776
date: 2023-10-30 09:26:35.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
181 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
182 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1558
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1565
+user: Proxies\__CG__\App\Entity\User {#2755 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-are-the-rules-of-buying-used-storage"
+title: "What are the rules of buying used storage?"
+url: null
+body: """
I am currently expanding my Homelab setup, and want to buy a 10TB drive, for media storage. It’s a Seagate Ironwolf disk, so perfect for the job. But, it’s second hand. It was originally bought in 2019, but stopped being used after 2022. Only used for static storage, it’s been booted less than 50 times. I can get it for 1/3 of the original price.\n
\n
What do you think? Are there any rules about buying used storage I should know about before buying it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698717499 {#2788
date: 2023-10-31 02:58:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2793 …}
+votes: Doctrine\ORM\PersistentCollection {#2796 …}
+reports: Doctrine\ORM\PersistentCollection {#2798 …}
+favourites: Doctrine\ORM\PersistentCollection {#2800 …}
+notifications: Doctrine\ORM\PersistentCollection {#2802 …}
+badges: Doctrine\ORM\PersistentCollection {#2804 …}
+children: [
App\Entity\EntryComment {#1558}
]
-id: 9370
-titleTs: "'buy':6 'rule':4 'storag':8 'use':7"
-bodyTs: "'1/3':64 '10tb':13 '2019':39 '2022':45 '50':57 'boot':54 'bought':37 'buy':11,78,86 'current':3 'disk':23 'drive':14 'expand':4 'get':61 'hand':33 'homelab':6 'ironwolf':22 'job':28 'know':83 'less':55 'media':16 'origin':36,67 'perfect':25 'price':68 'rule':76 'seagat':21 'second':32 'setup':7 'static':49 'stop':41 'storag':17,50,80 'think':72 'time':58 'use':43,47,79 'want':9"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698680395
+visibility: "visible "
+apId: "https://lemmy.world/post/7531695"
+editedAt: null
+createdAt: DateTimeImmutable @1698654395 {#2776
date: 2023-10-30 09:26:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: """
Original price doesn’t matter, you need to compare it against current new offerings. A drive like that, I’d buy for 8-10€/TB at max. because current *new* HDD pricing is 15€/TB at the low end.\n
\n
What you also need is SMART output. Watch out for high uncorrectable errors, writes and whatever. I’d never buy a drive without having seen its SMART data.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698656445 {#1653
date: 2023-10-30 10:00:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1563 …}
+nested: Doctrine\ORM\PersistentCollection {#1557 …}
+votes: Doctrine\ORM\PersistentCollection {#1621 …}
+reports: Doctrine\ORM\PersistentCollection {#1613 …}
+favourites: Doctrine\ORM\PersistentCollection {#1596 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 99305
-bodyTs: "'-10':24 '/tb':25,35 '15':34 '8':23 'also':42 'buy':21,59 'compar':9 'current':12,29 'd':20,57 'data':67 'doesn':3 'drive':16,61 'end':39 'error':52 'hdd':31 'high':50 'like':17 'low':38 'matter':5 'max':27 'need':7,43 'never':58 'new':13,30 'offer':14 'origin':1 'output':46 'price':2,32 'seen':64 'smart':45,66 'uncorrect':51 'watch':47 'whatev':55 'without':62 'write':53"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5350522"
+editedAt: null
+createdAt: DateTimeImmutable @1698656445 {#1554
date: 2023-10-30 10:00:45.0 +01:00
}
+"title": 99305
} |
|
Show voter details
|
183 |
DENIED
|
edit
|
App\Entity\EntryComment {#1558
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1565
+user: Proxies\__CG__\App\Entity\User {#2755 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-are-the-rules-of-buying-used-storage"
+title: "What are the rules of buying used storage?"
+url: null
+body: """
I am currently expanding my Homelab setup, and want to buy a 10TB drive, for media storage. It’s a Seagate Ironwolf disk, so perfect for the job. But, it’s second hand. It was originally bought in 2019, but stopped being used after 2022. Only used for static storage, it’s been booted less than 50 times. I can get it for 1/3 of the original price.\n
\n
What do you think? Are there any rules about buying used storage I should know about before buying it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698717499 {#2788
date: 2023-10-31 02:58:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2793 …}
+votes: Doctrine\ORM\PersistentCollection {#2796 …}
+reports: Doctrine\ORM\PersistentCollection {#2798 …}
+favourites: Doctrine\ORM\PersistentCollection {#2800 …}
+notifications: Doctrine\ORM\PersistentCollection {#2802 …}
+badges: Doctrine\ORM\PersistentCollection {#2804 …}
+children: [
App\Entity\EntryComment {#1558}
]
-id: 9370
-titleTs: "'buy':6 'rule':4 'storag':8 'use':7"
-bodyTs: "'1/3':64 '10tb':13 '2019':39 '2022':45 '50':57 'boot':54 'bought':37 'buy':11,78,86 'current':3 'disk':23 'drive':14 'expand':4 'get':61 'hand':33 'homelab':6 'ironwolf':22 'job':28 'know':83 'less':55 'media':16 'origin':36,67 'perfect':25 'price':68 'rule':76 'seagat':21 'second':32 'setup':7 'static':49 'stop':41 'storag':17,50,80 'think':72 'time':58 'use':43,47,79 'want':9"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698680395
+visibility: "visible "
+apId: "https://lemmy.world/post/7531695"
+editedAt: null
+createdAt: DateTimeImmutable @1698654395 {#2776
date: 2023-10-30 09:26:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: """
Original price doesn’t matter, you need to compare it against current new offerings. A drive like that, I’d buy for 8-10€/TB at max. because current *new* HDD pricing is 15€/TB at the low end.\n
\n
What you also need is SMART output. Watch out for high uncorrectable errors, writes and whatever. I’d never buy a drive without having seen its SMART data.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698656445 {#1653
date: 2023-10-30 10:00:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1563 …}
+nested: Doctrine\ORM\PersistentCollection {#1557 …}
+votes: Doctrine\ORM\PersistentCollection {#1621 …}
+reports: Doctrine\ORM\PersistentCollection {#1613 …}
+favourites: Doctrine\ORM\PersistentCollection {#1596 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 99305
-bodyTs: "'-10':24 '/tb':25,35 '15':34 '8':23 'also':42 'buy':21,59 'compar':9 'current':12,29 'd':20,57 'data':67 'doesn':3 'drive':16,61 'end':39 'error':52 'hdd':31 'high':50 'like':17 'low':38 'matter':5 'max':27 'need':7,43 'never':58 'new':13,30 'offer':14 'origin':1 'output':46 'price':2,32 'seen':64 'smart':45,66 'uncorrect':51 'watch':47 'whatev':55 'without':62 'write':53"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5350522"
+editedAt: null
+createdAt: DateTimeImmutable @1698656445 {#1554
date: 2023-10-30 10:00:45.0 +01:00
}
+"title": 99305
} |
|
Show voter details
|
184 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1558
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1565
+user: Proxies\__CG__\App\Entity\User {#2755 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "What-are-the-rules-of-buying-used-storage"
+title: "What are the rules of buying used storage?"
+url: null
+body: """
I am currently expanding my Homelab setup, and want to buy a 10TB drive, for media storage. It’s a Seagate Ironwolf disk, so perfect for the job. But, it’s second hand. It was originally bought in 2019, but stopped being used after 2022. Only used for static storage, it’s been booted less than 50 times. I can get it for 1/3 of the original price.\n
\n
What do you think? Are there any rules about buying used storage I should know about before buying it?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698717499 {#2788
date: 2023-10-31 02:58:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2793 …}
+votes: Doctrine\ORM\PersistentCollection {#2796 …}
+reports: Doctrine\ORM\PersistentCollection {#2798 …}
+favourites: Doctrine\ORM\PersistentCollection {#2800 …}
+notifications: Doctrine\ORM\PersistentCollection {#2802 …}
+badges: Doctrine\ORM\PersistentCollection {#2804 …}
+children: [
App\Entity\EntryComment {#1558}
]
-id: 9370
-titleTs: "'buy':6 'rule':4 'storag':8 'use':7"
-bodyTs: "'1/3':64 '10tb':13 '2019':39 '2022':45 '50':57 'boot':54 'bought':37 'buy':11,78,86 'current':3 'disk':23 'drive':14 'expand':4 'get':61 'hand':33 'homelab':6 'ironwolf':22 'job':28 'know':83 'less':55 'media':16 'origin':36,67 'perfect':25 'price':68 'rule':76 'seagat':21 'second':32 'setup':7 'static':49 'stop':41 'storag':17,50,80 'think':72 'time':58 'use':43,47,79 'want':9"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698680395
+visibility: "visible "
+apId: "https://lemmy.world/post/7531695"
+editedAt: null
+createdAt: DateTimeImmutable @1698654395 {#2776
date: 2023-10-30 09:26:35.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1566 …}
+image: null
+parent: null
+root: null
+body: """
Original price doesn’t matter, you need to compare it against current new offerings. A drive like that, I’d buy for 8-10€/TB at max. because current *new* HDD pricing is 15€/TB at the low end.\n
\n
What you also need is SMART output. Watch out for high uncorrectable errors, writes and whatever. I’d never buy a drive without having seen its SMART data.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698656445 {#1653
date: 2023-10-30 10:00:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@LunchEnjoyer@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1563 …}
+nested: Doctrine\ORM\PersistentCollection {#1557 …}
+votes: Doctrine\ORM\PersistentCollection {#1621 …}
+reports: Doctrine\ORM\PersistentCollection {#1613 …}
+favourites: Doctrine\ORM\PersistentCollection {#1596 …}
+notifications: Doctrine\ORM\PersistentCollection {#1702 …}
-id: 99305
-bodyTs: "'-10':24 '/tb':25,35 '15':34 '8':23 'also':42 'buy':21,59 'compar':9 'current':12,29 'd':20,57 'data':67 'doesn':3 'drive':16,61 'end':39 'error':52 'hdd':31 'high':50 'like':17 'low':38 'matter':5 'max':27 'need':7,43 'never':58 'new':13,30 'offer':14 'origin':1 'output':46 'price':2,32 'seen':64 'smart':45,66 'uncorrect':51 'watch':47 'whatev':55 'without':62 'write':53"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/5350522"
+editedAt: null
+createdAt: DateTimeImmutable @1698656445 {#1554
date: 2023-10-30 10:00:45.0 +01:00
}
+"title": 99305
} |
|
Show voter details
|
185 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
186 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1587
+user: Proxies\__CG__\App\Entity\User {#2668 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Atheists-agnostics-of-Lemmy-do-you-believe-in-the-existence-of"
+title: "Atheists/agnostics of Lemmy, do you believe in the existence of souls?"
+url: null
+body: "If you do, then what exactly defines a soul in your view?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1688562159 {#2752
date: 2023-07-05 15:02:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2757 …}
+votes: Doctrine\ORM\PersistentCollection {#2760 …}
+reports: Doctrine\ORM\PersistentCollection {#2762 …}
+favourites: Doctrine\ORM\PersistentCollection {#2764 …}
+notifications: Doctrine\ORM\PersistentCollection {#2766 …}
+badges: Doctrine\ORM\PersistentCollection {#2768 …}
+children: [
App\Entity\EntryComment {#1646
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+parent: null
+root: null
+body: "I’m agnostic, so obviously my view on that is that we simply don’t know."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1688561763 {#1697
date: 2023-07-05 14:56:03.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@azmalent@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1526 …}
+nested: Doctrine\ORM\PersistentCollection {#1560 …}
+votes: Doctrine\ORM\PersistentCollection {#1551 …}
+reports: Doctrine\ORM\PersistentCollection {#1585 …}
+favourites: Doctrine\ORM\PersistentCollection {#1567 …}
+notifications: Doctrine\ORM\PersistentCollection {#1552 …}
-id: 8393
-bodyTs: "'agnost':3 'know':16 'm':2 'obvious':5 'simpli':13 'view':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/1214326"
+editedAt: null
+createdAt: DateTimeImmutable @1688561763 {#1709
date: 2023-07-05 14:56:03.0 +02:00
}
+"title": 8393
}
]
-id: 769
-titleTs: "'atheists/agnostics':1 'believ':6 'exist':9 'lemmi':3 'soul':11"
-bodyTs: "'defin':7 'exact':6 'soul':9 'view':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688553963
+visibility: "visible "
+apId: "https://lemmy.world/post/1020045"
+editedAt: null
+createdAt: DateTimeImmutable @1688467563 {#2735
date: 2023-07-04 12:46:03.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
187 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1587
+user: Proxies\__CG__\App\Entity\User {#2668 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Atheists-agnostics-of-Lemmy-do-you-believe-in-the-existence-of"
+title: "Atheists/agnostics of Lemmy, do you believe in the existence of souls?"
+url: null
+body: "If you do, then what exactly defines a soul in your view?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1688562159 {#2752
date: 2023-07-05 15:02:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2757 …}
+votes: Doctrine\ORM\PersistentCollection {#2760 …}
+reports: Doctrine\ORM\PersistentCollection {#2762 …}
+favourites: Doctrine\ORM\PersistentCollection {#2764 …}
+notifications: Doctrine\ORM\PersistentCollection {#2766 …}
+badges: Doctrine\ORM\PersistentCollection {#2768 …}
+children: [
App\Entity\EntryComment {#1646
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+parent: null
+root: null
+body: "I’m agnostic, so obviously my view on that is that we simply don’t know."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1688561763 {#1697
date: 2023-07-05 14:56:03.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@azmalent@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1526 …}
+nested: Doctrine\ORM\PersistentCollection {#1560 …}
+votes: Doctrine\ORM\PersistentCollection {#1551 …}
+reports: Doctrine\ORM\PersistentCollection {#1585 …}
+favourites: Doctrine\ORM\PersistentCollection {#1567 …}
+notifications: Doctrine\ORM\PersistentCollection {#1552 …}
-id: 8393
-bodyTs: "'agnost':3 'know':16 'm':2 'obvious':5 'simpli':13 'view':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/1214326"
+editedAt: null
+createdAt: DateTimeImmutable @1688561763 {#1709
date: 2023-07-05 14:56:03.0 +02:00
}
+"title": 8393
}
]
-id: 769
-titleTs: "'atheists/agnostics':1 'believ':6 'exist':9 'lemmi':3 'soul':11"
-bodyTs: "'defin':7 'exact':6 'soul':9 'view':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688553963
+visibility: "visible "
+apId: "https://lemmy.world/post/1020045"
+editedAt: null
+createdAt: DateTimeImmutable @1688467563 {#2735
date: 2023-07-04 12:46:03.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
188 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1587
+user: Proxies\__CG__\App\Entity\User {#2668 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Atheists-agnostics-of-Lemmy-do-you-believe-in-the-existence-of"
+title: "Atheists/agnostics of Lemmy, do you believe in the existence of souls?"
+url: null
+body: "If you do, then what exactly defines a soul in your view?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1688562159 {#2752
date: 2023-07-05 15:02:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2757 …}
+votes: Doctrine\ORM\PersistentCollection {#2760 …}
+reports: Doctrine\ORM\PersistentCollection {#2762 …}
+favourites: Doctrine\ORM\PersistentCollection {#2764 …}
+notifications: Doctrine\ORM\PersistentCollection {#2766 …}
+badges: Doctrine\ORM\PersistentCollection {#2768 …}
+children: [
App\Entity\EntryComment {#1646
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1587 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+parent: null
+root: null
+body: "I’m agnostic, so obviously my view on that is that we simply don’t know."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1688561763 {#1697
date: 2023-07-05 14:56:03.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@azmalent@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1526 …}
+nested: Doctrine\ORM\PersistentCollection {#1560 …}
+votes: Doctrine\ORM\PersistentCollection {#1551 …}
+reports: Doctrine\ORM\PersistentCollection {#1585 …}
+favourites: Doctrine\ORM\PersistentCollection {#1567 …}
+notifications: Doctrine\ORM\PersistentCollection {#1552 …}
-id: 8393
-bodyTs: "'agnost':3 'know':16 'm':2 'obvious':5 'simpli':13 'view':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/1214326"
+editedAt: null
+createdAt: DateTimeImmutable @1688561763 {#1709
date: 2023-07-05 14:56:03.0 +02:00
}
+"title": 8393
}
]
-id: 769
-titleTs: "'atheists/agnostics':1 'believ':6 'exist':9 'lemmi':3 'soul':11"
-bodyTs: "'defin':7 'exact':6 'soul':9 'view':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688553963
+visibility: "visible "
+apId: "https://lemmy.world/post/1020045"
+editedAt: null
+createdAt: DateTimeImmutable @1688467563 {#2735
date: 2023-07-04 12:46:03.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
189 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
190 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1646
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1587
+user: Proxies\__CG__\App\Entity\User {#2668 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Atheists-agnostics-of-Lemmy-do-you-believe-in-the-existence-of"
+title: "Atheists/agnostics of Lemmy, do you believe in the existence of souls?"
+url: null
+body: "If you do, then what exactly defines a soul in your view?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1688562159 {#2752
date: 2023-07-05 15:02:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2757 …}
+votes: Doctrine\ORM\PersistentCollection {#2760 …}
+reports: Doctrine\ORM\PersistentCollection {#2762 …}
+favourites: Doctrine\ORM\PersistentCollection {#2764 …}
+notifications: Doctrine\ORM\PersistentCollection {#2766 …}
+badges: Doctrine\ORM\PersistentCollection {#2768 …}
+children: [
App\Entity\EntryComment {#1646}
]
-id: 769
-titleTs: "'atheists/agnostics':1 'believ':6 'exist':9 'lemmi':3 'soul':11"
-bodyTs: "'defin':7 'exact':6 'soul':9 'view':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688553963
+visibility: "visible "
+apId: "https://lemmy.world/post/1020045"
+editedAt: null
+createdAt: DateTimeImmutable @1688467563 {#2735
date: 2023-07-04 12:46:03.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+parent: null
+root: null
+body: "I’m agnostic, so obviously my view on that is that we simply don’t know."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1688561763 {#1697
date: 2023-07-05 14:56:03.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@azmalent@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1526 …}
+nested: Doctrine\ORM\PersistentCollection {#1560 …}
+votes: Doctrine\ORM\PersistentCollection {#1551 …}
+reports: Doctrine\ORM\PersistentCollection {#1585 …}
+favourites: Doctrine\ORM\PersistentCollection {#1567 …}
+notifications: Doctrine\ORM\PersistentCollection {#1552 …}
-id: 8393
-bodyTs: "'agnost':3 'know':16 'm':2 'obvious':5 'simpli':13 'view':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/1214326"
+editedAt: null
+createdAt: DateTimeImmutable @1688561763 {#1709
date: 2023-07-05 14:56:03.0 +02:00
}
+"title": 8393
} |
|
Show voter details
|
191 |
DENIED
|
edit
|
App\Entity\EntryComment {#1646
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1587
+user: Proxies\__CG__\App\Entity\User {#2668 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Atheists-agnostics-of-Lemmy-do-you-believe-in-the-existence-of"
+title: "Atheists/agnostics of Lemmy, do you believe in the existence of souls?"
+url: null
+body: "If you do, then what exactly defines a soul in your view?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1688562159 {#2752
date: 2023-07-05 15:02:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2757 …}
+votes: Doctrine\ORM\PersistentCollection {#2760 …}
+reports: Doctrine\ORM\PersistentCollection {#2762 …}
+favourites: Doctrine\ORM\PersistentCollection {#2764 …}
+notifications: Doctrine\ORM\PersistentCollection {#2766 …}
+badges: Doctrine\ORM\PersistentCollection {#2768 …}
+children: [
App\Entity\EntryComment {#1646}
]
-id: 769
-titleTs: "'atheists/agnostics':1 'believ':6 'exist':9 'lemmi':3 'soul':11"
-bodyTs: "'defin':7 'exact':6 'soul':9 'view':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688553963
+visibility: "visible "
+apId: "https://lemmy.world/post/1020045"
+editedAt: null
+createdAt: DateTimeImmutable @1688467563 {#2735
date: 2023-07-04 12:46:03.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+parent: null
+root: null
+body: "I’m agnostic, so obviously my view on that is that we simply don’t know."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1688561763 {#1697
date: 2023-07-05 14:56:03.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@azmalent@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1526 …}
+nested: Doctrine\ORM\PersistentCollection {#1560 …}
+votes: Doctrine\ORM\PersistentCollection {#1551 …}
+reports: Doctrine\ORM\PersistentCollection {#1585 …}
+favourites: Doctrine\ORM\PersistentCollection {#1567 …}
+notifications: Doctrine\ORM\PersistentCollection {#1552 …}
-id: 8393
-bodyTs: "'agnost':3 'know':16 'm':2 'obvious':5 'simpli':13 'view':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/1214326"
+editedAt: null
+createdAt: DateTimeImmutable @1688561763 {#1709
date: 2023-07-05 14:56:03.0 +02:00
}
+"title": 8393
} |
|
Show voter details
|
192 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1646
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1587
+user: Proxies\__CG__\App\Entity\User {#2668 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2689 …}
+slug: "Atheists-agnostics-of-Lemmy-do-you-believe-in-the-existence-of"
+title: "Atheists/agnostics of Lemmy, do you believe in the existence of souls?"
+url: null
+body: "If you do, then what exactly defines a soul in your view?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 41
+favouriteCount: 24
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1688562159 {#2752
date: 2023-07-05 15:02:39.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2757 …}
+votes: Doctrine\ORM\PersistentCollection {#2760 …}
+reports: Doctrine\ORM\PersistentCollection {#2762 …}
+favourites: Doctrine\ORM\PersistentCollection {#2764 …}
+notifications: Doctrine\ORM\PersistentCollection {#2766 …}
+badges: Doctrine\ORM\PersistentCollection {#2768 …}
+children: [
App\Entity\EntryComment {#1646}
]
-id: 769
-titleTs: "'atheists/agnostics':1 'believ':6 'exist':9 'lemmi':3 'soul':11"
-bodyTs: "'defin':7 'exact':6 'soul':9 'view':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1688553963
+visibility: "visible "
+apId: "https://lemmy.world/post/1020045"
+editedAt: null
+createdAt: DateTimeImmutable @1688467563 {#2735
date: 2023-07-04 12:46:03.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1528 …}
+image: null
+parent: null
+root: null
+body: "I’m agnostic, so obviously my view on that is that we simply don’t know."
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1688561763 {#1697
date: 2023-07-05 14:56:03.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@azmalent@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1526 …}
+nested: Doctrine\ORM\PersistentCollection {#1560 …}
+votes: Doctrine\ORM\PersistentCollection {#1551 …}
+reports: Doctrine\ORM\PersistentCollection {#1585 …}
+favourites: Doctrine\ORM\PersistentCollection {#1567 …}
+notifications: Doctrine\ORM\PersistentCollection {#1552 …}
-id: 8393
-bodyTs: "'agnost':3 'know':16 'm':2 'obvious':5 'simpli':13 'view':7"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ml/comment/1214326"
+editedAt: null
+createdAt: DateTimeImmutable @1688561763 {#1709
date: 2023-07-05 14:56:03.0 +02:00
}
+"title": 8393
} |
|
Show voter details
|
193 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
194 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|