1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1433
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Where-can-I-ask-questions-about-iproute2-tools"
+title: "Where can I ask questions about iproute2 tools?"
+url: null
+body: """
I have a very specific questions about Linux Traffic control and u32 filters in particular. However, I don’t know where the right place is to ask such a question as it’s fairly niche.\n
\n
The [Linux Advanced Routing & Traffic Control](https://lartc.org/) site says it has a mailing list for questions, but the last post was from 2019. There is also the incredibly busy [‘linux-netdev’ mailing list](https://marc.info/?l=linux-netdev), but, the traffic there looks like strictly source changes.\n
\n
Any ideas?\n
\n
**The question I’m trying to find an answer to is:** The u32 tc filter seems to support negative byte offsets which allows you to examine the Ethernet frame header (I don’t think I even found documentation on this, this is thanks to ChatGPT). However, when using u32 values to examine 8 bytes I can only use offsets in increments of 4 - like “at -8” or “at -12”, with any other increment giving me the error `Illegal “match”`.\n
\n
This seems like only a curiosity, but, I’ve been struggling to get my bit-matching to match the way I expect, and I’m wondering if this suggests that matching doesn’t function the way I think.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 26
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728989746 {#1766
date: 2024-10-15 12:55:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1744 …}
+votes: Doctrine\ORM\PersistentCollection {#1646 …}
+reports: Doctrine\ORM\PersistentCollection {#1640 …}
+favourites: Doctrine\ORM\PersistentCollection {#1589 …}
+notifications: Doctrine\ORM\PersistentCollection {#1590 …}
+badges: Doctrine\ORM\PersistentCollection {#1575 …}
+children: [
App\Entity\EntryComment {#2025
+user: App\Entity\User {#264 …}
+entry: App\Entity\Entry {#1433}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: """
I really appreciate this, thank you. I think I had confused myself by playing with ‘u16’ and ‘u8’ and somehow coming to the conclusion that they were matching the right side of a 32-bit string. (Which may still be true, but, I’m just masking u32s now).\n
\n
This is what I ended up with, which is working the way I’d expect:\n
\n
```\n
\n
<span style="color:#323232;">tc filter add dev wlan0 protocol ip parent 1: prio 1 u32 \n
</span><span style="color:#323232;">\tmatch u32 0x30d6 0x0000ffff at -16 \n
</span><span style="color:#323232;">\tmatch u32 0xc92d1905 0xffffffff at -12 flowid 1:20\n
</span>\n
```\n
\n
This sends Ethernet frames destined for 30:d6:c9:2d:19:05 to flow 1:20, and it doesn’t seem to match a second device I tested. So, all good! Thank you again.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706377550 {#2022
date: 2024-01-27 18:45:50.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@NotAnArdvark@lemmy.ca"
"@Corngood@lemmy.ml"
]
+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: 345132
-bodyTs: "'-12':87 '-16':81 '05':102 '0x0000ffff':79 '0x30d6':78 '0xc92d1905':84 '0xffffffff':85 '1':72,74,89,105 '19':101 '20':90,106 '2d':100 '30':97 '32':34 'add':66 'appreci':3 'bit':35 'c9':99 'come':21 'conclus':24 'confus':11 'd':62 'd6':98 'destin':95 'dev':67 'devic':116 'doesn':109 'end':53 'ethernet':93 'expect':63 'filter':65 'flow':104 'flowid':88 'frame':94 'good':121 'ip':70 'm':44 'mask':46 'match':28,76,82,113 'may':38 'parent':71 'play':14 'prio':73 'protocol':69 'realli':2 'right':30 'second':115 'seem':111 'send':92 'side':31 'somehow':20 'still':39 'string':36 'tc':64 'test':118 'thank':5,122 'think':8 'true':41 'u16':16 'u32':75,77,83 'u32s':47 'u8':18 'way':60 'wlan0':68 'work':58"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6771888"
+editedAt: null
+createdAt: DateTimeImmutable @1706377550 {#2018
date: 2024-01-27 18:45:50.0 +01:00
}
+"title": 345132
}
]
-id: 33295
-titleTs: "'ask':4 'iproute2':7 'question':5 'tool':8"
-bodyTs: "'-12':154 '-8':151 '/)':44 '/?l=linux-netdev),':74 '2019':60 '4':148 '8':138 'advanc':38 'allow':108 'also':63 'answer':94 'ask':27 'bit':180 'bit-match':179 'busi':66 'byte':105,139 'chang':83 'chatgpt':130 'control':10,41 'curios':170 'document':123 'doesn':197 'error':162 'ethernet':113 'even':121 'examin':111,137 'expect':187 'fair':34 'filter':13,100 'find':92 'found':122 'frame':114 'function':199 'get':177 'give':159 'header':115 'howev':16,131 'idea':85 'illeg':163 'incred':65 'increment':146,158 'know':20 'lartc.org':43 'lartc.org/)':42 'last':56 'like':80,149,167 'linux':8,37,68 'linux-netdev':67 'list':51,71 'look':79 'm':89,190 'mail':50,70 'marc.info':73 'marc.info/?l=linux-netdev),':72 'match':164,181,183,196 'negat':104 'netdev':69 'nich':35 'offset':106,144 'particular':15 'place':24 'post':57 'question':6,30,53,87 'right':23 'rout':39 'say':46 'seem':101,166 'site':45 'sourc':82 'specif':5 'strict':81 'struggl':175 'suggest':194 'support':103 'tc':99 'thank':128 'think':119,203 'traffic':9,40,77 'tri':90 'u32':12,98,134 'use':133,143 'valu':135 've':173 'way':185,201 'wonder':191"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706380695
+visibility: "visible "
+apId: "https://lemmy.ca/post/14107888"
+editedAt: null
+createdAt: DateTimeImmutable @1706296195 {#1466
date: 2024-01-26 20:09:55.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1433
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Where-can-I-ask-questions-about-iproute2-tools"
+title: "Where can I ask questions about iproute2 tools?"
+url: null
+body: """
I have a very specific questions about Linux Traffic control and u32 filters in particular. However, I don’t know where the right place is to ask such a question as it’s fairly niche.\n
\n
The [Linux Advanced Routing & Traffic Control](https://lartc.org/) site says it has a mailing list for questions, but the last post was from 2019. There is also the incredibly busy [‘linux-netdev’ mailing list](https://marc.info/?l=linux-netdev), but, the traffic there looks like strictly source changes.\n
\n
Any ideas?\n
\n
**The question I’m trying to find an answer to is:** The u32 tc filter seems to support negative byte offsets which allows you to examine the Ethernet frame header (I don’t think I even found documentation on this, this is thanks to ChatGPT). However, when using u32 values to examine 8 bytes I can only use offsets in increments of 4 - like “at -8” or “at -12”, with any other increment giving me the error `Illegal “match”`.\n
\n
This seems like only a curiosity, but, I’ve been struggling to get my bit-matching to match the way I expect, and I’m wondering if this suggests that matching doesn’t function the way I think.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 26
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728989746 {#1766
date: 2024-10-15 12:55:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1744 …}
+votes: Doctrine\ORM\PersistentCollection {#1646 …}
+reports: Doctrine\ORM\PersistentCollection {#1640 …}
+favourites: Doctrine\ORM\PersistentCollection {#1589 …}
+notifications: Doctrine\ORM\PersistentCollection {#1590 …}
+badges: Doctrine\ORM\PersistentCollection {#1575 …}
+children: [
App\Entity\EntryComment {#2025
+user: App\Entity\User {#264 …}
+entry: App\Entity\Entry {#1433}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: """
I really appreciate this, thank you. I think I had confused myself by playing with ‘u16’ and ‘u8’ and somehow coming to the conclusion that they were matching the right side of a 32-bit string. (Which may still be true, but, I’m just masking u32s now).\n
\n
This is what I ended up with, which is working the way I’d expect:\n
\n
```\n
\n
<span style="color:#323232;">tc filter add dev wlan0 protocol ip parent 1: prio 1 u32 \n
</span><span style="color:#323232;">\tmatch u32 0x30d6 0x0000ffff at -16 \n
</span><span style="color:#323232;">\tmatch u32 0xc92d1905 0xffffffff at -12 flowid 1:20\n
</span>\n
```\n
\n
This sends Ethernet frames destined for 30:d6:c9:2d:19:05 to flow 1:20, and it doesn’t seem to match a second device I tested. So, all good! Thank you again.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706377550 {#2022
date: 2024-01-27 18:45:50.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@NotAnArdvark@lemmy.ca"
"@Corngood@lemmy.ml"
]
+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: 345132
-bodyTs: "'-12':87 '-16':81 '05':102 '0x0000ffff':79 '0x30d6':78 '0xc92d1905':84 '0xffffffff':85 '1':72,74,89,105 '19':101 '20':90,106 '2d':100 '30':97 '32':34 'add':66 'appreci':3 'bit':35 'c9':99 'come':21 'conclus':24 'confus':11 'd':62 'd6':98 'destin':95 'dev':67 'devic':116 'doesn':109 'end':53 'ethernet':93 'expect':63 'filter':65 'flow':104 'flowid':88 'frame':94 'good':121 'ip':70 'm':44 'mask':46 'match':28,76,82,113 'may':38 'parent':71 'play':14 'prio':73 'protocol':69 'realli':2 'right':30 'second':115 'seem':111 'send':92 'side':31 'somehow':20 'still':39 'string':36 'tc':64 'test':118 'thank':5,122 'think':8 'true':41 'u16':16 'u32':75,77,83 'u32s':47 'u8':18 'way':60 'wlan0':68 'work':58"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6771888"
+editedAt: null
+createdAt: DateTimeImmutable @1706377550 {#2018
date: 2024-01-27 18:45:50.0 +01:00
}
+"title": 345132
}
]
-id: 33295
-titleTs: "'ask':4 'iproute2':7 'question':5 'tool':8"
-bodyTs: "'-12':154 '-8':151 '/)':44 '/?l=linux-netdev),':74 '2019':60 '4':148 '8':138 'advanc':38 'allow':108 'also':63 'answer':94 'ask':27 'bit':180 'bit-match':179 'busi':66 'byte':105,139 'chang':83 'chatgpt':130 'control':10,41 'curios':170 'document':123 'doesn':197 'error':162 'ethernet':113 'even':121 'examin':111,137 'expect':187 'fair':34 'filter':13,100 'find':92 'found':122 'frame':114 'function':199 'get':177 'give':159 'header':115 'howev':16,131 'idea':85 'illeg':163 'incred':65 'increment':146,158 'know':20 'lartc.org':43 'lartc.org/)':42 'last':56 'like':80,149,167 'linux':8,37,68 'linux-netdev':67 'list':51,71 'look':79 'm':89,190 'mail':50,70 'marc.info':73 'marc.info/?l=linux-netdev),':72 'match':164,181,183,196 'negat':104 'netdev':69 'nich':35 'offset':106,144 'particular':15 'place':24 'post':57 'question':6,30,53,87 'right':23 'rout':39 'say':46 'seem':101,166 'site':45 'sourc':82 'specif':5 'strict':81 'struggl':175 'suggest':194 'support':103 'tc':99 'thank':128 'think':119,203 'traffic':9,40,77 'tri':90 'u32':12,98,134 'use':133,143 'valu':135 've':173 'way':185,201 'wonder':191"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706380695
+visibility: "visible "
+apId: "https://lemmy.ca/post/14107888"
+editedAt: null
+createdAt: DateTimeImmutable @1706296195 {#1466
date: 2024-01-26 20:09:55.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1433
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Where-can-I-ask-questions-about-iproute2-tools"
+title: "Where can I ask questions about iproute2 tools?"
+url: null
+body: """
I have a very specific questions about Linux Traffic control and u32 filters in particular. However, I don’t know where the right place is to ask such a question as it’s fairly niche.\n
\n
The [Linux Advanced Routing & Traffic Control](https://lartc.org/) site says it has a mailing list for questions, but the last post was from 2019. There is also the incredibly busy [‘linux-netdev’ mailing list](https://marc.info/?l=linux-netdev), but, the traffic there looks like strictly source changes.\n
\n
Any ideas?\n
\n
**The question I’m trying to find an answer to is:** The u32 tc filter seems to support negative byte offsets which allows you to examine the Ethernet frame header (I don’t think I even found documentation on this, this is thanks to ChatGPT). However, when using u32 values to examine 8 bytes I can only use offsets in increments of 4 - like “at -8” or “at -12”, with any other increment giving me the error `Illegal “match”`.\n
\n
This seems like only a curiosity, but, I’ve been struggling to get my bit-matching to match the way I expect, and I’m wondering if this suggests that matching doesn’t function the way I think.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 26
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728989746 {#1766
date: 2024-10-15 12:55:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1744 …}
+votes: Doctrine\ORM\PersistentCollection {#1646 …}
+reports: Doctrine\ORM\PersistentCollection {#1640 …}
+favourites: Doctrine\ORM\PersistentCollection {#1589 …}
+notifications: Doctrine\ORM\PersistentCollection {#1590 …}
+badges: Doctrine\ORM\PersistentCollection {#1575 …}
+children: [
App\Entity\EntryComment {#2025
+user: App\Entity\User {#264 …}
+entry: App\Entity\Entry {#1433}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: """
I really appreciate this, thank you. I think I had confused myself by playing with ‘u16’ and ‘u8’ and somehow coming to the conclusion that they were matching the right side of a 32-bit string. (Which may still be true, but, I’m just masking u32s now).\n
\n
This is what I ended up with, which is working the way I’d expect:\n
\n
```\n
\n
<span style="color:#323232;">tc filter add dev wlan0 protocol ip parent 1: prio 1 u32 \n
</span><span style="color:#323232;">\tmatch u32 0x30d6 0x0000ffff at -16 \n
</span><span style="color:#323232;">\tmatch u32 0xc92d1905 0xffffffff at -12 flowid 1:20\n
</span>\n
```\n
\n
This sends Ethernet frames destined for 30:d6:c9:2d:19:05 to flow 1:20, and it doesn’t seem to match a second device I tested. So, all good! Thank you again.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706377550 {#2022
date: 2024-01-27 18:45:50.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@NotAnArdvark@lemmy.ca"
"@Corngood@lemmy.ml"
]
+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: 345132
-bodyTs: "'-12':87 '-16':81 '05':102 '0x0000ffff':79 '0x30d6':78 '0xc92d1905':84 '0xffffffff':85 '1':72,74,89,105 '19':101 '20':90,106 '2d':100 '30':97 '32':34 'add':66 'appreci':3 'bit':35 'c9':99 'come':21 'conclus':24 'confus':11 'd':62 'd6':98 'destin':95 'dev':67 'devic':116 'doesn':109 'end':53 'ethernet':93 'expect':63 'filter':65 'flow':104 'flowid':88 'frame':94 'good':121 'ip':70 'm':44 'mask':46 'match':28,76,82,113 'may':38 'parent':71 'play':14 'prio':73 'protocol':69 'realli':2 'right':30 'second':115 'seem':111 'send':92 'side':31 'somehow':20 'still':39 'string':36 'tc':64 'test':118 'thank':5,122 'think':8 'true':41 'u16':16 'u32':75,77,83 'u32s':47 'u8':18 'way':60 'wlan0':68 'work':58"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6771888"
+editedAt: null
+createdAt: DateTimeImmutable @1706377550 {#2018
date: 2024-01-27 18:45:50.0 +01:00
}
+"title": 345132
}
]
-id: 33295
-titleTs: "'ask':4 'iproute2':7 'question':5 'tool':8"
-bodyTs: "'-12':154 '-8':151 '/)':44 '/?l=linux-netdev),':74 '2019':60 '4':148 '8':138 'advanc':38 'allow':108 'also':63 'answer':94 'ask':27 'bit':180 'bit-match':179 'busi':66 'byte':105,139 'chang':83 'chatgpt':130 'control':10,41 'curios':170 'document':123 'doesn':197 'error':162 'ethernet':113 'even':121 'examin':111,137 'expect':187 'fair':34 'filter':13,100 'find':92 'found':122 'frame':114 'function':199 'get':177 'give':159 'header':115 'howev':16,131 'idea':85 'illeg':163 'incred':65 'increment':146,158 'know':20 'lartc.org':43 'lartc.org/)':42 'last':56 'like':80,149,167 'linux':8,37,68 'linux-netdev':67 'list':51,71 'look':79 'm':89,190 'mail':50,70 'marc.info':73 'marc.info/?l=linux-netdev),':72 'match':164,181,183,196 'negat':104 'netdev':69 'nich':35 'offset':106,144 'particular':15 'place':24 'post':57 'question':6,30,53,87 'right':23 'rout':39 'say':46 'seem':101,166 'site':45 'sourc':82 'specif':5 'strict':81 'struggl':175 'suggest':194 'support':103 'tc':99 'thank':128 'think':119,203 'traffic':9,40,77 'tri':90 'u32':12,98,134 'use':133,143 'valu':135 've':173 'way':185,201 'wonder':191"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706380695
+visibility: "visible "
+apId: "https://lemmy.ca/post/14107888"
+editedAt: null
+createdAt: DateTimeImmutable @1706296195 {#1466
date: 2024-01-26 20:09:55.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2025
+user: App\Entity\User {#264 …}
+entry: App\Entity\Entry {#1433
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Where-can-I-ask-questions-about-iproute2-tools"
+title: "Where can I ask questions about iproute2 tools?"
+url: null
+body: """
I have a very specific questions about Linux Traffic control and u32 filters in particular. However, I don’t know where the right place is to ask such a question as it’s fairly niche.\n
\n
The [Linux Advanced Routing & Traffic Control](https://lartc.org/) site says it has a mailing list for questions, but the last post was from 2019. There is also the incredibly busy [‘linux-netdev’ mailing list](https://marc.info/?l=linux-netdev), but, the traffic there looks like strictly source changes.\n
\n
Any ideas?\n
\n
**The question I’m trying to find an answer to is:** The u32 tc filter seems to support negative byte offsets which allows you to examine the Ethernet frame header (I don’t think I even found documentation on this, this is thanks to ChatGPT). However, when using u32 values to examine 8 bytes I can only use offsets in increments of 4 - like “at -8” or “at -12”, with any other increment giving me the error `Illegal “match”`.\n
\n
This seems like only a curiosity, but, I’ve been struggling to get my bit-matching to match the way I expect, and I’m wondering if this suggests that matching doesn’t function the way I think.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 26
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728989746 {#1766
date: 2024-10-15 12:55:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1744 …}
+votes: Doctrine\ORM\PersistentCollection {#1646 …}
+reports: Doctrine\ORM\PersistentCollection {#1640 …}
+favourites: Doctrine\ORM\PersistentCollection {#1589 …}
+notifications: Doctrine\ORM\PersistentCollection {#1590 …}
+badges: Doctrine\ORM\PersistentCollection {#1575 …}
+children: [
App\Entity\EntryComment {#2025}
]
-id: 33295
-titleTs: "'ask':4 'iproute2':7 'question':5 'tool':8"
-bodyTs: "'-12':154 '-8':151 '/)':44 '/?l=linux-netdev),':74 '2019':60 '4':148 '8':138 'advanc':38 'allow':108 'also':63 'answer':94 'ask':27 'bit':180 'bit-match':179 'busi':66 'byte':105,139 'chang':83 'chatgpt':130 'control':10,41 'curios':170 'document':123 'doesn':197 'error':162 'ethernet':113 'even':121 'examin':111,137 'expect':187 'fair':34 'filter':13,100 'find':92 'found':122 'frame':114 'function':199 'get':177 'give':159 'header':115 'howev':16,131 'idea':85 'illeg':163 'incred':65 'increment':146,158 'know':20 'lartc.org':43 'lartc.org/)':42 'last':56 'like':80,149,167 'linux':8,37,68 'linux-netdev':67 'list':51,71 'look':79 'm':89,190 'mail':50,70 'marc.info':73 'marc.info/?l=linux-netdev),':72 'match':164,181,183,196 'negat':104 'netdev':69 'nich':35 'offset':106,144 'particular':15 'place':24 'post':57 'question':6,30,53,87 'right':23 'rout':39 'say':46 'seem':101,166 'site':45 'sourc':82 'specif':5 'strict':81 'struggl':175 'suggest':194 'support':103 'tc':99 'thank':128 'think':119,203 'traffic':9,40,77 'tri':90 'u32':12,98,134 'use':133,143 'valu':135 've':173 'way':185,201 'wonder':191"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706380695
+visibility: "visible "
+apId: "https://lemmy.ca/post/14107888"
+editedAt: null
+createdAt: DateTimeImmutable @1706296195 {#1466
date: 2024-01-26 20:09:55.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: """
I really appreciate this, thank you. I think I had confused myself by playing with ‘u16’ and ‘u8’ and somehow coming to the conclusion that they were matching the right side of a 32-bit string. (Which may still be true, but, I’m just masking u32s now).\n
\n
This is what I ended up with, which is working the way I’d expect:\n
\n
```\n
\n
<span style="color:#323232;">tc filter add dev wlan0 protocol ip parent 1: prio 1 u32 \n
</span><span style="color:#323232;">\tmatch u32 0x30d6 0x0000ffff at -16 \n
</span><span style="color:#323232;">\tmatch u32 0xc92d1905 0xffffffff at -12 flowid 1:20\n
</span>\n
```\n
\n
This sends Ethernet frames destined for 30:d6:c9:2d:19:05 to flow 1:20, and it doesn’t seem to match a second device I tested. So, all good! Thank you again.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706377550 {#2022
date: 2024-01-27 18:45:50.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@NotAnArdvark@lemmy.ca"
"@Corngood@lemmy.ml"
]
+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: 345132
-bodyTs: "'-12':87 '-16':81 '05':102 '0x0000ffff':79 '0x30d6':78 '0xc92d1905':84 '0xffffffff':85 '1':72,74,89,105 '19':101 '20':90,106 '2d':100 '30':97 '32':34 'add':66 'appreci':3 'bit':35 'c9':99 'come':21 'conclus':24 'confus':11 'd':62 'd6':98 'destin':95 'dev':67 'devic':116 'doesn':109 'end':53 'ethernet':93 'expect':63 'filter':65 'flow':104 'flowid':88 'frame':94 'good':121 'ip':70 'm':44 'mask':46 'match':28,76,82,113 'may':38 'parent':71 'play':14 'prio':73 'protocol':69 'realli':2 'right':30 'second':115 'seem':111 'send':92 'side':31 'somehow':20 'still':39 'string':36 'tc':64 'test':118 'thank':5,122 'think':8 'true':41 'u16':16 'u32':75,77,83 'u32s':47 'u8':18 'way':60 'wlan0':68 'work':58"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6771888"
+editedAt: null
+createdAt: DateTimeImmutable @1706377550 {#2018
date: 2024-01-27 18:45:50.0 +01:00
}
+"title": 345132
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#2025
+user: App\Entity\User {#264 …}
+entry: App\Entity\Entry {#1433
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Where-can-I-ask-questions-about-iproute2-tools"
+title: "Where can I ask questions about iproute2 tools?"
+url: null
+body: """
I have a very specific questions about Linux Traffic control and u32 filters in particular. However, I don’t know where the right place is to ask such a question as it’s fairly niche.\n
\n
The [Linux Advanced Routing & Traffic Control](https://lartc.org/) site says it has a mailing list for questions, but the last post was from 2019. There is also the incredibly busy [‘linux-netdev’ mailing list](https://marc.info/?l=linux-netdev), but, the traffic there looks like strictly source changes.\n
\n
Any ideas?\n
\n
**The question I’m trying to find an answer to is:** The u32 tc filter seems to support negative byte offsets which allows you to examine the Ethernet frame header (I don’t think I even found documentation on this, this is thanks to ChatGPT). However, when using u32 values to examine 8 bytes I can only use offsets in increments of 4 - like “at -8” or “at -12”, with any other increment giving me the error `Illegal “match”`.\n
\n
This seems like only a curiosity, but, I’ve been struggling to get my bit-matching to match the way I expect, and I’m wondering if this suggests that matching doesn’t function the way I think.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 26
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728989746 {#1766
date: 2024-10-15 12:55:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1744 …}
+votes: Doctrine\ORM\PersistentCollection {#1646 …}
+reports: Doctrine\ORM\PersistentCollection {#1640 …}
+favourites: Doctrine\ORM\PersistentCollection {#1589 …}
+notifications: Doctrine\ORM\PersistentCollection {#1590 …}
+badges: Doctrine\ORM\PersistentCollection {#1575 …}
+children: [
App\Entity\EntryComment {#2025}
]
-id: 33295
-titleTs: "'ask':4 'iproute2':7 'question':5 'tool':8"
-bodyTs: "'-12':154 '-8':151 '/)':44 '/?l=linux-netdev),':74 '2019':60 '4':148 '8':138 'advanc':38 'allow':108 'also':63 'answer':94 'ask':27 'bit':180 'bit-match':179 'busi':66 'byte':105,139 'chang':83 'chatgpt':130 'control':10,41 'curios':170 'document':123 'doesn':197 'error':162 'ethernet':113 'even':121 'examin':111,137 'expect':187 'fair':34 'filter':13,100 'find':92 'found':122 'frame':114 'function':199 'get':177 'give':159 'header':115 'howev':16,131 'idea':85 'illeg':163 'incred':65 'increment':146,158 'know':20 'lartc.org':43 'lartc.org/)':42 'last':56 'like':80,149,167 'linux':8,37,68 'linux-netdev':67 'list':51,71 'look':79 'm':89,190 'mail':50,70 'marc.info':73 'marc.info/?l=linux-netdev),':72 'match':164,181,183,196 'negat':104 'netdev':69 'nich':35 'offset':106,144 'particular':15 'place':24 'post':57 'question':6,30,53,87 'right':23 'rout':39 'say':46 'seem':101,166 'site':45 'sourc':82 'specif':5 'strict':81 'struggl':175 'suggest':194 'support':103 'tc':99 'thank':128 'think':119,203 'traffic':9,40,77 'tri':90 'u32':12,98,134 'use':133,143 'valu':135 've':173 'way':185,201 'wonder':191"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706380695
+visibility: "visible "
+apId: "https://lemmy.ca/post/14107888"
+editedAt: null
+createdAt: DateTimeImmutable @1706296195 {#1466
date: 2024-01-26 20:09:55.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: """
I really appreciate this, thank you. I think I had confused myself by playing with ‘u16’ and ‘u8’ and somehow coming to the conclusion that they were matching the right side of a 32-bit string. (Which may still be true, but, I’m just masking u32s now).\n
\n
This is what I ended up with, which is working the way I’d expect:\n
\n
```\n
\n
<span style="color:#323232;">tc filter add dev wlan0 protocol ip parent 1: prio 1 u32 \n
</span><span style="color:#323232;">\tmatch u32 0x30d6 0x0000ffff at -16 \n
</span><span style="color:#323232;">\tmatch u32 0xc92d1905 0xffffffff at -12 flowid 1:20\n
</span>\n
```\n
\n
This sends Ethernet frames destined for 30:d6:c9:2d:19:05 to flow 1:20, and it doesn’t seem to match a second device I tested. So, all good! Thank you again.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706377550 {#2022
date: 2024-01-27 18:45:50.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@NotAnArdvark@lemmy.ca"
"@Corngood@lemmy.ml"
]
+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: 345132
-bodyTs: "'-12':87 '-16':81 '05':102 '0x0000ffff':79 '0x30d6':78 '0xc92d1905':84 '0xffffffff':85 '1':72,74,89,105 '19':101 '20':90,106 '2d':100 '30':97 '32':34 'add':66 'appreci':3 'bit':35 'c9':99 'come':21 'conclus':24 'confus':11 'd':62 'd6':98 'destin':95 'dev':67 'devic':116 'doesn':109 'end':53 'ethernet':93 'expect':63 'filter':65 'flow':104 'flowid':88 'frame':94 'good':121 'ip':70 'm':44 'mask':46 'match':28,76,82,113 'may':38 'parent':71 'play':14 'prio':73 'protocol':69 'realli':2 'right':30 'second':115 'seem':111 'send':92 'side':31 'somehow':20 'still':39 'string':36 'tc':64 'test':118 'thank':5,122 'think':8 'true':41 'u16':16 'u32':75,77,83 'u32s':47 'u8':18 'way':60 'wlan0':68 'work':58"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6771888"
+editedAt: null
+createdAt: DateTimeImmutable @1706377550 {#2018
date: 2024-01-27 18:45:50.0 +01:00
}
+"title": 345132
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2025
+user: App\Entity\User {#264 …}
+entry: App\Entity\Entry {#1433
+user: App\Entity\User {#264 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Where-can-I-ask-questions-about-iproute2-tools"
+title: "Where can I ask questions about iproute2 tools?"
+url: null
+body: """
I have a very specific questions about Linux Traffic control and u32 filters in particular. However, I don’t know where the right place is to ask such a question as it’s fairly niche.\n
\n
The [Linux Advanced Routing & Traffic Control](https://lartc.org/) site says it has a mailing list for questions, but the last post was from 2019. There is also the incredibly busy [‘linux-netdev’ mailing list](https://marc.info/?l=linux-netdev), but, the traffic there looks like strictly source changes.\n
\n
Any ideas?\n
\n
**The question I’m trying to find an answer to is:** The u32 tc filter seems to support negative byte offsets which allows you to examine the Ethernet frame header (I don’t think I even found documentation on this, this is thanks to ChatGPT). However, when using u32 values to examine 8 bytes I can only use offsets in increments of 4 - like “at -8” or “at -12”, with any other increment giving me the error `Illegal “match”`.\n
\n
This seems like only a curiosity, but, I’ve been struggling to get my bit-matching to match the way I expect, and I’m wondering if this suggests that matching doesn’t function the way I think.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 26
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728989746 {#1766
date: 2024-10-15 12:55:46.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1744 …}
+votes: Doctrine\ORM\PersistentCollection {#1646 …}
+reports: Doctrine\ORM\PersistentCollection {#1640 …}
+favourites: Doctrine\ORM\PersistentCollection {#1589 …}
+notifications: Doctrine\ORM\PersistentCollection {#1590 …}
+badges: Doctrine\ORM\PersistentCollection {#1575 …}
+children: [
App\Entity\EntryComment {#2025}
]
-id: 33295
-titleTs: "'ask':4 'iproute2':7 'question':5 'tool':8"
-bodyTs: "'-12':154 '-8':151 '/)':44 '/?l=linux-netdev),':74 '2019':60 '4':148 '8':138 'advanc':38 'allow':108 'also':63 'answer':94 'ask':27 'bit':180 'bit-match':179 'busi':66 'byte':105,139 'chang':83 'chatgpt':130 'control':10,41 'curios':170 'document':123 'doesn':197 'error':162 'ethernet':113 'even':121 'examin':111,137 'expect':187 'fair':34 'filter':13,100 'find':92 'found':122 'frame':114 'function':199 'get':177 'give':159 'header':115 'howev':16,131 'idea':85 'illeg':163 'incred':65 'increment':146,158 'know':20 'lartc.org':43 'lartc.org/)':42 'last':56 'like':80,149,167 'linux':8,37,68 'linux-netdev':67 'list':51,71 'look':79 'm':89,190 'mail':50,70 'marc.info':73 'marc.info/?l=linux-netdev),':72 'match':164,181,183,196 'negat':104 'netdev':69 'nich':35 'offset':106,144 'particular':15 'place':24 'post':57 'question':6,30,53,87 'right':23 'rout':39 'say':46 'seem':101,166 'site':45 'sourc':82 'specif':5 'strict':81 'struggl':175 'suggest':194 'support':103 'tc':99 'thank':128 'think':119,203 'traffic':9,40,77 'tri':90 'u32':12,98,134 'use':133,143 'valu':135 've':173 'way':185,201 'wonder':191"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706380695
+visibility: "visible "
+apId: "https://lemmy.ca/post/14107888"
+editedAt: null
+createdAt: DateTimeImmutable @1706296195 {#1466
date: 2024-01-26 20:09:55.0 +01:00
}
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2011 …}
+body: """
I really appreciate this, thank you. I think I had confused myself by playing with ‘u16’ and ‘u8’ and somehow coming to the conclusion that they were matching the right side of a 32-bit string. (Which may still be true, but, I’m just masking u32s now).\n
\n
This is what I ended up with, which is working the way I’d expect:\n
\n
```\n
\n
<span style="color:#323232;">tc filter add dev wlan0 protocol ip parent 1: prio 1 u32 \n
</span><span style="color:#323232;">\tmatch u32 0x30d6 0x0000ffff at -16 \n
</span><span style="color:#323232;">\tmatch u32 0xc92d1905 0xffffffff at -12 flowid 1:20\n
</span>\n
```\n
\n
This sends Ethernet frames destined for 30:d6:c9:2d:19:05 to flow 1:20, and it doesn’t seem to match a second device I tested. So, all good! Thank you again.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1706377550 {#2022
date: 2024-01-27 18:45:50.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@NotAnArdvark@lemmy.ca"
"@Corngood@lemmy.ml"
]
+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: 345132
-bodyTs: "'-12':87 '-16':81 '05':102 '0x0000ffff':79 '0x30d6':78 '0xc92d1905':84 '0xffffffff':85 '1':72,74,89,105 '19':101 '20':90,106 '2d':100 '30':97 '32':34 'add':66 'appreci':3 'bit':35 'c9':99 'come':21 'conclus':24 'confus':11 'd':62 'd6':98 'destin':95 'dev':67 'devic':116 'doesn':109 'end':53 'ethernet':93 'expect':63 'filter':65 'flow':104 'flowid':88 'frame':94 'good':121 'ip':70 'm':44 'mask':46 'match':28,76,82,113 'may':38 'parent':71 'play':14 'prio':73 'protocol':69 'realli':2 'right':30 'second':115 'seem':111 'send':92 'side':31 'somehow':20 'still':39 'string':36 'tc':64 'test':118 'thank':5,122 'think':8 'true':41 'u16':16 'u32':75,77,83 'u32s':47 'u8':18 'way':60 'wlan0':68 'work':58"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6771888"
+editedAt: null
+createdAt: DateTimeImmutable @1706377550 {#2018
date: 2024-01-27 18:45:50.0 +01:00
}
+"title": 345132
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2083
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2255 …}
+votes: Doctrine\ORM\PersistentCollection {#2150 …}
+reports: Doctrine\ORM\PersistentCollection {#2179 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#1994 …}
+badges: Doctrine\ORM\PersistentCollection {#2007 …}
+children: [
App\Entity\EntryComment {#1385
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Here’s a little script I’ve put in my $PATH, called `memsum`:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;">#!/usr/bin/bash\n
</span><span style="color:#323232;">/usr/bin/ps -eo rss,command --sort -rss </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">egrep $1 </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">awk </span><span style="color:#183691;">'{ hr=$1/1024 ; sum +=hr} END {print sum}'\n
</span>\n
```\n
\n
Now you can go: `memsum firefox` or `memsum whatever` and see that, actually, apps use a ridiculous amount of memory these days.\n
\n
I can get Firefox up to 8GB by using things like Office 365.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1705573058 {#1402
date: 2024-01-18 11:17:38.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
2 => "a71d5d"
6 => "183691"
]
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 232286
-bodyTs: "'/usr/bin/bash':14 '/usr/bin/ps':15 '1':22 '1/1024':25 '365':65 '8gb':59 'actual':43 'amount':48 'app':44 'awk':23 'call':12 'command':18 'day':52 'egrep':21 'end':28 'eo':16 'firefox':36,56 'get':55 'go':34 'hr':24,27 'like':63 'littl':4 'memori':50 'memsum':13,35,38 'offic':64 'path':11 'print':29 'put':8 'ridicul':47 'rss':17,20 'script':5 'see':41 'sort':19 'sum':26,30 'thing':62 'use':45,61 've':7 'whatev':39"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5747870"
+editedAt: null
+createdAt: DateTimeImmutable @1702919518 {#1405
date: 2023-12-18 18:11:58.0 +01:00
}
+"title": 232286
}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2206
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2083
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2255 …}
+votes: Doctrine\ORM\PersistentCollection {#2150 …}
+reports: Doctrine\ORM\PersistentCollection {#2179 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#1994 …}
+badges: Doctrine\ORM\PersistentCollection {#2007 …}
+children: [
App\Entity\EntryComment {#1385
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Here’s a little script I’ve put in my $PATH, called `memsum`:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;">#!/usr/bin/bash\n
</span><span style="color:#323232;">/usr/bin/ps -eo rss,command --sort -rss </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">egrep $1 </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">awk </span><span style="color:#183691;">'{ hr=$1/1024 ; sum +=hr} END {print sum}'\n
</span>\n
```\n
\n
Now you can go: `memsum firefox` or `memsum whatever` and see that, actually, apps use a ridiculous amount of memory these days.\n
\n
I can get Firefox up to 8GB by using things like Office 365.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1705573058 {#1402
date: 2024-01-18 11:17:38.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
2 => "a71d5d"
6 => "183691"
]
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 232286
-bodyTs: "'/usr/bin/bash':14 '/usr/bin/ps':15 '1':22 '1/1024':25 '365':65 '8gb':59 'actual':43 'amount':48 'app':44 'awk':23 'call':12 'command':18 'day':52 'egrep':21 'end':28 'eo':16 'firefox':36,56 'get':55 'go':34 'hr':24,27 'like':63 'littl':4 'memori':50 'memsum':13,35,38 'offic':64 'path':11 'print':29 'put':8 'ridicul':47 'rss':17,20 'script':5 'see':41 'sort':19 'sum':26,30 'thing':62 'use':45,61 've':7 'whatev':39"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5747870"
+editedAt: null
+createdAt: DateTimeImmutable @1702919518 {#1405
date: 2023-12-18 18:11:58.0 +01:00
}
+"title": 232286
}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2206
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2083
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2255 …}
+votes: Doctrine\ORM\PersistentCollection {#2150 …}
+reports: Doctrine\ORM\PersistentCollection {#2179 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#1994 …}
+badges: Doctrine\ORM\PersistentCollection {#2007 …}
+children: [
App\Entity\EntryComment {#1385
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Here’s a little script I’ve put in my $PATH, called `memsum`:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;">#!/usr/bin/bash\n
</span><span style="color:#323232;">/usr/bin/ps -eo rss,command --sort -rss </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">egrep $1 </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">awk </span><span style="color:#183691;">'{ hr=$1/1024 ; sum +=hr} END {print sum}'\n
</span>\n
```\n
\n
Now you can go: `memsum firefox` or `memsum whatever` and see that, actually, apps use a ridiculous amount of memory these days.\n
\n
I can get Firefox up to 8GB by using things like Office 365.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1705573058 {#1402
date: 2024-01-18 11:17:38.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
2 => "a71d5d"
6 => "183691"
]
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 232286
-bodyTs: "'/usr/bin/bash':14 '/usr/bin/ps':15 '1':22 '1/1024':25 '365':65 '8gb':59 'actual':43 'amount':48 'app':44 'awk':23 'call':12 'command':18 'day':52 'egrep':21 'end':28 'eo':16 'firefox':36,56 'get':55 'go':34 'hr':24,27 'like':63 'littl':4 'memori':50 'memsum':13,35,38 'offic':64 'path':11 'print':29 'put':8 'ridicul':47 'rss':17,20 'script':5 'see':41 'sort':19 'sum':26,30 'thing':62 'use':45,61 've':7 'whatev':39"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5747870"
+editedAt: null
+createdAt: DateTimeImmutable @1702919518 {#1405
date: 2023-12-18 18:11:58.0 +01:00
}
+"title": 232286
}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2206
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1385
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2083
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2255 …}
+votes: Doctrine\ORM\PersistentCollection {#2150 …}
+reports: Doctrine\ORM\PersistentCollection {#2179 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#1994 …}
+badges: Doctrine\ORM\PersistentCollection {#2007 …}
+children: [
App\Entity\EntryComment {#1385}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2206
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Here’s a little script I’ve put in my $PATH, called `memsum`:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;">#!/usr/bin/bash\n
</span><span style="color:#323232;">/usr/bin/ps -eo rss,command --sort -rss </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">egrep $1 </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">awk </span><span style="color:#183691;">'{ hr=$1/1024 ; sum +=hr} END {print sum}'\n
</span>\n
```\n
\n
Now you can go: `memsum firefox` or `memsum whatever` and see that, actually, apps use a ridiculous amount of memory these days.\n
\n
I can get Firefox up to 8GB by using things like Office 365.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1705573058 {#1402
date: 2024-01-18 11:17:38.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
2 => "a71d5d"
6 => "183691"
]
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 232286
-bodyTs: "'/usr/bin/bash':14 '/usr/bin/ps':15 '1':22 '1/1024':25 '365':65 '8gb':59 'actual':43 'amount':48 'app':44 'awk':23 'call':12 'command':18 'day':52 'egrep':21 'end':28 'eo':16 'firefox':36,56 'get':55 'go':34 'hr':24,27 'like':63 'littl':4 'memori':50 'memsum':13,35,38 'offic':64 'path':11 'print':29 'put':8 'ridicul':47 'rss':17,20 'script':5 'see':41 'sort':19 'sum':26,30 'thing':62 'use':45,61 've':7 'whatev':39"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5747870"
+editedAt: null
+createdAt: DateTimeImmutable @1702919518 {#1405
date: 2023-12-18 18:11:58.0 +01:00
}
+"title": 232286
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\EntryComment {#1385
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2083
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2255 …}
+votes: Doctrine\ORM\PersistentCollection {#2150 …}
+reports: Doctrine\ORM\PersistentCollection {#2179 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#1994 …}
+badges: Doctrine\ORM\PersistentCollection {#2007 …}
+children: [
App\Entity\EntryComment {#1385}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2206
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Here’s a little script I’ve put in my $PATH, called `memsum`:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;">#!/usr/bin/bash\n
</span><span style="color:#323232;">/usr/bin/ps -eo rss,command --sort -rss </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">egrep $1 </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">awk </span><span style="color:#183691;">'{ hr=$1/1024 ; sum +=hr} END {print sum}'\n
</span>\n
```\n
\n
Now you can go: `memsum firefox` or `memsum whatever` and see that, actually, apps use a ridiculous amount of memory these days.\n
\n
I can get Firefox up to 8GB by using things like Office 365.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1705573058 {#1402
date: 2024-01-18 11:17:38.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
2 => "a71d5d"
6 => "183691"
]
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 232286
-bodyTs: "'/usr/bin/bash':14 '/usr/bin/ps':15 '1':22 '1/1024':25 '365':65 '8gb':59 'actual':43 'amount':48 'app':44 'awk':23 'call':12 'command':18 'day':52 'egrep':21 'end':28 'eo':16 'firefox':36,56 'get':55 'go':34 'hr':24,27 'like':63 'littl':4 'memori':50 'memsum':13,35,38 'offic':64 'path':11 'print':29 'put':8 'ridicul':47 'rss':17,20 'script':5 'see':41 'sort':19 'sum':26,30 'thing':62 'use':45,61 've':7 'whatev':39"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5747870"
+editedAt: null
+createdAt: DateTimeImmutable @1702919518 {#1405
date: 2023-12-18 18:11:58.0 +01:00
}
+"title": 232286
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1385
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1382
+user: Proxies\__CG__\App\Entity\User {#2302 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "As-a-normal-boring-user-that-does-nothing-special-other"
+title: "As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?"
+url: null
+body: "Title. Besides setting tmpfs to use 10GiB of it to store downloads."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 100
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702984444 {#2083
date: 2023-12-19 12:14:04.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2255 …}
+votes: Doctrine\ORM\PersistentCollection {#2150 …}
+reports: Doctrine\ORM\PersistentCollection {#2179 …}
+favourites: Doctrine\ORM\PersistentCollection {#2184 …}
+notifications: Doctrine\ORM\PersistentCollection {#1994 …}
+badges: Doctrine\ORM\PersistentCollection {#2007 …}
+children: [
App\Entity\EntryComment {#1385}
]
-id: 22876
-titleTs: "'32gib':27 'bore':4 'brows':12 'casual':18 'code':19 'internet':14 'normal':3 'noth':8 'occasion':17 'ram':29 'special':9 'suppos':23 'user':5"
-bodyTs: "'10gib':7 'besid':2 'download':12 'set':3 'store':11 'titl':1 'tmpfs':4 'use':6"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1702921498
+visibility: "visible "
+apId: "https://lemmy.world/post/9680007"
+editedAt: null
+createdAt: DateTimeImmutable @1702835098 {#2206
date: 2023-12-17 18:44:58.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Here’s a little script I’ve put in my $PATH, called `memsum`:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;">#!/usr/bin/bash\n
</span><span style="color:#323232;">/usr/bin/ps -eo rss,command --sort -rss </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">egrep $1 </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">awk </span><span style="color:#183691;">'{ hr=$1/1024 ; sum +=hr} END {print sum}'\n
</span>\n
```\n
\n
Now you can go: `memsum firefox` or `memsum whatever` and see that, actually, apps use a ridiculous amount of memory these days.\n
\n
I can get Firefox up to 8GB by using things like Office 365.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 10
+score: 0
+lastActive: DateTime @1705573058 {#1402
date: 2024-01-18 11:17:38.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
2 => "a71d5d"
6 => "183691"
]
+mentions: [
"@GustavoM@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1401 …}
+nested: Doctrine\ORM\PersistentCollection {#1363 …}
+votes: Doctrine\ORM\PersistentCollection {#1362 …}
+reports: Doctrine\ORM\PersistentCollection {#2019 …}
+favourites: Doctrine\ORM\PersistentCollection {#2030 …}
+notifications: Doctrine\ORM\PersistentCollection {#2026 …}
-id: 232286
-bodyTs: "'/usr/bin/bash':14 '/usr/bin/ps':15 '1':22 '1/1024':25 '365':65 '8gb':59 'actual':43 'amount':48 'app':44 'awk':23 'call':12 'command':18 'day':52 'egrep':21 'end':28 'eo':16 'firefox':36,56 'get':55 'go':34 'hr':24,27 'like':63 'littl':4 'memori':50 'memsum':13,35,38 'offic':64 'path':11 'print':29 'put':8 'ridicul':47 'rss':17,20 'script':5 'see':41 'sort':19 'sum':26,30 'thing':62 'use':45,61 've':7 'whatev':39"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5747870"
+editedAt: null
+createdAt: DateTimeImmutable @1702919518 {#1405
date: 2023-12-18 18:11:58.0 +01:00
}
+"title": 232286
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2460
+user: Proxies\__CG__\App\Entity\User {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: Proxies\__CG__\App\Entity\Image {#2508 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2507 …}
+slug: "Best-practices-in-mounting-NAS-shares"
+title: "Best practices in mounting NAS shares?"
+url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
+body: """
What are some best practices in mounting NAS shares that you all follow?\n
\n
Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
\n
I’ve read to use the mnt directory or the media directory but opinions differ.\n
\n
My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
\n
Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
\n
Would love to hear everyone’s philosophy! Thanks!
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 34
+favouriteCount: 94
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702018627 {#1351
date: 2023-12-08 07:57:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2506 …}
+votes: Doctrine\ORM\PersistentCollection {#2513 …}
+reports: Doctrine\ORM\PersistentCollection {#2509 …}
+favourites: Doctrine\ORM\PersistentCollection {#2512 …}
+notifications: Doctrine\ORM\PersistentCollection {#2515 …}
+badges: Doctrine\ORM\PersistentCollection {#2517 …}
+children: [
1 => App\Entity\EntryComment {#2456
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
+body: "I’ve found that Dolphin, at least, is much slower with network mounts than a CLI-based “mount”."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701199415 {#2458
date: 2023-11-28 20:23:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@0x4E4F@infosec.pub"
"@Molecular0079@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1708 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 174549
-bodyTs: "'base':18 'cli':17 'cli-bas':16 'dolphin':5 'found':3 'least':7 'mount':13,19 'much':9 'network':12 'slower':10 've':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5247560"
+editedAt: null
+createdAt: DateTimeImmutable @1701199415 {#2461
date: 2023-11-28 20:23:35.0 +01:00
}
+"title": 174549
}
0 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+body: """
Agreed on the latency issues. I tested SMB and NFS once and found them to be pretty much the same in that regard.\n
\n
I’m interested to test iSCSI, as for some reason I think it might be better designed for latency.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701206937 {#2380
date: 2023-11-28 22:28:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@tkf@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 174949
-bodyTs: "'agre':1 'better':39 'design':40 'found':13 'interest':26 'iscsi':29 'issu':5 'latenc':4,42 'm':25 'might':37 'much':18 'nfs':10 'pretti':17 'reason':33 'regard':23 'smb':8 'test':7,28 'think':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250356"
+editedAt: null
+createdAt: DateTimeImmutable @1701206937 {#2372
date: 2023-11-28 22:28:57.0 +01:00
}
+"title": 174949
}
]
-id: 17864
-titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
-bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701271873
+visibility: "visible "
+apId: "https://lemmy.world/post/8875861"
+editedAt: DateTimeImmutable @1701989072 {#2376
date: 2023-12-07 23:44:32.0 +01:00
}
+createdAt: DateTimeImmutable @1701185473 {#2015
date: 2023-11-28 16:31:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2460
+user: Proxies\__CG__\App\Entity\User {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: Proxies\__CG__\App\Entity\Image {#2508 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2507 …}
+slug: "Best-practices-in-mounting-NAS-shares"
+title: "Best practices in mounting NAS shares?"
+url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
+body: """
What are some best practices in mounting NAS shares that you all follow?\n
\n
Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
\n
I’ve read to use the mnt directory or the media directory but opinions differ.\n
\n
My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
\n
Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
\n
Would love to hear everyone’s philosophy! Thanks!
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 34
+favouriteCount: 94
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702018627 {#1351
date: 2023-12-08 07:57:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2506 …}
+votes: Doctrine\ORM\PersistentCollection {#2513 …}
+reports: Doctrine\ORM\PersistentCollection {#2509 …}
+favourites: Doctrine\ORM\PersistentCollection {#2512 …}
+notifications: Doctrine\ORM\PersistentCollection {#2515 …}
+badges: Doctrine\ORM\PersistentCollection {#2517 …}
+children: [
1 => App\Entity\EntryComment {#2456
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
+body: "I’ve found that Dolphin, at least, is much slower with network mounts than a CLI-based “mount”."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701199415 {#2458
date: 2023-11-28 20:23:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@0x4E4F@infosec.pub"
"@Molecular0079@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1708 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 174549
-bodyTs: "'base':18 'cli':17 'cli-bas':16 'dolphin':5 'found':3 'least':7 'mount':13,19 'much':9 'network':12 'slower':10 've':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5247560"
+editedAt: null
+createdAt: DateTimeImmutable @1701199415 {#2461
date: 2023-11-28 20:23:35.0 +01:00
}
+"title": 174549
}
0 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+body: """
Agreed on the latency issues. I tested SMB and NFS once and found them to be pretty much the same in that regard.\n
\n
I’m interested to test iSCSI, as for some reason I think it might be better designed for latency.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701206937 {#2380
date: 2023-11-28 22:28:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@tkf@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 174949
-bodyTs: "'agre':1 'better':39 'design':40 'found':13 'interest':26 'iscsi':29 'issu':5 'latenc':4,42 'm':25 'might':37 'much':18 'nfs':10 'pretti':17 'reason':33 'regard':23 'smb':8 'test':7,28 'think':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250356"
+editedAt: null
+createdAt: DateTimeImmutable @1701206937 {#2372
date: 2023-11-28 22:28:57.0 +01:00
}
+"title": 174949
}
]
-id: 17864
-titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
-bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701271873
+visibility: "visible "
+apId: "https://lemmy.world/post/8875861"
+editedAt: DateTimeImmutable @1701989072 {#2376
date: 2023-12-07 23:44:32.0 +01:00
}
+createdAt: DateTimeImmutable @1701185473 {#2015
date: 2023-11-28 16:31:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2460
+user: Proxies\__CG__\App\Entity\User {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: Proxies\__CG__\App\Entity\Image {#2508 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2507 …}
+slug: "Best-practices-in-mounting-NAS-shares"
+title: "Best practices in mounting NAS shares?"
+url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
+body: """
What are some best practices in mounting NAS shares that you all follow?\n
\n
Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
\n
I’ve read to use the mnt directory or the media directory but opinions differ.\n
\n
My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
\n
Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
\n
Would love to hear everyone’s philosophy! Thanks!
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 34
+favouriteCount: 94
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702018627 {#1351
date: 2023-12-08 07:57:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2506 …}
+votes: Doctrine\ORM\PersistentCollection {#2513 …}
+reports: Doctrine\ORM\PersistentCollection {#2509 …}
+favourites: Doctrine\ORM\PersistentCollection {#2512 …}
+notifications: Doctrine\ORM\PersistentCollection {#2515 …}
+badges: Doctrine\ORM\PersistentCollection {#2517 …}
+children: [
1 => App\Entity\EntryComment {#2456
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
+body: "I’ve found that Dolphin, at least, is much slower with network mounts than a CLI-based “mount”."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701199415 {#2458
date: 2023-11-28 20:23:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@0x4E4F@infosec.pub"
"@Molecular0079@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1708 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 174549
-bodyTs: "'base':18 'cli':17 'cli-bas':16 'dolphin':5 'found':3 'least':7 'mount':13,19 'much':9 'network':12 'slower':10 've':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5247560"
+editedAt: null
+createdAt: DateTimeImmutable @1701199415 {#2461
date: 2023-11-28 20:23:35.0 +01:00
}
+"title": 174549
}
0 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+body: """
Agreed on the latency issues. I tested SMB and NFS once and found them to be pretty much the same in that regard.\n
\n
I’m interested to test iSCSI, as for some reason I think it might be better designed for latency.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701206937 {#2380
date: 2023-11-28 22:28:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@tkf@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 174949
-bodyTs: "'agre':1 'better':39 'design':40 'found':13 'interest':26 'iscsi':29 'issu':5 'latenc':4,42 'm':25 'might':37 'much':18 'nfs':10 'pretti':17 'reason':33 'regard':23 'smb':8 'test':7,28 'think':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250356"
+editedAt: null
+createdAt: DateTimeImmutable @1701206937 {#2372
date: 2023-11-28 22:28:57.0 +01:00
}
+"title": 174949
}
]
-id: 17864
-titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
-bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701271873
+visibility: "visible "
+apId: "https://lemmy.world/post/8875861"
+editedAt: DateTimeImmutable @1701989072 {#2376
date: 2023-12-07 23:44:32.0 +01:00
}
+createdAt: DateTimeImmutable @1701185473 {#2015
date: 2023-11-28 16:31:13.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2456
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460
+user: Proxies\__CG__\App\Entity\User {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: Proxies\__CG__\App\Entity\Image {#2508 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2507 …}
+slug: "Best-practices-in-mounting-NAS-shares"
+title: "Best practices in mounting NAS shares?"
+url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
+body: """
What are some best practices in mounting NAS shares that you all follow?\n
\n
Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
\n
I’ve read to use the mnt directory or the media directory but opinions differ.\n
\n
My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
\n
Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
\n
Would love to hear everyone’s philosophy! Thanks!
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 34
+favouriteCount: 94
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702018627 {#1351
date: 2023-12-08 07:57:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2506 …}
+votes: Doctrine\ORM\PersistentCollection {#2513 …}
+reports: Doctrine\ORM\PersistentCollection {#2509 …}
+favourites: Doctrine\ORM\PersistentCollection {#2512 …}
+notifications: Doctrine\ORM\PersistentCollection {#2515 …}
+badges: Doctrine\ORM\PersistentCollection {#2517 …}
+children: [
1 => App\Entity\EntryComment {#2456}
0 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+body: """
Agreed on the latency issues. I tested SMB and NFS once and found them to be pretty much the same in that regard.\n
\n
I’m interested to test iSCSI, as for some reason I think it might be better designed for latency.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701206937 {#2380
date: 2023-11-28 22:28:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@tkf@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 174949
-bodyTs: "'agre':1 'better':39 'design':40 'found':13 'interest':26 'iscsi':29 'issu':5 'latenc':4,42 'm':25 'might':37 'much':18 'nfs':10 'pretti':17 'reason':33 'regard':23 'smb':8 'test':7,28 'think':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250356"
+editedAt: null
+createdAt: DateTimeImmutable @1701206937 {#2372
date: 2023-11-28 22:28:57.0 +01:00
}
+"title": 174949
}
]
-id: 17864
-titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
-bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701271873
+visibility: "visible "
+apId: "https://lemmy.world/post/8875861"
+editedAt: DateTimeImmutable @1701989072 {#2376
date: 2023-12-07 23:44:32.0 +01:00
}
+createdAt: DateTimeImmutable @1701185473 {#2015
date: 2023-11-28 16:31:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
+body: "I’ve found that Dolphin, at least, is much slower with network mounts than a CLI-based “mount”."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701199415 {#2458
date: 2023-11-28 20:23:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@0x4E4F@infosec.pub"
"@Molecular0079@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1708 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 174549
-bodyTs: "'base':18 'cli':17 'cli-bas':16 'dolphin':5 'found':3 'least':7 'mount':13,19 'much':9 'network':12 'slower':10 've':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5247560"
+editedAt: null
+createdAt: DateTimeImmutable @1701199415 {#2461
date: 2023-11-28 20:23:35.0 +01:00
}
+"title": 174549
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\EntryComment {#2456
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460
+user: Proxies\__CG__\App\Entity\User {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: Proxies\__CG__\App\Entity\Image {#2508 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2507 …}
+slug: "Best-practices-in-mounting-NAS-shares"
+title: "Best practices in mounting NAS shares?"
+url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
+body: """
What are some best practices in mounting NAS shares that you all follow?\n
\n
Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
\n
I’ve read to use the mnt directory or the media directory but opinions differ.\n
\n
My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
\n
Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
\n
Would love to hear everyone’s philosophy! Thanks!
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 34
+favouriteCount: 94
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702018627 {#1351
date: 2023-12-08 07:57:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2506 …}
+votes: Doctrine\ORM\PersistentCollection {#2513 …}
+reports: Doctrine\ORM\PersistentCollection {#2509 …}
+favourites: Doctrine\ORM\PersistentCollection {#2512 …}
+notifications: Doctrine\ORM\PersistentCollection {#2515 …}
+badges: Doctrine\ORM\PersistentCollection {#2517 …}
+children: [
1 => App\Entity\EntryComment {#2456}
0 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+body: """
Agreed on the latency issues. I tested SMB and NFS once and found them to be pretty much the same in that regard.\n
\n
I’m interested to test iSCSI, as for some reason I think it might be better designed for latency.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701206937 {#2380
date: 2023-11-28 22:28:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@tkf@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 174949
-bodyTs: "'agre':1 'better':39 'design':40 'found':13 'interest':26 'iscsi':29 'issu':5 'latenc':4,42 'm':25 'might':37 'much':18 'nfs':10 'pretti':17 'reason':33 'regard':23 'smb':8 'test':7,28 'think':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250356"
+editedAt: null
+createdAt: DateTimeImmutable @1701206937 {#2372
date: 2023-11-28 22:28:57.0 +01:00
}
+"title": 174949
}
]
-id: 17864
-titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
-bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701271873
+visibility: "visible "
+apId: "https://lemmy.world/post/8875861"
+editedAt: DateTimeImmutable @1701989072 {#2376
date: 2023-12-07 23:44:32.0 +01:00
}
+createdAt: DateTimeImmutable @1701185473 {#2015
date: 2023-11-28 16:31:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
+body: "I’ve found that Dolphin, at least, is much slower with network mounts than a CLI-based “mount”."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701199415 {#2458
date: 2023-11-28 20:23:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@0x4E4F@infosec.pub"
"@Molecular0079@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1708 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 174549
-bodyTs: "'base':18 'cli':17 'cli-bas':16 'dolphin':5 'found':3 'least':7 'mount':13,19 'much':9 'network':12 'slower':10 've':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5247560"
+editedAt: null
+createdAt: DateTimeImmutable @1701199415 {#2461
date: 2023-11-28 20:23:35.0 +01:00
}
+"title": 174549
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2456
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460
+user: Proxies\__CG__\App\Entity\User {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: Proxies\__CG__\App\Entity\Image {#2508 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2507 …}
+slug: "Best-practices-in-mounting-NAS-shares"
+title: "Best practices in mounting NAS shares?"
+url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
+body: """
What are some best practices in mounting NAS shares that you all follow?\n
\n
Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
\n
I’ve read to use the mnt directory or the media directory but opinions differ.\n
\n
My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
\n
Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
\n
Would love to hear everyone’s philosophy! Thanks!
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 34
+favouriteCount: 94
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702018627 {#1351
date: 2023-12-08 07:57:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2506 …}
+votes: Doctrine\ORM\PersistentCollection {#2513 …}
+reports: Doctrine\ORM\PersistentCollection {#2509 …}
+favourites: Doctrine\ORM\PersistentCollection {#2512 …}
+notifications: Doctrine\ORM\PersistentCollection {#2515 …}
+badges: Doctrine\ORM\PersistentCollection {#2517 …}
+children: [
1 => App\Entity\EntryComment {#2456}
0 => App\Entity\EntryComment {#2364
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+body: """
Agreed on the latency issues. I tested SMB and NFS once and found them to be pretty much the same in that regard.\n
\n
I’m interested to test iSCSI, as for some reason I think it might be better designed for latency.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701206937 {#2380
date: 2023-11-28 22:28:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@tkf@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 174949
-bodyTs: "'agre':1 'better':39 'design':40 'found':13 'interest':26 'iscsi':29 'issu':5 'latenc':4,42 'm':25 'might':37 'much':18 'nfs':10 'pretti':17 'reason':33 'regard':23 'smb':8 'test':7,28 'think':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250356"
+editedAt: null
+createdAt: DateTimeImmutable @1701206937 {#2372
date: 2023-11-28 22:28:57.0 +01:00
}
+"title": 174949
}
]
-id: 17864
-titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
-bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701271873
+visibility: "visible "
+apId: "https://lemmy.world/post/8875861"
+editedAt: DateTimeImmutable @1701989072 {#2376
date: 2023-12-07 23:44:32.0 +01:00
}
+createdAt: DateTimeImmutable @1701185473 {#2015
date: 2023-11-28 16:31:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
+body: "I’ve found that Dolphin, at least, is much slower with network mounts than a CLI-based “mount”."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701199415 {#2458
date: 2023-11-28 20:23:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@0x4E4F@infosec.pub"
"@Molecular0079@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1708 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 174549
-bodyTs: "'base':18 'cli':17 'cli-bas':16 'dolphin':5 'found':3 'least':7 'mount':13,19 'much':9 'network':12 'slower':10 've':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5247560"
+editedAt: null
+createdAt: DateTimeImmutable @1701199415 {#2461
date: 2023-11-28 20:23:35.0 +01:00
}
+"title": 174549
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2364
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460
+user: Proxies\__CG__\App\Entity\User {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: Proxies\__CG__\App\Entity\Image {#2508 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2507 …}
+slug: "Best-practices-in-mounting-NAS-shares"
+title: "Best practices in mounting NAS shares?"
+url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
+body: """
What are some best practices in mounting NAS shares that you all follow?\n
\n
Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
\n
I’ve read to use the mnt directory or the media directory but opinions differ.\n
\n
My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
\n
Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
\n
Would love to hear everyone’s philosophy! Thanks!
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 34
+favouriteCount: 94
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702018627 {#1351
date: 2023-12-08 07:57:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2506 …}
+votes: Doctrine\ORM\PersistentCollection {#2513 …}
+reports: Doctrine\ORM\PersistentCollection {#2509 …}
+favourites: Doctrine\ORM\PersistentCollection {#2512 …}
+notifications: Doctrine\ORM\PersistentCollection {#2515 …}
+badges: Doctrine\ORM\PersistentCollection {#2517 …}
+children: [
1 => App\Entity\EntryComment {#2456
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
+body: "I’ve found that Dolphin, at least, is much slower with network mounts than a CLI-based “mount”."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701199415 {#2458
date: 2023-11-28 20:23:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@0x4E4F@infosec.pub"
"@Molecular0079@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1708 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 174549
-bodyTs: "'base':18 'cli':17 'cli-bas':16 'dolphin':5 'found':3 'least':7 'mount':13,19 'much':9 'network':12 'slower':10 've':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5247560"
+editedAt: null
+createdAt: DateTimeImmutable @1701199415 {#2461
date: 2023-11-28 20:23:35.0 +01:00
}
+"title": 174549
}
0 => App\Entity\EntryComment {#2364}
]
-id: 17864
-titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
-bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701271873
+visibility: "visible "
+apId: "https://lemmy.world/post/8875861"
+editedAt: DateTimeImmutable @1701989072 {#2376
date: 2023-12-07 23:44:32.0 +01:00
}
+createdAt: DateTimeImmutable @1701185473 {#2015
date: 2023-11-28 16:31:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+body: """
Agreed on the latency issues. I tested SMB and NFS once and found them to be pretty much the same in that regard.\n
\n
I’m interested to test iSCSI, as for some reason I think it might be better designed for latency.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701206937 {#2380
date: 2023-11-28 22:28:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@tkf@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 174949
-bodyTs: "'agre':1 'better':39 'design':40 'found':13 'interest':26 'iscsi':29 'issu':5 'latenc':4,42 'm':25 'might':37 'much':18 'nfs':10 'pretti':17 'reason':33 'regard':23 'smb':8 'test':7,28 'think':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250356"
+editedAt: null
+createdAt: DateTimeImmutable @1701206937 {#2372
date: 2023-11-28 22:28:57.0 +01:00
}
+"title": 174949
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#2364
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460
+user: Proxies\__CG__\App\Entity\User {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: Proxies\__CG__\App\Entity\Image {#2508 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2507 …}
+slug: "Best-practices-in-mounting-NAS-shares"
+title: "Best practices in mounting NAS shares?"
+url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
+body: """
What are some best practices in mounting NAS shares that you all follow?\n
\n
Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
\n
I’ve read to use the mnt directory or the media directory but opinions differ.\n
\n
My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
\n
Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
\n
Would love to hear everyone’s philosophy! Thanks!
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 34
+favouriteCount: 94
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702018627 {#1351
date: 2023-12-08 07:57:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2506 …}
+votes: Doctrine\ORM\PersistentCollection {#2513 …}
+reports: Doctrine\ORM\PersistentCollection {#2509 …}
+favourites: Doctrine\ORM\PersistentCollection {#2512 …}
+notifications: Doctrine\ORM\PersistentCollection {#2515 …}
+badges: Doctrine\ORM\PersistentCollection {#2517 …}
+children: [
1 => App\Entity\EntryComment {#2456
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
+body: "I’ve found that Dolphin, at least, is much slower with network mounts than a CLI-based “mount”."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701199415 {#2458
date: 2023-11-28 20:23:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@0x4E4F@infosec.pub"
"@Molecular0079@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1708 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 174549
-bodyTs: "'base':18 'cli':17 'cli-bas':16 'dolphin':5 'found':3 'least':7 'mount':13,19 'much':9 'network':12 'slower':10 've':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5247560"
+editedAt: null
+createdAt: DateTimeImmutable @1701199415 {#2461
date: 2023-11-28 20:23:35.0 +01:00
}
+"title": 174549
}
0 => App\Entity\EntryComment {#2364}
]
-id: 17864
-titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
-bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701271873
+visibility: "visible "
+apId: "https://lemmy.world/post/8875861"
+editedAt: DateTimeImmutable @1701989072 {#2376
date: 2023-12-07 23:44:32.0 +01:00
}
+createdAt: DateTimeImmutable @1701185473 {#2015
date: 2023-11-28 16:31:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+body: """
Agreed on the latency issues. I tested SMB and NFS once and found them to be pretty much the same in that regard.\n
\n
I’m interested to test iSCSI, as for some reason I think it might be better designed for latency.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701206937 {#2380
date: 2023-11-28 22:28:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@tkf@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 174949
-bodyTs: "'agre':1 'better':39 'design':40 'found':13 'interest':26 'iscsi':29 'issu':5 'latenc':4,42 'm':25 'might':37 'much':18 'nfs':10 'pretti':17 'reason':33 'regard':23 'smb':8 'test':7,28 'think':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250356"
+editedAt: null
+createdAt: DateTimeImmutable @1701206937 {#2372
date: 2023-11-28 22:28:57.0 +01:00
}
+"title": 174949
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2364
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460
+user: Proxies\__CG__\App\Entity\User {#1356 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: Proxies\__CG__\App\Entity\Image {#2508 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2507 …}
+slug: "Best-practices-in-mounting-NAS-shares"
+title: "Best practices in mounting NAS shares?"
+url: "https://lemmy.world/pictrs/image/18024bc5-a94c-4ba3-9700-cb1f7dc16da0.jpeg"
+body: """
What are some best practices in mounting NAS shares that you all follow?\n
\n
Currently I am mounting using fstab to my user’s home directory with full rwx permissions, but that feels wrong.\n
\n
I’ve read to use the mnt directory or the media directory but opinions differ.\n
\n
My main concern is I want to protect against inadvertently deleting the contents of the NAS with an errant rm command. And yes I have backups of my NAS too.\n
\n
Edit: this is a home NAS with 1 user on this Linux PC (the other clients being windows and Mac systems)\n
\n
Would love to hear everyone’s philosophy! Thanks!
"""
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 34
+favouriteCount: 94
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1702018627 {#1351
date: 2023-12-08 07:57:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2506 …}
+votes: Doctrine\ORM\PersistentCollection {#2513 …}
+reports: Doctrine\ORM\PersistentCollection {#2509 …}
+favourites: Doctrine\ORM\PersistentCollection {#2512 …}
+notifications: Doctrine\ORM\PersistentCollection {#2515 …}
+badges: Doctrine\ORM\PersistentCollection {#2517 …}
+children: [
1 => App\Entity\EntryComment {#2456
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2460 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1874 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1410 …}
+body: "I’ve found that Dolphin, at least, is much slower with network mounts than a CLI-based “mount”."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701199415 {#2458
date: 2023-11-28 20:23:35.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@0x4E4F@infosec.pub"
"@Molecular0079@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1708 …}
+nested: Doctrine\ORM\PersistentCollection {#1906 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#2379 …}
+favourites: Doctrine\ORM\PersistentCollection {#2384 …}
+notifications: Doctrine\ORM\PersistentCollection {#2382 …}
-id: 174549
-bodyTs: "'base':18 'cli':17 'cli-bas':16 'dolphin':5 'found':3 'least':7 'mount':13,19 'much':9 'network':12 'slower':10 've':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5247560"
+editedAt: null
+createdAt: DateTimeImmutable @1701199415 {#2461
date: 2023-11-28 20:23:35.0 +01:00
}
+"title": 174549
}
0 => App\Entity\EntryComment {#2364}
]
-id: 17864
-titleTs: "'best':1 'mount':4 'nas':5 'practic':2 'share':6"
-bodyTs: "'1':86 'backup':74 'best':4 'client':94 'command':69 'concern':51 'content':61 'current':14 'delet':59 'differ':48 'directori':25,41,45 'edit':79 'errant':67 'everyon':104 'feel':32 'follow':13 'fstab':19 'full':27 'hear':103 'home':24,83 'inadvert':58 'linux':90 'love':101 'mac':98 'main':50 'media':44 'mnt':40 'mount':7,17 'nas':8,64,77,84 'opinion':47 'pc':91 'permiss':29 'philosophi':106 'practic':5 'protect':56 'read':36 'rm':68 'rwx':28 'share':9 'system':99 'thank':107 'use':18,38 'user':22,87 've':35 'want':54 'window':96 'would':100 'wrong':33 'yes':71"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701271873
+visibility: "visible "
+apId: "https://lemmy.world/post/8875861"
+editedAt: DateTimeImmutable @1701989072 {#2376
date: 2023-12-07 23:44:32.0 +01:00
}
+createdAt: DateTimeImmutable @1701185473 {#2015
date: 2023-11-28 16:31:13.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2361 …}
+body: """
Agreed on the latency issues. I tested SMB and NFS once and found them to be pretty much the same in that regard.\n
\n
I’m interested to test iSCSI, as for some reason I think it might be better designed for latency.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701206937 {#2380
date: 2023-11-28 22:28:57.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@dtrain@lemmy.world"
"@tkf@infosec.pub"
]
+children: Doctrine\ORM\PersistentCollection {#2359 …}
+nested: Doctrine\ORM\PersistentCollection {#2377 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2471 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2468 …}
-id: 174949
-bodyTs: "'agre':1 'better':39 'design':40 'found':13 'interest':26 'iscsi':29 'issu':5 'latenc':4,42 'm':25 'might':37 'much':18 'nfs':10 'pretti':17 'reason':33 'regard':23 'smb':8 'test':7,28 'think':35"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250356"
+editedAt: null
+createdAt: DateTimeImmutable @1701206937 {#2372
date: 2023-11-28 22:28:57.0 +01:00
}
+"title": 174949
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2340 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Preparing-to-move-from-Ubuntu-to-Fedora"
+title: "Preparing to move from Ubuntu to Fedora"
+url: null
+body: """
Hi! I’m seeking some advice and sanity check on hopping from Ubuntu to Fedora on my personal PC. I’ve been using Ubuntu LTS for almost two years now, switched from Windows and never looked back. But I cannot say I know Linux well. I use my PC for browsing, some gaming with Steam (I have AMD GPU), occasional video editing, tinkering with some self-hosted stuff that is on separate hardware.\n
\n
I don’t like the way Ubuntu is moving with snaps. And LTS version falls behind too much. So I decided to move to Fedora.\n
\n
My plan is simple:\n
\n
1. I will install Fedora on a fresh nvme drive. I want disk encryption, so I’m going to have LUKS over btrfs for /home, and the root will remain unencrypted.\n
2. I will copy all files from old /home to new /home, with the exception of dot-files.\n
3. I plan to make use of flatpaks, so I don’t think configuration for my apps is easily transferable. I’ll have to install and configure apps from scratch, unless I’ll have to use an RPM package.\n
\n
Does all of this make sense? Is there a way to simplify app re-configuration in my case?\n
\n
And as I never used Fedora extensively (booting from live image doesn’t count), are there any caveats I should be aware of?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 61
+favouriteCount: 86
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701878703 {#2016
date: 2023-12-06 17:05:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2252 …}
+votes: Doctrine\ORM\PersistentCollection {#1999 …}
+reports: Doctrine\ORM\PersistentCollection {#2001 …}
+favourites: Doctrine\ORM\PersistentCollection {#2008 …}
+notifications: Doctrine\ORM\PersistentCollection {#1987 …}
+badges: Doctrine\ORM\PersistentCollection {#1983 …}
+children: [
App\Entity\EntryComment {#1741
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Are you leaving behind the dotfiles because you don’t want to bring over any of your old configuration?\n
\n
For whatever it’s worth, you can remove Snap support from your Ubuntu system. If you want more current software, AppImage and Flatpaks are good for that.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701578385 {#1795
date: 2023-12-03 05:39:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@pound_heap@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1740 …}
+votes: Doctrine\ORM\PersistentCollection {#2465 …}
+reports: Doctrine\ORM\PersistentCollection {#2463 …}
+favourites: Doctrine\ORM\PersistentCollection {#2411 …}
+notifications: Doctrine\ORM\PersistentCollection {#2422 …}
-id: 162592
-bodyTs: "'appimag':40 'behind':4 'bring':13 'configur':19 'current':38 'dotfil':6 'flatpak':42 'good':44 'leav':3 'old':18 'remov':27 'snap':28 'softwar':39 'support':29 'system':33 'ubuntu':32 'want':11,36 'whatev':21 'worth':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5167316"
+editedAt: null
+createdAt: DateTimeImmutable @1700924032 {#1739
date: 2023-11-25 15:53:52.0 +01:00
}
+"title": 162592
}
]
-id: 16692
-titleTs: "'fedora':7 'move':3 'prepar':1 'ubuntu':5"
-bodyTs: "'/home':128,143,146 '1':104 '2':135 '3':154 'advic':6 'almost':27 'amd':58 'app':170,181,205 'awar':233 'back':37 'behind':90 'boot':219 'brows':51 'btrfs':126 'cannot':40 'case':211 'caveat':229 'check':9 'configur':167,180,208 'copi':138 'count':225 'decid':95 'disk':116 'doesn':223 'dot':152 'dot-fil':151 'drive':113 'easili':172 'edit':62 'encrypt':117 'except':149 'extens':218 'fall':89 'fedora':15,99,108,217 'file':140,153 'flatpak':161 'fresh':111 'game':53 'go':121 'gpu':59 'hardwar':74 'hi':1 'hop':11 'host':68 'imag':222 'instal':107,178 'know':43 'like':78 'linux':44 'live':221 'll':175,186 'look':36 'lts':25,87 'luk':124 'm':3,120 'make':158,197 'move':83,97 'much':92 'never':35,215 'new':145 'nvme':112 'occasion':60 'old':142 'packag':192 'pc':19,49 'person':18 'plan':101,156 're':207 're-configur':206 'remain':133 'root':131 'rpm':191 'saniti':8 'say':41 'scratch':183 'seek':4 'self':67 'self-host':66 'sens':198 'separ':73 'simpl':103 'simplifi':204 'snap':85 'steam':55 'stuff':69 'switch':31 'think':166 'tinker':63 'transfer':173 'two':28 'ubuntu':13,24,81 'unencrypt':134 'unless':184 'use':23,47,159,189,216 've':21 'version':88 'video':61 'want':115 'way':80,202 'well':45 'window':33 'year':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701009892
+visibility: "visible "
+apId: "https://lemm.ee/post/15982614"
+editedAt: null
+createdAt: DateTimeImmutable @1700923492 {#2286
date: 2023-11-25 15:44:52.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2340 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Preparing-to-move-from-Ubuntu-to-Fedora"
+title: "Preparing to move from Ubuntu to Fedora"
+url: null
+body: """
Hi! I’m seeking some advice and sanity check on hopping from Ubuntu to Fedora on my personal PC. I’ve been using Ubuntu LTS for almost two years now, switched from Windows and never looked back. But I cannot say I know Linux well. I use my PC for browsing, some gaming with Steam (I have AMD GPU), occasional video editing, tinkering with some self-hosted stuff that is on separate hardware.\n
\n
I don’t like the way Ubuntu is moving with snaps. And LTS version falls behind too much. So I decided to move to Fedora.\n
\n
My plan is simple:\n
\n
1. I will install Fedora on a fresh nvme drive. I want disk encryption, so I’m going to have LUKS over btrfs for /home, and the root will remain unencrypted.\n
2. I will copy all files from old /home to new /home, with the exception of dot-files.\n
3. I plan to make use of flatpaks, so I don’t think configuration for my apps is easily transferable. I’ll have to install and configure apps from scratch, unless I’ll have to use an RPM package.\n
\n
Does all of this make sense? Is there a way to simplify app re-configuration in my case?\n
\n
And as I never used Fedora extensively (booting from live image doesn’t count), are there any caveats I should be aware of?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 61
+favouriteCount: 86
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701878703 {#2016
date: 2023-12-06 17:05:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2252 …}
+votes: Doctrine\ORM\PersistentCollection {#1999 …}
+reports: Doctrine\ORM\PersistentCollection {#2001 …}
+favourites: Doctrine\ORM\PersistentCollection {#2008 …}
+notifications: Doctrine\ORM\PersistentCollection {#1987 …}
+badges: Doctrine\ORM\PersistentCollection {#1983 …}
+children: [
App\Entity\EntryComment {#1741
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Are you leaving behind the dotfiles because you don’t want to bring over any of your old configuration?\n
\n
For whatever it’s worth, you can remove Snap support from your Ubuntu system. If you want more current software, AppImage and Flatpaks are good for that.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701578385 {#1795
date: 2023-12-03 05:39:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@pound_heap@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1740 …}
+votes: Doctrine\ORM\PersistentCollection {#2465 …}
+reports: Doctrine\ORM\PersistentCollection {#2463 …}
+favourites: Doctrine\ORM\PersistentCollection {#2411 …}
+notifications: Doctrine\ORM\PersistentCollection {#2422 …}
-id: 162592
-bodyTs: "'appimag':40 'behind':4 'bring':13 'configur':19 'current':38 'dotfil':6 'flatpak':42 'good':44 'leav':3 'old':18 'remov':27 'snap':28 'softwar':39 'support':29 'system':33 'ubuntu':32 'want':11,36 'whatev':21 'worth':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5167316"
+editedAt: null
+createdAt: DateTimeImmutable @1700924032 {#1739
date: 2023-11-25 15:53:52.0 +01:00
}
+"title": 162592
}
]
-id: 16692
-titleTs: "'fedora':7 'move':3 'prepar':1 'ubuntu':5"
-bodyTs: "'/home':128,143,146 '1':104 '2':135 '3':154 'advic':6 'almost':27 'amd':58 'app':170,181,205 'awar':233 'back':37 'behind':90 'boot':219 'brows':51 'btrfs':126 'cannot':40 'case':211 'caveat':229 'check':9 'configur':167,180,208 'copi':138 'count':225 'decid':95 'disk':116 'doesn':223 'dot':152 'dot-fil':151 'drive':113 'easili':172 'edit':62 'encrypt':117 'except':149 'extens':218 'fall':89 'fedora':15,99,108,217 'file':140,153 'flatpak':161 'fresh':111 'game':53 'go':121 'gpu':59 'hardwar':74 'hi':1 'hop':11 'host':68 'imag':222 'instal':107,178 'know':43 'like':78 'linux':44 'live':221 'll':175,186 'look':36 'lts':25,87 'luk':124 'm':3,120 'make':158,197 'move':83,97 'much':92 'never':35,215 'new':145 'nvme':112 'occasion':60 'old':142 'packag':192 'pc':19,49 'person':18 'plan':101,156 're':207 're-configur':206 'remain':133 'root':131 'rpm':191 'saniti':8 'say':41 'scratch':183 'seek':4 'self':67 'self-host':66 'sens':198 'separ':73 'simpl':103 'simplifi':204 'snap':85 'steam':55 'stuff':69 'switch':31 'think':166 'tinker':63 'transfer':173 'two':28 'ubuntu':13,24,81 'unencrypt':134 'unless':184 'use':23,47,159,189,216 've':21 'version':88 'video':61 'want':115 'way':80,202 'well':45 'window':33 'year':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701009892
+visibility: "visible "
+apId: "https://lemm.ee/post/15982614"
+editedAt: null
+createdAt: DateTimeImmutable @1700923492 {#2286
date: 2023-11-25 15:44:52.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2340 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Preparing-to-move-from-Ubuntu-to-Fedora"
+title: "Preparing to move from Ubuntu to Fedora"
+url: null
+body: """
Hi! I’m seeking some advice and sanity check on hopping from Ubuntu to Fedora on my personal PC. I’ve been using Ubuntu LTS for almost two years now, switched from Windows and never looked back. But I cannot say I know Linux well. I use my PC for browsing, some gaming with Steam (I have AMD GPU), occasional video editing, tinkering with some self-hosted stuff that is on separate hardware.\n
\n
I don’t like the way Ubuntu is moving with snaps. And LTS version falls behind too much. So I decided to move to Fedora.\n
\n
My plan is simple:\n
\n
1. I will install Fedora on a fresh nvme drive. I want disk encryption, so I’m going to have LUKS over btrfs for /home, and the root will remain unencrypted.\n
2. I will copy all files from old /home to new /home, with the exception of dot-files.\n
3. I plan to make use of flatpaks, so I don’t think configuration for my apps is easily transferable. I’ll have to install and configure apps from scratch, unless I’ll have to use an RPM package.\n
\n
Does all of this make sense? Is there a way to simplify app re-configuration in my case?\n
\n
And as I never used Fedora extensively (booting from live image doesn’t count), are there any caveats I should be aware of?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 61
+favouriteCount: 86
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701878703 {#2016
date: 2023-12-06 17:05:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2252 …}
+votes: Doctrine\ORM\PersistentCollection {#1999 …}
+reports: Doctrine\ORM\PersistentCollection {#2001 …}
+favourites: Doctrine\ORM\PersistentCollection {#2008 …}
+notifications: Doctrine\ORM\PersistentCollection {#1987 …}
+badges: Doctrine\ORM\PersistentCollection {#1983 …}
+children: [
App\Entity\EntryComment {#1741
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Are you leaving behind the dotfiles because you don’t want to bring over any of your old configuration?\n
\n
For whatever it’s worth, you can remove Snap support from your Ubuntu system. If you want more current software, AppImage and Flatpaks are good for that.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701578385 {#1795
date: 2023-12-03 05:39:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@pound_heap@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1740 …}
+votes: Doctrine\ORM\PersistentCollection {#2465 …}
+reports: Doctrine\ORM\PersistentCollection {#2463 …}
+favourites: Doctrine\ORM\PersistentCollection {#2411 …}
+notifications: Doctrine\ORM\PersistentCollection {#2422 …}
-id: 162592
-bodyTs: "'appimag':40 'behind':4 'bring':13 'configur':19 'current':38 'dotfil':6 'flatpak':42 'good':44 'leav':3 'old':18 'remov':27 'snap':28 'softwar':39 'support':29 'system':33 'ubuntu':32 'want':11,36 'whatev':21 'worth':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5167316"
+editedAt: null
+createdAt: DateTimeImmutable @1700924032 {#1739
date: 2023-11-25 15:53:52.0 +01:00
}
+"title": 162592
}
]
-id: 16692
-titleTs: "'fedora':7 'move':3 'prepar':1 'ubuntu':5"
-bodyTs: "'/home':128,143,146 '1':104 '2':135 '3':154 'advic':6 'almost':27 'amd':58 'app':170,181,205 'awar':233 'back':37 'behind':90 'boot':219 'brows':51 'btrfs':126 'cannot':40 'case':211 'caveat':229 'check':9 'configur':167,180,208 'copi':138 'count':225 'decid':95 'disk':116 'doesn':223 'dot':152 'dot-fil':151 'drive':113 'easili':172 'edit':62 'encrypt':117 'except':149 'extens':218 'fall':89 'fedora':15,99,108,217 'file':140,153 'flatpak':161 'fresh':111 'game':53 'go':121 'gpu':59 'hardwar':74 'hi':1 'hop':11 'host':68 'imag':222 'instal':107,178 'know':43 'like':78 'linux':44 'live':221 'll':175,186 'look':36 'lts':25,87 'luk':124 'm':3,120 'make':158,197 'move':83,97 'much':92 'never':35,215 'new':145 'nvme':112 'occasion':60 'old':142 'packag':192 'pc':19,49 'person':18 'plan':101,156 're':207 're-configur':206 'remain':133 'root':131 'rpm':191 'saniti':8 'say':41 'scratch':183 'seek':4 'self':67 'self-host':66 'sens':198 'separ':73 'simpl':103 'simplifi':204 'snap':85 'steam':55 'stuff':69 'switch':31 'think':166 'tinker':63 'transfer':173 'two':28 'ubuntu':13,24,81 'unencrypt':134 'unless':184 'use':23,47,159,189,216 've':21 'version':88 'video':61 'want':115 'way':80,202 'well':45 'window':33 'year':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701009892
+visibility: "visible "
+apId: "https://lemm.ee/post/15982614"
+editedAt: null
+createdAt: DateTimeImmutable @1700923492 {#2286
date: 2023-11-25 15:44:52.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1741
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2340 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Preparing-to-move-from-Ubuntu-to-Fedora"
+title: "Preparing to move from Ubuntu to Fedora"
+url: null
+body: """
Hi! I’m seeking some advice and sanity check on hopping from Ubuntu to Fedora on my personal PC. I’ve been using Ubuntu LTS for almost two years now, switched from Windows and never looked back. But I cannot say I know Linux well. I use my PC for browsing, some gaming with Steam (I have AMD GPU), occasional video editing, tinkering with some self-hosted stuff that is on separate hardware.\n
\n
I don’t like the way Ubuntu is moving with snaps. And LTS version falls behind too much. So I decided to move to Fedora.\n
\n
My plan is simple:\n
\n
1. I will install Fedora on a fresh nvme drive. I want disk encryption, so I’m going to have LUKS over btrfs for /home, and the root will remain unencrypted.\n
2. I will copy all files from old /home to new /home, with the exception of dot-files.\n
3. I plan to make use of flatpaks, so I don’t think configuration for my apps is easily transferable. I’ll have to install and configure apps from scratch, unless I’ll have to use an RPM package.\n
\n
Does all of this make sense? Is there a way to simplify app re-configuration in my case?\n
\n
And as I never used Fedora extensively (booting from live image doesn’t count), are there any caveats I should be aware of?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 61
+favouriteCount: 86
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701878703 {#2016
date: 2023-12-06 17:05:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2252 …}
+votes: Doctrine\ORM\PersistentCollection {#1999 …}
+reports: Doctrine\ORM\PersistentCollection {#2001 …}
+favourites: Doctrine\ORM\PersistentCollection {#2008 …}
+notifications: Doctrine\ORM\PersistentCollection {#1987 …}
+badges: Doctrine\ORM\PersistentCollection {#1983 …}
+children: [
App\Entity\EntryComment {#1741}
]
-id: 16692
-titleTs: "'fedora':7 'move':3 'prepar':1 'ubuntu':5"
-bodyTs: "'/home':128,143,146 '1':104 '2':135 '3':154 'advic':6 'almost':27 'amd':58 'app':170,181,205 'awar':233 'back':37 'behind':90 'boot':219 'brows':51 'btrfs':126 'cannot':40 'case':211 'caveat':229 'check':9 'configur':167,180,208 'copi':138 'count':225 'decid':95 'disk':116 'doesn':223 'dot':152 'dot-fil':151 'drive':113 'easili':172 'edit':62 'encrypt':117 'except':149 'extens':218 'fall':89 'fedora':15,99,108,217 'file':140,153 'flatpak':161 'fresh':111 'game':53 'go':121 'gpu':59 'hardwar':74 'hi':1 'hop':11 'host':68 'imag':222 'instal':107,178 'know':43 'like':78 'linux':44 'live':221 'll':175,186 'look':36 'lts':25,87 'luk':124 'm':3,120 'make':158,197 'move':83,97 'much':92 'never':35,215 'new':145 'nvme':112 'occasion':60 'old':142 'packag':192 'pc':19,49 'person':18 'plan':101,156 're':207 're-configur':206 'remain':133 'root':131 'rpm':191 'saniti':8 'say':41 'scratch':183 'seek':4 'self':67 'self-host':66 'sens':198 'separ':73 'simpl':103 'simplifi':204 'snap':85 'steam':55 'stuff':69 'switch':31 'think':166 'tinker':63 'transfer':173 'two':28 'ubuntu':13,24,81 'unencrypt':134 'unless':184 'use':23,47,159,189,216 've':21 'version':88 'video':61 'want':115 'way':80,202 'well':45 'window':33 'year':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701009892
+visibility: "visible "
+apId: "https://lemm.ee/post/15982614"
+editedAt: null
+createdAt: DateTimeImmutable @1700923492 {#2286
date: 2023-11-25 15:44:52.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Are you leaving behind the dotfiles because you don’t want to bring over any of your old configuration?\n
\n
For whatever it’s worth, you can remove Snap support from your Ubuntu system. If you want more current software, AppImage and Flatpaks are good for that.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701578385 {#1795
date: 2023-12-03 05:39:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@pound_heap@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1740 …}
+votes: Doctrine\ORM\PersistentCollection {#2465 …}
+reports: Doctrine\ORM\PersistentCollection {#2463 …}
+favourites: Doctrine\ORM\PersistentCollection {#2411 …}
+notifications: Doctrine\ORM\PersistentCollection {#2422 …}
-id: 162592
-bodyTs: "'appimag':40 'behind':4 'bring':13 'configur':19 'current':38 'dotfil':6 'flatpak':42 'good':44 'leav':3 'old':18 'remov':27 'snap':28 'softwar':39 'support':29 'system':33 'ubuntu':32 'want':11,36 'whatev':21 'worth':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5167316"
+editedAt: null
+createdAt: DateTimeImmutable @1700924032 {#1739
date: 2023-11-25 15:53:52.0 +01:00
}
+"title": 162592
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#1741
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2340 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Preparing-to-move-from-Ubuntu-to-Fedora"
+title: "Preparing to move from Ubuntu to Fedora"
+url: null
+body: """
Hi! I’m seeking some advice and sanity check on hopping from Ubuntu to Fedora on my personal PC. I’ve been using Ubuntu LTS for almost two years now, switched from Windows and never looked back. But I cannot say I know Linux well. I use my PC for browsing, some gaming with Steam (I have AMD GPU), occasional video editing, tinkering with some self-hosted stuff that is on separate hardware.\n
\n
I don’t like the way Ubuntu is moving with snaps. And LTS version falls behind too much. So I decided to move to Fedora.\n
\n
My plan is simple:\n
\n
1. I will install Fedora on a fresh nvme drive. I want disk encryption, so I’m going to have LUKS over btrfs for /home, and the root will remain unencrypted.\n
2. I will copy all files from old /home to new /home, with the exception of dot-files.\n
3. I plan to make use of flatpaks, so I don’t think configuration for my apps is easily transferable. I’ll have to install and configure apps from scratch, unless I’ll have to use an RPM package.\n
\n
Does all of this make sense? Is there a way to simplify app re-configuration in my case?\n
\n
And as I never used Fedora extensively (booting from live image doesn’t count), are there any caveats I should be aware of?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 61
+favouriteCount: 86
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701878703 {#2016
date: 2023-12-06 17:05:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2252 …}
+votes: Doctrine\ORM\PersistentCollection {#1999 …}
+reports: Doctrine\ORM\PersistentCollection {#2001 …}
+favourites: Doctrine\ORM\PersistentCollection {#2008 …}
+notifications: Doctrine\ORM\PersistentCollection {#1987 …}
+badges: Doctrine\ORM\PersistentCollection {#1983 …}
+children: [
App\Entity\EntryComment {#1741}
]
-id: 16692
-titleTs: "'fedora':7 'move':3 'prepar':1 'ubuntu':5"
-bodyTs: "'/home':128,143,146 '1':104 '2':135 '3':154 'advic':6 'almost':27 'amd':58 'app':170,181,205 'awar':233 'back':37 'behind':90 'boot':219 'brows':51 'btrfs':126 'cannot':40 'case':211 'caveat':229 'check':9 'configur':167,180,208 'copi':138 'count':225 'decid':95 'disk':116 'doesn':223 'dot':152 'dot-fil':151 'drive':113 'easili':172 'edit':62 'encrypt':117 'except':149 'extens':218 'fall':89 'fedora':15,99,108,217 'file':140,153 'flatpak':161 'fresh':111 'game':53 'go':121 'gpu':59 'hardwar':74 'hi':1 'hop':11 'host':68 'imag':222 'instal':107,178 'know':43 'like':78 'linux':44 'live':221 'll':175,186 'look':36 'lts':25,87 'luk':124 'm':3,120 'make':158,197 'move':83,97 'much':92 'never':35,215 'new':145 'nvme':112 'occasion':60 'old':142 'packag':192 'pc':19,49 'person':18 'plan':101,156 're':207 're-configur':206 'remain':133 'root':131 'rpm':191 'saniti':8 'say':41 'scratch':183 'seek':4 'self':67 'self-host':66 'sens':198 'separ':73 'simpl':103 'simplifi':204 'snap':85 'steam':55 'stuff':69 'switch':31 'think':166 'tinker':63 'transfer':173 'two':28 'ubuntu':13,24,81 'unencrypt':134 'unless':184 'use':23,47,159,189,216 've':21 'version':88 'video':61 'want':115 'way':80,202 'well':45 'window':33 'year':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701009892
+visibility: "visible "
+apId: "https://lemm.ee/post/15982614"
+editedAt: null
+createdAt: DateTimeImmutable @1700923492 {#2286
date: 2023-11-25 15:44:52.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Are you leaving behind the dotfiles because you don’t want to bring over any of your old configuration?\n
\n
For whatever it’s worth, you can remove Snap support from your Ubuntu system. If you want more current software, AppImage and Flatpaks are good for that.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701578385 {#1795
date: 2023-12-03 05:39:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@pound_heap@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1740 …}
+votes: Doctrine\ORM\PersistentCollection {#2465 …}
+reports: Doctrine\ORM\PersistentCollection {#2463 …}
+favourites: Doctrine\ORM\PersistentCollection {#2411 …}
+notifications: Doctrine\ORM\PersistentCollection {#2422 …}
-id: 162592
-bodyTs: "'appimag':40 'behind':4 'bring':13 'configur':19 'current':38 'dotfil':6 'flatpak':42 'good':44 'leav':3 'old':18 'remov':27 'snap':28 'softwar':39 'support':29 'system':33 'ubuntu':32 'want':11,36 'whatev':21 'worth':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5167316"
+editedAt: null
+createdAt: DateTimeImmutable @1700924032 {#1739
date: 2023-11-25 15:53:52.0 +01:00
}
+"title": 162592
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1741
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1717
+user: Proxies\__CG__\App\Entity\User {#2340 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "Preparing-to-move-from-Ubuntu-to-Fedora"
+title: "Preparing to move from Ubuntu to Fedora"
+url: null
+body: """
Hi! I’m seeking some advice and sanity check on hopping from Ubuntu to Fedora on my personal PC. I’ve been using Ubuntu LTS for almost two years now, switched from Windows and never looked back. But I cannot say I know Linux well. I use my PC for browsing, some gaming with Steam (I have AMD GPU), occasional video editing, tinkering with some self-hosted stuff that is on separate hardware.\n
\n
I don’t like the way Ubuntu is moving with snaps. And LTS version falls behind too much. So I decided to move to Fedora.\n
\n
My plan is simple:\n
\n
1. I will install Fedora on a fresh nvme drive. I want disk encryption, so I’m going to have LUKS over btrfs for /home, and the root will remain unencrypted.\n
2. I will copy all files from old /home to new /home, with the exception of dot-files.\n
3. I plan to make use of flatpaks, so I don’t think configuration for my apps is easily transferable. I’ll have to install and configure apps from scratch, unless I’ll have to use an RPM package.\n
\n
Does all of this make sense? Is there a way to simplify app re-configuration in my case?\n
\n
And as I never used Fedora extensively (booting from live image doesn’t count), are there any caveats I should be aware of?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 61
+favouriteCount: 86
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701878703 {#2016
date: 2023-12-06 17:05:03.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2252 …}
+votes: Doctrine\ORM\PersistentCollection {#1999 …}
+reports: Doctrine\ORM\PersistentCollection {#2001 …}
+favourites: Doctrine\ORM\PersistentCollection {#2008 …}
+notifications: Doctrine\ORM\PersistentCollection {#1987 …}
+badges: Doctrine\ORM\PersistentCollection {#1983 …}
+children: [
App\Entity\EntryComment {#1741}
]
-id: 16692
-titleTs: "'fedora':7 'move':3 'prepar':1 'ubuntu':5"
-bodyTs: "'/home':128,143,146 '1':104 '2':135 '3':154 'advic':6 'almost':27 'amd':58 'app':170,181,205 'awar':233 'back':37 'behind':90 'boot':219 'brows':51 'btrfs':126 'cannot':40 'case':211 'caveat':229 'check':9 'configur':167,180,208 'copi':138 'count':225 'decid':95 'disk':116 'doesn':223 'dot':152 'dot-fil':151 'drive':113 'easili':172 'edit':62 'encrypt':117 'except':149 'extens':218 'fall':89 'fedora':15,99,108,217 'file':140,153 'flatpak':161 'fresh':111 'game':53 'go':121 'gpu':59 'hardwar':74 'hi':1 'hop':11 'host':68 'imag':222 'instal':107,178 'know':43 'like':78 'linux':44 'live':221 'll':175,186 'look':36 'lts':25,87 'luk':124 'm':3,120 'make':158,197 'move':83,97 'much':92 'never':35,215 'new':145 'nvme':112 'occasion':60 'old':142 'packag':192 'pc':19,49 'person':18 'plan':101,156 're':207 're-configur':206 'remain':133 'root':131 'rpm':191 'saniti':8 'say':41 'scratch':183 'seek':4 'self':67 'self-host':66 'sens':198 'separ':73 'simpl':103 'simplifi':204 'snap':85 'steam':55 'stuff':69 'switch':31 'think':166 'tinker':63 'transfer':173 'two':28 'ubuntu':13,24,81 'unencrypt':134 'unless':184 'use':23,47,159,189,216 've':21 'version':88 'video':61 'want':115 'way':80,202 'well':45 'window':33 'year':29"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701009892
+visibility: "visible "
+apId: "https://lemm.ee/post/15982614"
+editedAt: null
+createdAt: DateTimeImmutable @1700923492 {#2286
date: 2023-11-25 15:44:52.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: null
+root: null
+body: """
Are you leaving behind the dotfiles because you don’t want to bring over any of your old configuration?\n
\n
For whatever it’s worth, you can remove Snap support from your Ubuntu system. If you want more current software, AppImage and Flatpaks are good for that.
"""
+lang: "en"
+isAdult: false
+favouriteCount: 5
+score: 0
+lastActive: DateTime @1701578385 {#1795
date: 2023-12-03 05:39:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@pound_heap@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#1718 …}
+nested: Doctrine\ORM\PersistentCollection {#1740 …}
+votes: Doctrine\ORM\PersistentCollection {#2465 …}
+reports: Doctrine\ORM\PersistentCollection {#2463 …}
+favourites: Doctrine\ORM\PersistentCollection {#2411 …}
+notifications: Doctrine\ORM\PersistentCollection {#2422 …}
-id: 162592
-bodyTs: "'appimag':40 'behind':4 'bring':13 'configur':19 'current':38 'dotfil':6 'flatpak':42 'good':44 'leav':3 'old':18 'remov':27 'snap':28 'softwar':39 'support':29 'system':33 'ubuntu':32 'want':11,36 'whatev':21 'worth':24"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5167316"
+editedAt: null
+createdAt: DateTimeImmutable @1700924032 {#1739
date: 2023-11-25 15:53:52.0 +01:00
}
+"title": 162592
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2057 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "13-or-smaller-Linux-laptop-best-replacement-for-aging-chromebook"
+title: "13" or smaller Linux laptop - best replacement for aging chromebook?"
+url: null
+body: """
I want to get my partner a replacement for an aging chromebook. I was thinking it would be easiest to just grab another super budget chromebook and call it a day. But the more I read about google and chrome, the less I want to do with them.\n
\n
So my goal is to snag a cheap ($300ish?) laptop that I can slap Linux on (probably mint, but I’m open to suggestions).\n
\n
The main caveat is the size- needs to be small. Current chromebook is 11.5” I think. I’d like to keep it under 13”. The main use (95% will be web browsing/streaming/email/bullshit) but I’d like it to have enough juice to play Minecraft on my local server.\n
\n
I’ve looked around a bit, but my god there is a lot of options. I’d love it if there was just a recommendation that was proven to work. I’m busy enough tinkering with all the other tech, and I’d like to just set this one up and forget it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 44
+favouriteCount: 39
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701445438 {#1979
date: 2023-12-01 16:43:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2247 …}
+votes: Doctrine\ORM\PersistentCollection {#2362 …}
+reports: Doctrine\ORM\PersistentCollection {#2367 …}
+favourites: Doctrine\ORM\PersistentCollection {#2269 …}
+notifications: Doctrine\ORM\PersistentCollection {#1347 …}
+badges: Doctrine\ORM\PersistentCollection {#1350 …}
+children: [
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "Oooh, don’t do the Pinebook Pro. I think anything Pine64 isn’t unsuitable for a non-tinkerer to be using. Also, if there’s DRM content involved (unsure on Hulu), you’ll probably want to stick with an x86 CPU."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701207257 {#2455
date: 2023-11-28 22:34:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Nimrod@lemm.ee"
"@colourlesspony@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 174959
-bodyTs: "'also':23 'anyth':10 'content':28 'cpu':42 'drm':27 'hulu':32 'involv':29 'isn':12 'll':34 'non':18 'non-tinker':17 'oooh':1 'pine64':11 'pinebook':6 'pro':7 'probabl':35 'stick':38 'think':9 'tinker':19 'unsuit':14 'unsur':30 'use':22 'want':36 'x86':41"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250454"
+editedAt: null
+createdAt: DateTimeImmutable @1701207257 {#2454
date: 2023-11-28 22:34:17.0 +01:00
}
+"title": 174959
}
]
-id: 17835
-titleTs: "'13':1 'age':9 'best':6 'chromebook':10 'laptop':5 'linux':4 'replac':7 'smaller':3"
-bodyTs: "'11.5':86 '13':96 '300ish':57 '95':100 'age':11 'anoth':23 'around':124 'bit':126 'browsing/streaming/email/bullshit':104 'budget':25 'busi':153 'call':28 'caveat':75 'cheap':56 'chrome':40 'chromebook':12,26,84 'current':83 'd':90,107,137,163 'day':31 'easiest':19 'enough':112,154 'forget':172 'get':4 'goal':51 'god':129 'googl':38 'grab':22 'juic':113 'keep':93 'laptop':58 'less':42 'like':91,108,164 'linux':63 'local':119 'look':123 'lot':133 'love':138 'm':69,152 'main':74,98 'minecraft':116 'mint':66 'need':79 'one':169 'open':70 'option':135 'partner':6 'play':115 'probabl':65 'proven':148 'read':36 'recommend':145 'replac':8 'server':120 'set':167 'size':78 'slap':62 'small':82 'snag':54 'suggest':72 'super':24 'tech':160 'think':15,88 'tinker':155 'use':99 've':122 'want':2,44 'web':103 'work':150 'would':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701268644
+visibility: "visible "
+apId: "https://lemm.ee/post/16294766"
+editedAt: null
+createdAt: DateTimeImmutable @1701182244 {#2000
date: 2023-11-28 15:37:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2057 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "13-or-smaller-Linux-laptop-best-replacement-for-aging-chromebook"
+title: "13" or smaller Linux laptop - best replacement for aging chromebook?"
+url: null
+body: """
I want to get my partner a replacement for an aging chromebook. I was thinking it would be easiest to just grab another super budget chromebook and call it a day. But the more I read about google and chrome, the less I want to do with them.\n
\n
So my goal is to snag a cheap ($300ish?) laptop that I can slap Linux on (probably mint, but I’m open to suggestions).\n
\n
The main caveat is the size- needs to be small. Current chromebook is 11.5” I think. I’d like to keep it under 13”. The main use (95% will be web browsing/streaming/email/bullshit) but I’d like it to have enough juice to play Minecraft on my local server.\n
\n
I’ve looked around a bit, but my god there is a lot of options. I’d love it if there was just a recommendation that was proven to work. I’m busy enough tinkering with all the other tech, and I’d like to just set this one up and forget it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 44
+favouriteCount: 39
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701445438 {#1979
date: 2023-12-01 16:43:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2247 …}
+votes: Doctrine\ORM\PersistentCollection {#2362 …}
+reports: Doctrine\ORM\PersistentCollection {#2367 …}
+favourites: Doctrine\ORM\PersistentCollection {#2269 …}
+notifications: Doctrine\ORM\PersistentCollection {#1347 …}
+badges: Doctrine\ORM\PersistentCollection {#1350 …}
+children: [
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "Oooh, don’t do the Pinebook Pro. I think anything Pine64 isn’t unsuitable for a non-tinkerer to be using. Also, if there’s DRM content involved (unsure on Hulu), you’ll probably want to stick with an x86 CPU."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701207257 {#2455
date: 2023-11-28 22:34:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Nimrod@lemm.ee"
"@colourlesspony@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 174959
-bodyTs: "'also':23 'anyth':10 'content':28 'cpu':42 'drm':27 'hulu':32 'involv':29 'isn':12 'll':34 'non':18 'non-tinker':17 'oooh':1 'pine64':11 'pinebook':6 'pro':7 'probabl':35 'stick':38 'think':9 'tinker':19 'unsuit':14 'unsur':30 'use':22 'want':36 'x86':41"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250454"
+editedAt: null
+createdAt: DateTimeImmutable @1701207257 {#2454
date: 2023-11-28 22:34:17.0 +01:00
}
+"title": 174959
}
]
-id: 17835
-titleTs: "'13':1 'age':9 'best':6 'chromebook':10 'laptop':5 'linux':4 'replac':7 'smaller':3"
-bodyTs: "'11.5':86 '13':96 '300ish':57 '95':100 'age':11 'anoth':23 'around':124 'bit':126 'browsing/streaming/email/bullshit':104 'budget':25 'busi':153 'call':28 'caveat':75 'cheap':56 'chrome':40 'chromebook':12,26,84 'current':83 'd':90,107,137,163 'day':31 'easiest':19 'enough':112,154 'forget':172 'get':4 'goal':51 'god':129 'googl':38 'grab':22 'juic':113 'keep':93 'laptop':58 'less':42 'like':91,108,164 'linux':63 'local':119 'look':123 'lot':133 'love':138 'm':69,152 'main':74,98 'minecraft':116 'mint':66 'need':79 'one':169 'open':70 'option':135 'partner':6 'play':115 'probabl':65 'proven':148 'read':36 'recommend':145 'replac':8 'server':120 'set':167 'size':78 'slap':62 'small':82 'snag':54 'suggest':72 'super':24 'tech':160 'think':15,88 'tinker':155 'use':99 've':122 'want':2,44 'web':103 'work':150 'would':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701268644
+visibility: "visible "
+apId: "https://lemm.ee/post/16294766"
+editedAt: null
+createdAt: DateTimeImmutable @1701182244 {#2000
date: 2023-11-28 15:37:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2057 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "13-or-smaller-Linux-laptop-best-replacement-for-aging-chromebook"
+title: "13" or smaller Linux laptop - best replacement for aging chromebook?"
+url: null
+body: """
I want to get my partner a replacement for an aging chromebook. I was thinking it would be easiest to just grab another super budget chromebook and call it a day. But the more I read about google and chrome, the less I want to do with them.\n
\n
So my goal is to snag a cheap ($300ish?) laptop that I can slap Linux on (probably mint, but I’m open to suggestions).\n
\n
The main caveat is the size- needs to be small. Current chromebook is 11.5” I think. I’d like to keep it under 13”. The main use (95% will be web browsing/streaming/email/bullshit) but I’d like it to have enough juice to play Minecraft on my local server.\n
\n
I’ve looked around a bit, but my god there is a lot of options. I’d love it if there was just a recommendation that was proven to work. I’m busy enough tinkering with all the other tech, and I’d like to just set this one up and forget it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 44
+favouriteCount: 39
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701445438 {#1979
date: 2023-12-01 16:43:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2247 …}
+votes: Doctrine\ORM\PersistentCollection {#2362 …}
+reports: Doctrine\ORM\PersistentCollection {#2367 …}
+favourites: Doctrine\ORM\PersistentCollection {#2269 …}
+notifications: Doctrine\ORM\PersistentCollection {#1347 …}
+badges: Doctrine\ORM\PersistentCollection {#1350 …}
+children: [
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "Oooh, don’t do the Pinebook Pro. I think anything Pine64 isn’t unsuitable for a non-tinkerer to be using. Also, if there’s DRM content involved (unsure on Hulu), you’ll probably want to stick with an x86 CPU."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701207257 {#2455
date: 2023-11-28 22:34:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Nimrod@lemm.ee"
"@colourlesspony@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 174959
-bodyTs: "'also':23 'anyth':10 'content':28 'cpu':42 'drm':27 'hulu':32 'involv':29 'isn':12 'll':34 'non':18 'non-tinker':17 'oooh':1 'pine64':11 'pinebook':6 'pro':7 'probabl':35 'stick':38 'think':9 'tinker':19 'unsuit':14 'unsur':30 'use':22 'want':36 'x86':41"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250454"
+editedAt: null
+createdAt: DateTimeImmutable @1701207257 {#2454
date: 2023-11-28 22:34:17.0 +01:00
}
+"title": 174959
}
]
-id: 17835
-titleTs: "'13':1 'age':9 'best':6 'chromebook':10 'laptop':5 'linux':4 'replac':7 'smaller':3"
-bodyTs: "'11.5':86 '13':96 '300ish':57 '95':100 'age':11 'anoth':23 'around':124 'bit':126 'browsing/streaming/email/bullshit':104 'budget':25 'busi':153 'call':28 'caveat':75 'cheap':56 'chrome':40 'chromebook':12,26,84 'current':83 'd':90,107,137,163 'day':31 'easiest':19 'enough':112,154 'forget':172 'get':4 'goal':51 'god':129 'googl':38 'grab':22 'juic':113 'keep':93 'laptop':58 'less':42 'like':91,108,164 'linux':63 'local':119 'look':123 'lot':133 'love':138 'm':69,152 'main':74,98 'minecraft':116 'mint':66 'need':79 'one':169 'open':70 'option':135 'partner':6 'play':115 'probabl':65 'proven':148 'read':36 'recommend':145 'replac':8 'server':120 'set':167 'size':78 'slap':62 'small':82 'snag':54 'suggest':72 'super':24 'tech':160 'think':15,88 'tinker':155 'use':99 've':122 'want':2,44 'web':103 'work':150 'would':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701268644
+visibility: "visible "
+apId: "https://lemm.ee/post/16294766"
+editedAt: null
+createdAt: DateTimeImmutable @1701182244 {#2000
date: 2023-11-28 15:37:24.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2057 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "13-or-smaller-Linux-laptop-best-replacement-for-aging-chromebook"
+title: "13" or smaller Linux laptop - best replacement for aging chromebook?"
+url: null
+body: """
I want to get my partner a replacement for an aging chromebook. I was thinking it would be easiest to just grab another super budget chromebook and call it a day. But the more I read about google and chrome, the less I want to do with them.\n
\n
So my goal is to snag a cheap ($300ish?) laptop that I can slap Linux on (probably mint, but I’m open to suggestions).\n
\n
The main caveat is the size- needs to be small. Current chromebook is 11.5” I think. I’d like to keep it under 13”. The main use (95% will be web browsing/streaming/email/bullshit) but I’d like it to have enough juice to play Minecraft on my local server.\n
\n
I’ve looked around a bit, but my god there is a lot of options. I’d love it if there was just a recommendation that was proven to work. I’m busy enough tinkering with all the other tech, and I’d like to just set this one up and forget it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 44
+favouriteCount: 39
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701445438 {#1979
date: 2023-12-01 16:43:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2247 …}
+votes: Doctrine\ORM\PersistentCollection {#2362 …}
+reports: Doctrine\ORM\PersistentCollection {#2367 …}
+favourites: Doctrine\ORM\PersistentCollection {#2269 …}
+notifications: Doctrine\ORM\PersistentCollection {#1347 …}
+badges: Doctrine\ORM\PersistentCollection {#1350 …}
+children: [
App\Entity\EntryComment {#1926}
]
-id: 17835
-titleTs: "'13':1 'age':9 'best':6 'chromebook':10 'laptop':5 'linux':4 'replac':7 'smaller':3"
-bodyTs: "'11.5':86 '13':96 '300ish':57 '95':100 'age':11 'anoth':23 'around':124 'bit':126 'browsing/streaming/email/bullshit':104 'budget':25 'busi':153 'call':28 'caveat':75 'cheap':56 'chrome':40 'chromebook':12,26,84 'current':83 'd':90,107,137,163 'day':31 'easiest':19 'enough':112,154 'forget':172 'get':4 'goal':51 'god':129 'googl':38 'grab':22 'juic':113 'keep':93 'laptop':58 'less':42 'like':91,108,164 'linux':63 'local':119 'look':123 'lot':133 'love':138 'm':69,152 'main':74,98 'minecraft':116 'mint':66 'need':79 'one':169 'open':70 'option':135 'partner':6 'play':115 'probabl':65 'proven':148 'read':36 'recommend':145 'replac':8 'server':120 'set':167 'size':78 'slap':62 'small':82 'snag':54 'suggest':72 'super':24 'tech':160 'think':15,88 'tinker':155 'use':99 've':122 'want':2,44 'web':103 'work':150 'would':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701268644
+visibility: "visible "
+apId: "https://lemm.ee/post/16294766"
+editedAt: null
+createdAt: DateTimeImmutable @1701182244 {#2000
date: 2023-11-28 15:37:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "Oooh, don’t do the Pinebook Pro. I think anything Pine64 isn’t unsuitable for a non-tinkerer to be using. Also, if there’s DRM content involved (unsure on Hulu), you’ll probably want to stick with an x86 CPU."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701207257 {#2455
date: 2023-11-28 22:34:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Nimrod@lemm.ee"
"@colourlesspony@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 174959
-bodyTs: "'also':23 'anyth':10 'content':28 'cpu':42 'drm':27 'hulu':32 'involv':29 'isn':12 'll':34 'non':18 'non-tinker':17 'oooh':1 'pine64':11 'pinebook':6 'pro':7 'probabl':35 'stick':38 'think':9 'tinker':19 'unsuit':14 'unsur':30 'use':22 'want':36 'x86':41"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250454"
+editedAt: null
+createdAt: DateTimeImmutable @1701207257 {#2454
date: 2023-11-28 22:34:17.0 +01:00
}
+"title": 174959
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2057 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "13-or-smaller-Linux-laptop-best-replacement-for-aging-chromebook"
+title: "13" or smaller Linux laptop - best replacement for aging chromebook?"
+url: null
+body: """
I want to get my partner a replacement for an aging chromebook. I was thinking it would be easiest to just grab another super budget chromebook and call it a day. But the more I read about google and chrome, the less I want to do with them.\n
\n
So my goal is to snag a cheap ($300ish?) laptop that I can slap Linux on (probably mint, but I’m open to suggestions).\n
\n
The main caveat is the size- needs to be small. Current chromebook is 11.5” I think. I’d like to keep it under 13”. The main use (95% will be web browsing/streaming/email/bullshit) but I’d like it to have enough juice to play Minecraft on my local server.\n
\n
I’ve looked around a bit, but my god there is a lot of options. I’d love it if there was just a recommendation that was proven to work. I’m busy enough tinkering with all the other tech, and I’d like to just set this one up and forget it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 44
+favouriteCount: 39
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701445438 {#1979
date: 2023-12-01 16:43:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2247 …}
+votes: Doctrine\ORM\PersistentCollection {#2362 …}
+reports: Doctrine\ORM\PersistentCollection {#2367 …}
+favourites: Doctrine\ORM\PersistentCollection {#2269 …}
+notifications: Doctrine\ORM\PersistentCollection {#1347 …}
+badges: Doctrine\ORM\PersistentCollection {#1350 …}
+children: [
App\Entity\EntryComment {#1926}
]
-id: 17835
-titleTs: "'13':1 'age':9 'best':6 'chromebook':10 'laptop':5 'linux':4 'replac':7 'smaller':3"
-bodyTs: "'11.5':86 '13':96 '300ish':57 '95':100 'age':11 'anoth':23 'around':124 'bit':126 'browsing/streaming/email/bullshit':104 'budget':25 'busi':153 'call':28 'caveat':75 'cheap':56 'chrome':40 'chromebook':12,26,84 'current':83 'd':90,107,137,163 'day':31 'easiest':19 'enough':112,154 'forget':172 'get':4 'goal':51 'god':129 'googl':38 'grab':22 'juic':113 'keep':93 'laptop':58 'less':42 'like':91,108,164 'linux':63 'local':119 'look':123 'lot':133 'love':138 'm':69,152 'main':74,98 'minecraft':116 'mint':66 'need':79 'one':169 'open':70 'option':135 'partner':6 'play':115 'probabl':65 'proven':148 'read':36 'recommend':145 'replac':8 'server':120 'set':167 'size':78 'slap':62 'small':82 'snag':54 'suggest':72 'super':24 'tech':160 'think':15,88 'tinker':155 'use':99 've':122 'want':2,44 'web':103 'work':150 'would':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701268644
+visibility: "visible "
+apId: "https://lemm.ee/post/16294766"
+editedAt: null
+createdAt: DateTimeImmutable @1701182244 {#2000
date: 2023-11-28 15:37:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "Oooh, don’t do the Pinebook Pro. I think anything Pine64 isn’t unsuitable for a non-tinkerer to be using. Also, if there’s DRM content involved (unsure on Hulu), you’ll probably want to stick with an x86 CPU."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701207257 {#2455
date: 2023-11-28 22:34:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Nimrod@lemm.ee"
"@colourlesspony@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 174959
-bodyTs: "'also':23 'anyth':10 'content':28 'cpu':42 'drm':27 'hulu':32 'involv':29 'isn':12 'll':34 'non':18 'non-tinker':17 'oooh':1 'pine64':11 'pinebook':6 'pro':7 'probabl':35 'stick':38 'think':9 'tinker':19 'unsuit':14 'unsur':30 'use':22 'want':36 'x86':41"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250454"
+editedAt: null
+createdAt: DateTimeImmutable @1701207257 {#2454
date: 2023-11-28 22:34:17.0 +01:00
}
+"title": 174959
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1926
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1907
+user: Proxies\__CG__\App\Entity\User {#2057 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "13-or-smaller-Linux-laptop-best-replacement-for-aging-chromebook"
+title: "13" or smaller Linux laptop - best replacement for aging chromebook?"
+url: null
+body: """
I want to get my partner a replacement for an aging chromebook. I was thinking it would be easiest to just grab another super budget chromebook and call it a day. But the more I read about google and chrome, the less I want to do with them.\n
\n
So my goal is to snag a cheap ($300ish?) laptop that I can slap Linux on (probably mint, but I’m open to suggestions).\n
\n
The main caveat is the size- needs to be small. Current chromebook is 11.5” I think. I’d like to keep it under 13”. The main use (95% will be web browsing/streaming/email/bullshit) but I’d like it to have enough juice to play Minecraft on my local server.\n
\n
I’ve looked around a bit, but my god there is a lot of options. I’d love it if there was just a recommendation that was proven to work. I’m busy enough tinkering with all the other tech, and I’d like to just set this one up and forget it.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 44
+favouriteCount: 39
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701445438 {#1979
date: 2023-12-01 16:43:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2247 …}
+votes: Doctrine\ORM\PersistentCollection {#2362 …}
+reports: Doctrine\ORM\PersistentCollection {#2367 …}
+favourites: Doctrine\ORM\PersistentCollection {#2269 …}
+notifications: Doctrine\ORM\PersistentCollection {#1347 …}
+badges: Doctrine\ORM\PersistentCollection {#1350 …}
+children: [
App\Entity\EntryComment {#1926}
]
-id: 17835
-titleTs: "'13':1 'age':9 'best':6 'chromebook':10 'laptop':5 'linux':4 'replac':7 'smaller':3"
-bodyTs: "'11.5':86 '13':96 '300ish':57 '95':100 'age':11 'anoth':23 'around':124 'bit':126 'browsing/streaming/email/bullshit':104 'budget':25 'busi':153 'call':28 'caveat':75 'cheap':56 'chrome':40 'chromebook':12,26,84 'current':83 'd':90,107,137,163 'day':31 'easiest':19 'enough':112,154 'forget':172 'get':4 'goal':51 'god':129 'googl':38 'grab':22 'juic':113 'keep':93 'laptop':58 'less':42 'like':91,108,164 'linux':63 'local':119 'look':123 'lot':133 'love':138 'm':69,152 'main':74,98 'minecraft':116 'mint':66 'need':79 'one':169 'open':70 'option':135 'partner':6 'play':115 'probabl':65 'proven':148 'read':36 'recommend':145 'replac':8 'server':120 'set':167 'size':78 'slap':62 'small':82 'snag':54 'suggest':72 'super':24 'tech':160 'think':15,88 'tinker':155 'use':99 've':122 'want':2,44 'web':103 'work':150 'would':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701268644
+visibility: "visible "
+apId: "https://lemm.ee/post/16294766"
+editedAt: null
+createdAt: DateTimeImmutable @1701182244 {#2000
date: 2023-11-28 15:37:24.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1654 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1908 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
+body: "Oooh, don’t do the Pinebook Pro. I think anything Pine64 isn’t unsuitable for a non-tinkerer to be using. Also, if there’s DRM content involved (unsure on Hulu), you’ll probably want to stick with an x86 CPU."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1701207257 {#2455
date: 2023-11-28 22:34:17.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Nimrod@lemm.ee"
"@colourlesspony@pawb.social"
]
+children: Doctrine\ORM\PersistentCollection {#1883 …}
+nested: Doctrine\ORM\PersistentCollection {#2389 …}
+votes: Doctrine\ORM\PersistentCollection {#2387 …}
+reports: Doctrine\ORM\PersistentCollection {#2394 …}
+favourites: Doctrine\ORM\PersistentCollection {#2393 …}
+notifications: Doctrine\ORM\PersistentCollection {#1381 …}
-id: 174959
-bodyTs: "'also':23 'anyth':10 'content':28 'cpu':42 'drm':27 'hulu':32 'involv':29 'isn':12 'll':34 'non':18 'non-tinker':17 'oooh':1 'pine64':11 'pinebook':6 'pro':7 'probabl':35 'stick':38 'think':9 'tinker':19 'unsuit':14 'unsur':30 'use':22 'want':36 'x86':41"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/5250454"
+editedAt: null
+createdAt: DateTimeImmutable @1701207257 {#2454
date: 2023-11-28 22:34:17.0 +01:00
}
+"title": 174959
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1724
+user: Proxies\__CG__\App\Entity\User {#2375 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "What-app-do-you-use-for-Mastodon"
+title: "What app do you use for Mastodon?"
+url: null
+body: """
I've been wanting to check out Mastodon and a good app helps me be more engaged. My issue is that there are lots of interesting apps so I don't which one to pick! Which one do you like and why?\n
\n
Android is preferred, but feel free to suggest iOS apps for others to use. Websites are also fine, but I'd like to install it as a PWA if possible.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 47
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1687643688 {#2519
date: 2023-06-24 23:54:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2524 …}
+votes: Doctrine\ORM\PersistentCollection {#2527 …}
+reports: Doctrine\ORM\PersistentCollection {#2529 …}
+favourites: Doctrine\ORM\PersistentCollection {#2531 …}
+notifications: Doctrine\ORM\PersistentCollection {#2533 …}
+badges: Doctrine\ORM\PersistentCollection {#2535 …}
+children: [
App\Entity\EntryComment {#1565
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1724 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+parent: null
+root: null
+body: "I find the mobile interface (the browser) to be really good, at least in comparison to Lemmy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1687615076 {#1560
date: 2023-06-24 15:57:56.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@runswithjedi@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1727 …}
+votes: Doctrine\ORM\PersistentCollection {#1737 …}
+reports: Doctrine\ORM\PersistentCollection {#1736 …}
+favourites: Doctrine\ORM\PersistentCollection {#1619 …}
+notifications: Doctrine\ORM\PersistentCollection {#1687 …}
-id: 4357
-bodyTs: "'browser':7 'comparison':15 'find':2 'good':11 'interfac':5 'least':13 'lemmi':17 'mobil':4 'realli':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/550283"
+editedAt: null
+createdAt: DateTimeImmutable @1687615076 {#1573
date: 2023-06-24 15:57:56.0 +02:00
}
+"title": 4357
}
]
-id: 419
-titleTs: "'app':2 'mastodon':7 'use':5"
-bodyTs: "'also':59 'android':43 'app':12,27,52 'check':6 'd':63 'engag':17 'feel':47 'fine':60 'free':48 'good':11 'help':13 'instal':66 'interest':26 'io':51 'issu':19 'like':40,64 'lot':24 'mastodon':8 'one':33,37 'other':54 'pick':35 'possibl':72 'prefer':45 'pwa':70 'suggest':50 'use':56 've':2 'want':4 'websit':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1687698854
+visibility: "visible "
+apId: "https://lemmy.world/post/520651"
+editedAt: null
+createdAt: DateTimeImmutable @1687612454 {#1355
date: 2023-06-24 15:14:14.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1724
+user: Proxies\__CG__\App\Entity\User {#2375 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "What-app-do-you-use-for-Mastodon"
+title: "What app do you use for Mastodon?"
+url: null
+body: """
I've been wanting to check out Mastodon and a good app helps me be more engaged. My issue is that there are lots of interesting apps so I don't which one to pick! Which one do you like and why?\n
\n
Android is preferred, but feel free to suggest iOS apps for others to use. Websites are also fine, but I'd like to install it as a PWA if possible.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 47
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1687643688 {#2519
date: 2023-06-24 23:54:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2524 …}
+votes: Doctrine\ORM\PersistentCollection {#2527 …}
+reports: Doctrine\ORM\PersistentCollection {#2529 …}
+favourites: Doctrine\ORM\PersistentCollection {#2531 …}
+notifications: Doctrine\ORM\PersistentCollection {#2533 …}
+badges: Doctrine\ORM\PersistentCollection {#2535 …}
+children: [
App\Entity\EntryComment {#1565
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1724 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+parent: null
+root: null
+body: "I find the mobile interface (the browser) to be really good, at least in comparison to Lemmy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1687615076 {#1560
date: 2023-06-24 15:57:56.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@runswithjedi@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1727 …}
+votes: Doctrine\ORM\PersistentCollection {#1737 …}
+reports: Doctrine\ORM\PersistentCollection {#1736 …}
+favourites: Doctrine\ORM\PersistentCollection {#1619 …}
+notifications: Doctrine\ORM\PersistentCollection {#1687 …}
-id: 4357
-bodyTs: "'browser':7 'comparison':15 'find':2 'good':11 'interfac':5 'least':13 'lemmi':17 'mobil':4 'realli':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/550283"
+editedAt: null
+createdAt: DateTimeImmutable @1687615076 {#1573
date: 2023-06-24 15:57:56.0 +02:00
}
+"title": 4357
}
]
-id: 419
-titleTs: "'app':2 'mastodon':7 'use':5"
-bodyTs: "'also':59 'android':43 'app':12,27,52 'check':6 'd':63 'engag':17 'feel':47 'fine':60 'free':48 'good':11 'help':13 'instal':66 'interest':26 'io':51 'issu':19 'like':40,64 'lot':24 'mastodon':8 'one':33,37 'other':54 'pick':35 'possibl':72 'prefer':45 'pwa':70 'suggest':50 'use':56 've':2 'want':4 'websit':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1687698854
+visibility: "visible "
+apId: "https://lemmy.world/post/520651"
+editedAt: null
+createdAt: DateTimeImmutable @1687612454 {#1355
date: 2023-06-24 15:14:14.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1724
+user: Proxies\__CG__\App\Entity\User {#2375 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "What-app-do-you-use-for-Mastodon"
+title: "What app do you use for Mastodon?"
+url: null
+body: """
I've been wanting to check out Mastodon and a good app helps me be more engaged. My issue is that there are lots of interesting apps so I don't which one to pick! Which one do you like and why?\n
\n
Android is preferred, but feel free to suggest iOS apps for others to use. Websites are also fine, but I'd like to install it as a PWA if possible.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 47
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1687643688 {#2519
date: 2023-06-24 23:54:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2524 …}
+votes: Doctrine\ORM\PersistentCollection {#2527 …}
+reports: Doctrine\ORM\PersistentCollection {#2529 …}
+favourites: Doctrine\ORM\PersistentCollection {#2531 …}
+notifications: Doctrine\ORM\PersistentCollection {#2533 …}
+badges: Doctrine\ORM\PersistentCollection {#2535 …}
+children: [
App\Entity\EntryComment {#1565
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1724 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+parent: null
+root: null
+body: "I find the mobile interface (the browser) to be really good, at least in comparison to Lemmy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1687615076 {#1560
date: 2023-06-24 15:57:56.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@runswithjedi@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1727 …}
+votes: Doctrine\ORM\PersistentCollection {#1737 …}
+reports: Doctrine\ORM\PersistentCollection {#1736 …}
+favourites: Doctrine\ORM\PersistentCollection {#1619 …}
+notifications: Doctrine\ORM\PersistentCollection {#1687 …}
-id: 4357
-bodyTs: "'browser':7 'comparison':15 'find':2 'good':11 'interfac':5 'least':13 'lemmi':17 'mobil':4 'realli':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/550283"
+editedAt: null
+createdAt: DateTimeImmutable @1687615076 {#1573
date: 2023-06-24 15:57:56.0 +02:00
}
+"title": 4357
}
]
-id: 419
-titleTs: "'app':2 'mastodon':7 'use':5"
-bodyTs: "'also':59 'android':43 'app':12,27,52 'check':6 'd':63 'engag':17 'feel':47 'fine':60 'free':48 'good':11 'help':13 'instal':66 'interest':26 'io':51 'issu':19 'like':40,64 'lot':24 'mastodon':8 'one':33,37 'other':54 'pick':35 'possibl':72 'prefer':45 'pwa':70 'suggest':50 'use':56 've':2 'want':4 'websit':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1687698854
+visibility: "visible "
+apId: "https://lemmy.world/post/520651"
+editedAt: null
+createdAt: DateTimeImmutable @1687612454 {#1355
date: 2023-06-24 15:14:14.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1565
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1724
+user: Proxies\__CG__\App\Entity\User {#2375 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "What-app-do-you-use-for-Mastodon"
+title: "What app do you use for Mastodon?"
+url: null
+body: """
I've been wanting to check out Mastodon and a good app helps me be more engaged. My issue is that there are lots of interesting apps so I don't which one to pick! Which one do you like and why?\n
\n
Android is preferred, but feel free to suggest iOS apps for others to use. Websites are also fine, but I'd like to install it as a PWA if possible.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 47
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1687643688 {#2519
date: 2023-06-24 23:54:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2524 …}
+votes: Doctrine\ORM\PersistentCollection {#2527 …}
+reports: Doctrine\ORM\PersistentCollection {#2529 …}
+favourites: Doctrine\ORM\PersistentCollection {#2531 …}
+notifications: Doctrine\ORM\PersistentCollection {#2533 …}
+badges: Doctrine\ORM\PersistentCollection {#2535 …}
+children: [
App\Entity\EntryComment {#1565}
]
-id: 419
-titleTs: "'app':2 'mastodon':7 'use':5"
-bodyTs: "'also':59 'android':43 'app':12,27,52 'check':6 'd':63 'engag':17 'feel':47 'fine':60 'free':48 'good':11 'help':13 'instal':66 'interest':26 'io':51 'issu':19 'like':40,64 'lot':24 'mastodon':8 'one':33,37 'other':54 'pick':35 'possibl':72 'prefer':45 'pwa':70 'suggest':50 'use':56 've':2 'want':4 'websit':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1687698854
+visibility: "visible "
+apId: "https://lemmy.world/post/520651"
+editedAt: null
+createdAt: DateTimeImmutable @1687612454 {#1355
date: 2023-06-24 15:14:14.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+parent: null
+root: null
+body: "I find the mobile interface (the browser) to be really good, at least in comparison to Lemmy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1687615076 {#1560
date: 2023-06-24 15:57:56.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@runswithjedi@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1727 …}
+votes: Doctrine\ORM\PersistentCollection {#1737 …}
+reports: Doctrine\ORM\PersistentCollection {#1736 …}
+favourites: Doctrine\ORM\PersistentCollection {#1619 …}
+notifications: Doctrine\ORM\PersistentCollection {#1687 …}
-id: 4357
-bodyTs: "'browser':7 'comparison':15 'find':2 'good':11 'interfac':5 'least':13 'lemmi':17 'mobil':4 'realli':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/550283"
+editedAt: null
+createdAt: DateTimeImmutable @1687615076 {#1573
date: 2023-06-24 15:57:56.0 +02:00
}
+"title": 4357
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
App\Entity\EntryComment {#1565
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1724
+user: Proxies\__CG__\App\Entity\User {#2375 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "What-app-do-you-use-for-Mastodon"
+title: "What app do you use for Mastodon?"
+url: null
+body: """
I've been wanting to check out Mastodon and a good app helps me be more engaged. My issue is that there are lots of interesting apps so I don't which one to pick! Which one do you like and why?\n
\n
Android is preferred, but feel free to suggest iOS apps for others to use. Websites are also fine, but I'd like to install it as a PWA if possible.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 47
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1687643688 {#2519
date: 2023-06-24 23:54:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2524 …}
+votes: Doctrine\ORM\PersistentCollection {#2527 …}
+reports: Doctrine\ORM\PersistentCollection {#2529 …}
+favourites: Doctrine\ORM\PersistentCollection {#2531 …}
+notifications: Doctrine\ORM\PersistentCollection {#2533 …}
+badges: Doctrine\ORM\PersistentCollection {#2535 …}
+children: [
App\Entity\EntryComment {#1565}
]
-id: 419
-titleTs: "'app':2 'mastodon':7 'use':5"
-bodyTs: "'also':59 'android':43 'app':12,27,52 'check':6 'd':63 'engag':17 'feel':47 'fine':60 'free':48 'good':11 'help':13 'instal':66 'interest':26 'io':51 'issu':19 'like':40,64 'lot':24 'mastodon':8 'one':33,37 'other':54 'pick':35 'possibl':72 'prefer':45 'pwa':70 'suggest':50 'use':56 've':2 'want':4 'websit':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1687698854
+visibility: "visible "
+apId: "https://lemmy.world/post/520651"
+editedAt: null
+createdAt: DateTimeImmutable @1687612454 {#1355
date: 2023-06-24 15:14:14.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+parent: null
+root: null
+body: "I find the mobile interface (the browser) to be really good, at least in comparison to Lemmy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1687615076 {#1560
date: 2023-06-24 15:57:56.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@runswithjedi@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1727 …}
+votes: Doctrine\ORM\PersistentCollection {#1737 …}
+reports: Doctrine\ORM\PersistentCollection {#1736 …}
+favourites: Doctrine\ORM\PersistentCollection {#1619 …}
+notifications: Doctrine\ORM\PersistentCollection {#1687 …}
-id: 4357
-bodyTs: "'browser':7 'comparison':15 'find':2 'good':11 'interfac':5 'least':13 'lemmi':17 'mobil':4 'realli':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/550283"
+editedAt: null
+createdAt: DateTimeImmutable @1687615076 {#1573
date: 2023-06-24 15:57:56.0 +02:00
}
+"title": 4357
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1565
+user: App\Entity\User {#264 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1724
+user: Proxies\__CG__\App\Entity\User {#2375 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1752 …}
+slug: "What-app-do-you-use-for-Mastodon"
+title: "What app do you use for Mastodon?"
+url: null
+body: """
I've been wanting to check out Mastodon and a good app helps me be more engaged. My issue is that there are lots of interesting apps so I don't which one to pick! Which one do you like and why?\n
\n
Android is preferred, but feel free to suggest iOS apps for others to use. Websites are also fine, but I'd like to install it as a PWA if possible.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 47
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1687643688 {#2519
date: 2023-06-24 23:54:48.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2524 …}
+votes: Doctrine\ORM\PersistentCollection {#2527 …}
+reports: Doctrine\ORM\PersistentCollection {#2529 …}
+favourites: Doctrine\ORM\PersistentCollection {#2531 …}
+notifications: Doctrine\ORM\PersistentCollection {#2533 …}
+badges: Doctrine\ORM\PersistentCollection {#2535 …}
+children: [
App\Entity\EntryComment {#1565}
]
-id: 419
-titleTs: "'app':2 'mastodon':7 'use':5"
-bodyTs: "'also':59 'android':43 'app':12,27,52 'check':6 'd':63 'engag':17 'feel':47 'fine':60 'free':48 'good':11 'help':13 'instal':66 'interest':26 'io':51 'issu':19 'like':40,64 'lot':24 'mastodon':8 'one':33,37 'other':54 'pick':35 'possibl':72 'prefer':45 'pwa':70 'suggest':50 'use':56 've':2 'want':4 'websit':57"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1687698854
+visibility: "visible "
+apId: "https://lemmy.world/post/520651"
+editedAt: null
+createdAt: DateTimeImmutable @1687612454 {#1355
date: 2023-06-24 15:14:14.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1729 …}
+image: null
+parent: null
+root: null
+body: "I find the mobile interface (the browser) to be really good, at least in comparison to Lemmy."
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1687615076 {#1560
date: 2023-06-24 15:57:56.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@runswithjedi@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1733 …}
+nested: Doctrine\ORM\PersistentCollection {#1727 …}
+votes: Doctrine\ORM\PersistentCollection {#1737 …}
+reports: Doctrine\ORM\PersistentCollection {#1736 …}
+favourites: Doctrine\ORM\PersistentCollection {#1619 …}
+notifications: Doctrine\ORM\PersistentCollection {#1687 …}
-id: 4357
-bodyTs: "'browser':7 'comparison':15 'find':2 'good':11 'interfac':5 'least':13 'lemmi':17 'mobil':4 'realli':10"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/550283"
+editedAt: null
+createdAt: DateTimeImmutable @1687615076 {#1573
date: 2023-06-24 15:57:56.0 +02:00
}
+"title": 4357
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
54 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|