1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1390
+user: Proxies\__CG__\App\Entity\User {#1956 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Add-YOUR-city-to-the-Gnome-weather-app-Solved"
+title: "Add YOUR city to the Gnome weather app [Solved]"
+url: null
+body: """
cross-posted from: [!linux@lemmy.eco.br](/c/linux@lemmy.eco.br) | [lemmy.eco.br/post/1969330](https://lemmy.eco.br/post/1969330)\n
\n
I’ve been using Gnome for about 10 months and it always bothered me that my city (with more than a million inhabitants) was not found in the [Weather](https://apps.gnome.org/Weather/) program.\n
\n
I looked for solutions several times and never found them, until I found [this thread](https://gitlab.gnome.org/GNOME/gnome-weather/-/issues/247#note_1819885) yesterday. That the user [Julian](https://gitlab.gnome.org/julianfairfax) made a [script that solves this problem](https://gitlab.com/julianfairfax/scripts/-/blob/main/add-location-to-gnome-weather.sh?ref_type=heads). you just have to run and enter the name of your city and then confirm.\n
\n
script`bash #!/bin/bash if [[ ! -z “$(which gnome-weather)” ]]; then \tsystem=1 fi if [[ ! -z “$(flatpak list | grep org.gnome.Weather)” ]]; then \tflatpak=1 fi if [[ ! $system == 1 && ! $flatpak == 1 ]]; then \techo “GNOME Weather isn’t installed” \texit fi if [[ ! -z “$*” ]]; then \tquery=“$*” else \tread -p “Type the name of the location you want to add to GNOME Weather: " query fi query=”$(echo $query | sed ‘s/ /+/g’)" request=$(curl “https://nominatim.openstreetmap.org/search?q=$query&format=json&limit=1” -s) if [[ $request == “[]” ]]; then \techo “No locations found, consider removing some search terms” \texit fi read -p “If this is not the location you wanted, consider adding search terms Are you sure you want to add $(echo $request | sed 's/.*“display_name”:”//’ | sed ‘s/".*//’)? [y/n] : " answer if [[ ! $answer == “y” ]]; then \techo “Not adding location” \texit else \techo “Adding location” fi id=$(echo $request | sed ‘s/.*“place_id”://’ | sed ‘s/,.*//’) name=$(curl “https://nominatim.openstreetmap.org/details.php?place_id=$id&format=json” -s | sed ‘s/.*“name”: "//’ | sed ‘s/".*//’) lat=$(echo $request | sed ‘s/.*“lat”:"//’ | sed ‘s/".*//’) lat=$(echo “$lat / (180 / 3.141592654)” | bc -l) lon=$(echo $request | sed ‘s/.*“lon”:"//’ | sed ‘s/".*//’) lon=$(echo “$lon / (180 / 3.141592654)” | bc -l) if [[ $system == 1 ]]; then \tlocations=$(gsettings get org.gnome.Weather locations) fi if [[ $flatpak == 1 ]]; then \tlocations=$(flatpak run --command=gsettings org.gnome.Weather get org.gnome.Weather locations) fi location=“<(uint32 2, <(‘$name’, ‘’, false, [($lat, $lon)], @a(dd) [])>)>” if [[ $system == 1 ]]; then \tif [[ ! $(gsettings get org.gnome.Weather locations) == “@av []” ]]; then \t\tgsettings set org.gnome.Weather locations “$(echo $locations | sed “s|>]|>, $location]|”)” \telse \t\tgsettings set org.gnome.Weather locations “[$location]” \tfi fi if [[ $flatpak == 1 ]]; then \tif [[ ! $(flatpak run --command=gsettings org.gnome.Weather get org.gnome.Weather locations) == “@av []” ]]; then \t\tflatpak run --command=gsettings org.gnome.Weather set org.gnome.Weather locations “$(echo $locations | sed “s|>]|>, $location]|”)” \telse \t\tflatpak run --command=gsettings org.gnome.Weather set org.gnome.Weather locations “[$location]” \tfi fi `\n
\n
---\n
\n
It occurred to me that some people might not know how to run scripts, so here’s a brief tutorial:\n
\n
How to run scripts in Linux1. Save the script to a text file and save with the `.sh` extension 2. Provide execute permission: `chmod u+x script.sh`3. run the script by double clicking or `./script.sh`
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 52
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701364533 {#1688
date: 2023-11-30 18:15:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@a"
"@av"
]
+comments: Doctrine\ORM\PersistentCollection {#1882 …}
+votes: Doctrine\ORM\PersistentCollection {#1370 …}
+reports: Doctrine\ORM\PersistentCollection {#60 …}
+favourites: Doctrine\ORM\PersistentCollection {#1508 …}
+notifications: Doctrine\ORM\PersistentCollection {#1541 …}
+badges: Doctrine\ORM\PersistentCollection {#1531 …}
+children: []
-id: 18263
-titleTs: "'add':1 'app':8 'citi':3 'gnome':6 'solv':9 'weather':7"
-bodyTs: "'/bin/bash':97 '/c/linux':6 '/details.php?place_id=$id&format=json':238 '/g':159 '/gnome/gnome-weather/-/issues/247#note_1819885)':61 '/julianfairfax)':69 '/julianfairfax/scripts/-/blob/main/add-location-to-gnome-weather.sh?ref_type=heads).':79 '/post/1969330](https://lemmy.eco.br/post/1969330)':10 '/script.sh':431 '/search?q=$query&format=json&limit=1':164 '/weather/)':42 '1':106,116,120,122,277,287,310,338 '10':18 '180':256,271 '2':301,415 '3':423 '3.141592654':257,272 'ad':191,217,222 'add':148,200 'alway':22 'answer':210,212 'apps.gnome.org':41 'apps.gnome.org/weather/)':40 'av':317,349 'bash':96 'bc':258,273 'bother':23 'brief':394 'chmod':419 'citi':27,91 'click':429 'command':292,343,353,367 'confirm':94 'consid':173,190 'cross':2 'cross-post':1 'curl':161,235 'dd':307 'display':205 'doubl':428 'echo':124,155,169,201,215,221,226,246,254,261,269,323,359 'els':136,220,328,364 'enter':86 'execut':417 'exit':130,178,219 'extens':414 'fals':303 'fi':107,117,131,153,179,224,284,298,334,335,374,375 'file':408 'flatpak':110,115,121,286,290,337,341,351,365 'found':36,52,56,172 'get':281,295,314,346 'gitlab.com':78 'gitlab.com/julianfairfax/scripts/-/blob/main/add-location-to-gnome-weather.sh?ref_type=heads).':77 'gitlab.gnome.org':60,68 'gitlab.gnome.org/gnome/gnome-weather/-/issues/247#note_1819885)':59 'gitlab.gnome.org/julianfairfax)':67 'gnome':15,102,125,150 'gnome-weath':101 'grep':112 'gset':280,293,313,319,329,344,354,368 'id':225,231 'inhabit':33 'instal':129 'isn':127 'julian':66 'know':385 'l':259,274 'lat':245,250,253,255,304 'lemmy.eco.br':7,9 'lemmy.eco.br/post/1969330](https://lemmy.eco.br/post/1969330)':8 'linux1':401 'linux@lemmy.eco.br':5 'list':111 'locat':144,171,187,218,223,279,283,289,297,299,316,322,324,327,332,333,348,358,360,363,372,373 'lon':260,265,268,270,305 'look':45 'made':70 'might':383 'million':32 'month':19 'name':88,141,206,234,242,302 'never':51 'nominatim.openstreetmap.org':163,237 'nominatim.openstreetmap.org/details.php?place_id=$id&format=json':236 'nominatim.openstreetmap.org/search?q=$query&format=json&limit=1':162 'occur':377 'org.gnome.weather':113,282,294,296,315,321,331,345,347,355,357,369,371 'p':138,181 'peopl':382 'permiss':418 'place':230 'post':3 'problem':76 'program':43 'provid':416 'queri':135,152,154,156 'read':137,180 'remov':174 'request':160,167,202,227,247,262 'run':84,291,342,352,366,388,398,424 'save':402,410 'script':72,95,389,399,404,426 'script.sh':422 'search':176,192 'sed':157,203,207,228,232,240,243,248,251,263,266,325,361 'set':320,330,356,370 'sever':48 'sh':413 'solut':47 'solv':74 'sure':196 'system':105,119,276,309 'term':177,193 'text':407 'thread':58 'time':49 'tutori':395 'type':139 'u':420 'uint32':300 'use':14 'user':65 've':12 'want':146,189,198 'weather':39,103,126,151 'x':421 'y':213 'y/n':209 'yesterday':62 'z':99,109,133"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701367347
+visibility: "visible "
+apId: "https://lemmy.eco.br/post/1973179"
+editedAt: DateTimeImmutable @1702191218 {#1373
date: 2023-12-10 07:53:38.0 +01:00
}
+createdAt: DateTimeImmutable @1701280947 {#1864
date: 2023-11-29 19:02:27.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1390
+user: Proxies\__CG__\App\Entity\User {#1956 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Add-YOUR-city-to-the-Gnome-weather-app-Solved"
+title: "Add YOUR city to the Gnome weather app [Solved]"
+url: null
+body: """
cross-posted from: [!linux@lemmy.eco.br](/c/linux@lemmy.eco.br) | [lemmy.eco.br/post/1969330](https://lemmy.eco.br/post/1969330)\n
\n
I’ve been using Gnome for about 10 months and it always bothered me that my city (with more than a million inhabitants) was not found in the [Weather](https://apps.gnome.org/Weather/) program.\n
\n
I looked for solutions several times and never found them, until I found [this thread](https://gitlab.gnome.org/GNOME/gnome-weather/-/issues/247#note_1819885) yesterday. That the user [Julian](https://gitlab.gnome.org/julianfairfax) made a [script that solves this problem](https://gitlab.com/julianfairfax/scripts/-/blob/main/add-location-to-gnome-weather.sh?ref_type=heads). you just have to run and enter the name of your city and then confirm.\n
\n
script`bash #!/bin/bash if [[ ! -z “$(which gnome-weather)” ]]; then \tsystem=1 fi if [[ ! -z “$(flatpak list | grep org.gnome.Weather)” ]]; then \tflatpak=1 fi if [[ ! $system == 1 && ! $flatpak == 1 ]]; then \techo “GNOME Weather isn’t installed” \texit fi if [[ ! -z “$*” ]]; then \tquery=“$*” else \tread -p “Type the name of the location you want to add to GNOME Weather: " query fi query=”$(echo $query | sed ‘s/ /+/g’)" request=$(curl “https://nominatim.openstreetmap.org/search?q=$query&format=json&limit=1” -s) if [[ $request == “[]” ]]; then \techo “No locations found, consider removing some search terms” \texit fi read -p “If this is not the location you wanted, consider adding search terms Are you sure you want to add $(echo $request | sed 's/.*“display_name”:”//’ | sed ‘s/".*//’)? [y/n] : " answer if [[ ! $answer == “y” ]]; then \techo “Not adding location” \texit else \techo “Adding location” fi id=$(echo $request | sed ‘s/.*“place_id”://’ | sed ‘s/,.*//’) name=$(curl “https://nominatim.openstreetmap.org/details.php?place_id=$id&format=json” -s | sed ‘s/.*“name”: "//’ | sed ‘s/".*//’) lat=$(echo $request | sed ‘s/.*“lat”:"//’ | sed ‘s/".*//’) lat=$(echo “$lat / (180 / 3.141592654)” | bc -l) lon=$(echo $request | sed ‘s/.*“lon”:"//’ | sed ‘s/".*//’) lon=$(echo “$lon / (180 / 3.141592654)” | bc -l) if [[ $system == 1 ]]; then \tlocations=$(gsettings get org.gnome.Weather locations) fi if [[ $flatpak == 1 ]]; then \tlocations=$(flatpak run --command=gsettings org.gnome.Weather get org.gnome.Weather locations) fi location=“<(uint32 2, <(‘$name’, ‘’, false, [($lat, $lon)], @a(dd) [])>)>” if [[ $system == 1 ]]; then \tif [[ ! $(gsettings get org.gnome.Weather locations) == “@av []” ]]; then \t\tgsettings set org.gnome.Weather locations “$(echo $locations | sed “s|>]|>, $location]|”)” \telse \t\tgsettings set org.gnome.Weather locations “[$location]” \tfi fi if [[ $flatpak == 1 ]]; then \tif [[ ! $(flatpak run --command=gsettings org.gnome.Weather get org.gnome.Weather locations) == “@av []” ]]; then \t\tflatpak run --command=gsettings org.gnome.Weather set org.gnome.Weather locations “$(echo $locations | sed “s|>]|>, $location]|”)” \telse \t\tflatpak run --command=gsettings org.gnome.Weather set org.gnome.Weather locations “[$location]” \tfi fi `\n
\n
---\n
\n
It occurred to me that some people might not know how to run scripts, so here’s a brief tutorial:\n
\n
How to run scripts in Linux1. Save the script to a text file and save with the `.sh` extension 2. Provide execute permission: `chmod u+x script.sh`3. run the script by double clicking or `./script.sh`
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 52
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701364533 {#1688
date: 2023-11-30 18:15:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@a"
"@av"
]
+comments: Doctrine\ORM\PersistentCollection {#1882 …}
+votes: Doctrine\ORM\PersistentCollection {#1370 …}
+reports: Doctrine\ORM\PersistentCollection {#60 …}
+favourites: Doctrine\ORM\PersistentCollection {#1508 …}
+notifications: Doctrine\ORM\PersistentCollection {#1541 …}
+badges: Doctrine\ORM\PersistentCollection {#1531 …}
+children: []
-id: 18263
-titleTs: "'add':1 'app':8 'citi':3 'gnome':6 'solv':9 'weather':7"
-bodyTs: "'/bin/bash':97 '/c/linux':6 '/details.php?place_id=$id&format=json':238 '/g':159 '/gnome/gnome-weather/-/issues/247#note_1819885)':61 '/julianfairfax)':69 '/julianfairfax/scripts/-/blob/main/add-location-to-gnome-weather.sh?ref_type=heads).':79 '/post/1969330](https://lemmy.eco.br/post/1969330)':10 '/script.sh':431 '/search?q=$query&format=json&limit=1':164 '/weather/)':42 '1':106,116,120,122,277,287,310,338 '10':18 '180':256,271 '2':301,415 '3':423 '3.141592654':257,272 'ad':191,217,222 'add':148,200 'alway':22 'answer':210,212 'apps.gnome.org':41 'apps.gnome.org/weather/)':40 'av':317,349 'bash':96 'bc':258,273 'bother':23 'brief':394 'chmod':419 'citi':27,91 'click':429 'command':292,343,353,367 'confirm':94 'consid':173,190 'cross':2 'cross-post':1 'curl':161,235 'dd':307 'display':205 'doubl':428 'echo':124,155,169,201,215,221,226,246,254,261,269,323,359 'els':136,220,328,364 'enter':86 'execut':417 'exit':130,178,219 'extens':414 'fals':303 'fi':107,117,131,153,179,224,284,298,334,335,374,375 'file':408 'flatpak':110,115,121,286,290,337,341,351,365 'found':36,52,56,172 'get':281,295,314,346 'gitlab.com':78 'gitlab.com/julianfairfax/scripts/-/blob/main/add-location-to-gnome-weather.sh?ref_type=heads).':77 'gitlab.gnome.org':60,68 'gitlab.gnome.org/gnome/gnome-weather/-/issues/247#note_1819885)':59 'gitlab.gnome.org/julianfairfax)':67 'gnome':15,102,125,150 'gnome-weath':101 'grep':112 'gset':280,293,313,319,329,344,354,368 'id':225,231 'inhabit':33 'instal':129 'isn':127 'julian':66 'know':385 'l':259,274 'lat':245,250,253,255,304 'lemmy.eco.br':7,9 'lemmy.eco.br/post/1969330](https://lemmy.eco.br/post/1969330)':8 'linux1':401 'linux@lemmy.eco.br':5 'list':111 'locat':144,171,187,218,223,279,283,289,297,299,316,322,324,327,332,333,348,358,360,363,372,373 'lon':260,265,268,270,305 'look':45 'made':70 'might':383 'million':32 'month':19 'name':88,141,206,234,242,302 'never':51 'nominatim.openstreetmap.org':163,237 'nominatim.openstreetmap.org/details.php?place_id=$id&format=json':236 'nominatim.openstreetmap.org/search?q=$query&format=json&limit=1':162 'occur':377 'org.gnome.weather':113,282,294,296,315,321,331,345,347,355,357,369,371 'p':138,181 'peopl':382 'permiss':418 'place':230 'post':3 'problem':76 'program':43 'provid':416 'queri':135,152,154,156 'read':137,180 'remov':174 'request':160,167,202,227,247,262 'run':84,291,342,352,366,388,398,424 'save':402,410 'script':72,95,389,399,404,426 'script.sh':422 'search':176,192 'sed':157,203,207,228,232,240,243,248,251,263,266,325,361 'set':320,330,356,370 'sever':48 'sh':413 'solut':47 'solv':74 'sure':196 'system':105,119,276,309 'term':177,193 'text':407 'thread':58 'time':49 'tutori':395 'type':139 'u':420 'uint32':300 'use':14 'user':65 've':12 'want':146,189,198 'weather':39,103,126,151 'x':421 'y':213 'y/n':209 'yesterday':62 'z':99,109,133"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701367347
+visibility: "visible "
+apId: "https://lemmy.eco.br/post/1973179"
+editedAt: DateTimeImmutable @1702191218 {#1373
date: 2023-12-10 07:53:38.0 +01:00
}
+createdAt: DateTimeImmutable @1701280947 {#1864
date: 2023-11-29 19:02:27.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1390
+user: Proxies\__CG__\App\Entity\User {#1956 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Add-YOUR-city-to-the-Gnome-weather-app-Solved"
+title: "Add YOUR city to the Gnome weather app [Solved]"
+url: null
+body: """
cross-posted from: [!linux@lemmy.eco.br](/c/linux@lemmy.eco.br) | [lemmy.eco.br/post/1969330](https://lemmy.eco.br/post/1969330)\n
\n
I’ve been using Gnome for about 10 months and it always bothered me that my city (with more than a million inhabitants) was not found in the [Weather](https://apps.gnome.org/Weather/) program.\n
\n
I looked for solutions several times and never found them, until I found [this thread](https://gitlab.gnome.org/GNOME/gnome-weather/-/issues/247#note_1819885) yesterday. That the user [Julian](https://gitlab.gnome.org/julianfairfax) made a [script that solves this problem](https://gitlab.com/julianfairfax/scripts/-/blob/main/add-location-to-gnome-weather.sh?ref_type=heads). you just have to run and enter the name of your city and then confirm.\n
\n
script`bash #!/bin/bash if [[ ! -z “$(which gnome-weather)” ]]; then \tsystem=1 fi if [[ ! -z “$(flatpak list | grep org.gnome.Weather)” ]]; then \tflatpak=1 fi if [[ ! $system == 1 && ! $flatpak == 1 ]]; then \techo “GNOME Weather isn’t installed” \texit fi if [[ ! -z “$*” ]]; then \tquery=“$*” else \tread -p “Type the name of the location you want to add to GNOME Weather: " query fi query=”$(echo $query | sed ‘s/ /+/g’)" request=$(curl “https://nominatim.openstreetmap.org/search?q=$query&format=json&limit=1” -s) if [[ $request == “[]” ]]; then \techo “No locations found, consider removing some search terms” \texit fi read -p “If this is not the location you wanted, consider adding search terms Are you sure you want to add $(echo $request | sed 's/.*“display_name”:”//’ | sed ‘s/".*//’)? [y/n] : " answer if [[ ! $answer == “y” ]]; then \techo “Not adding location” \texit else \techo “Adding location” fi id=$(echo $request | sed ‘s/.*“place_id”://’ | sed ‘s/,.*//’) name=$(curl “https://nominatim.openstreetmap.org/details.php?place_id=$id&format=json” -s | sed ‘s/.*“name”: "//’ | sed ‘s/".*//’) lat=$(echo $request | sed ‘s/.*“lat”:"//’ | sed ‘s/".*//’) lat=$(echo “$lat / (180 / 3.141592654)” | bc -l) lon=$(echo $request | sed ‘s/.*“lon”:"//’ | sed ‘s/".*//’) lon=$(echo “$lon / (180 / 3.141592654)” | bc -l) if [[ $system == 1 ]]; then \tlocations=$(gsettings get org.gnome.Weather locations) fi if [[ $flatpak == 1 ]]; then \tlocations=$(flatpak run --command=gsettings org.gnome.Weather get org.gnome.Weather locations) fi location=“<(uint32 2, <(‘$name’, ‘’, false, [($lat, $lon)], @a(dd) [])>)>” if [[ $system == 1 ]]; then \tif [[ ! $(gsettings get org.gnome.Weather locations) == “@av []” ]]; then \t\tgsettings set org.gnome.Weather locations “$(echo $locations | sed “s|>]|>, $location]|”)” \telse \t\tgsettings set org.gnome.Weather locations “[$location]” \tfi fi if [[ $flatpak == 1 ]]; then \tif [[ ! $(flatpak run --command=gsettings org.gnome.Weather get org.gnome.Weather locations) == “@av []” ]]; then \t\tflatpak run --command=gsettings org.gnome.Weather set org.gnome.Weather locations “$(echo $locations | sed “s|>]|>, $location]|”)” \telse \t\tflatpak run --command=gsettings org.gnome.Weather set org.gnome.Weather locations “[$location]” \tfi fi `\n
\n
---\n
\n
It occurred to me that some people might not know how to run scripts, so here’s a brief tutorial:\n
\n
How to run scripts in Linux1. Save the script to a text file and save with the `.sh` extension 2. Provide execute permission: `chmod u+x script.sh`3. run the script by double clicking or `./script.sh`
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 52
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701364533 {#1688
date: 2023-11-30 18:15:33.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@a"
"@av"
]
+comments: Doctrine\ORM\PersistentCollection {#1882 …}
+votes: Doctrine\ORM\PersistentCollection {#1370 …}
+reports: Doctrine\ORM\PersistentCollection {#60 …}
+favourites: Doctrine\ORM\PersistentCollection {#1508 …}
+notifications: Doctrine\ORM\PersistentCollection {#1541 …}
+badges: Doctrine\ORM\PersistentCollection {#1531 …}
+children: []
-id: 18263
-titleTs: "'add':1 'app':8 'citi':3 'gnome':6 'solv':9 'weather':7"
-bodyTs: "'/bin/bash':97 '/c/linux':6 '/details.php?place_id=$id&format=json':238 '/g':159 '/gnome/gnome-weather/-/issues/247#note_1819885)':61 '/julianfairfax)':69 '/julianfairfax/scripts/-/blob/main/add-location-to-gnome-weather.sh?ref_type=heads).':79 '/post/1969330](https://lemmy.eco.br/post/1969330)':10 '/script.sh':431 '/search?q=$query&format=json&limit=1':164 '/weather/)':42 '1':106,116,120,122,277,287,310,338 '10':18 '180':256,271 '2':301,415 '3':423 '3.141592654':257,272 'ad':191,217,222 'add':148,200 'alway':22 'answer':210,212 'apps.gnome.org':41 'apps.gnome.org/weather/)':40 'av':317,349 'bash':96 'bc':258,273 'bother':23 'brief':394 'chmod':419 'citi':27,91 'click':429 'command':292,343,353,367 'confirm':94 'consid':173,190 'cross':2 'cross-post':1 'curl':161,235 'dd':307 'display':205 'doubl':428 'echo':124,155,169,201,215,221,226,246,254,261,269,323,359 'els':136,220,328,364 'enter':86 'execut':417 'exit':130,178,219 'extens':414 'fals':303 'fi':107,117,131,153,179,224,284,298,334,335,374,375 'file':408 'flatpak':110,115,121,286,290,337,341,351,365 'found':36,52,56,172 'get':281,295,314,346 'gitlab.com':78 'gitlab.com/julianfairfax/scripts/-/blob/main/add-location-to-gnome-weather.sh?ref_type=heads).':77 'gitlab.gnome.org':60,68 'gitlab.gnome.org/gnome/gnome-weather/-/issues/247#note_1819885)':59 'gitlab.gnome.org/julianfairfax)':67 'gnome':15,102,125,150 'gnome-weath':101 'grep':112 'gset':280,293,313,319,329,344,354,368 'id':225,231 'inhabit':33 'instal':129 'isn':127 'julian':66 'know':385 'l':259,274 'lat':245,250,253,255,304 'lemmy.eco.br':7,9 'lemmy.eco.br/post/1969330](https://lemmy.eco.br/post/1969330)':8 'linux1':401 'linux@lemmy.eco.br':5 'list':111 'locat':144,171,187,218,223,279,283,289,297,299,316,322,324,327,332,333,348,358,360,363,372,373 'lon':260,265,268,270,305 'look':45 'made':70 'might':383 'million':32 'month':19 'name':88,141,206,234,242,302 'never':51 'nominatim.openstreetmap.org':163,237 'nominatim.openstreetmap.org/details.php?place_id=$id&format=json':236 'nominatim.openstreetmap.org/search?q=$query&format=json&limit=1':162 'occur':377 'org.gnome.weather':113,282,294,296,315,321,331,345,347,355,357,369,371 'p':138,181 'peopl':382 'permiss':418 'place':230 'post':3 'problem':76 'program':43 'provid':416 'queri':135,152,154,156 'read':137,180 'remov':174 'request':160,167,202,227,247,262 'run':84,291,342,352,366,388,398,424 'save':402,410 'script':72,95,389,399,404,426 'script.sh':422 'search':176,192 'sed':157,203,207,228,232,240,243,248,251,263,266,325,361 'set':320,330,356,370 'sever':48 'sh':413 'solut':47 'solv':74 'sure':196 'system':105,119,276,309 'term':177,193 'text':407 'thread':58 'time':49 'tutori':395 'type':139 'u':420 'uint32':300 'use':14 'user':65 've':12 'want':146,189,198 'weather':39,103,126,151 'x':421 'y':213 'y/n':209 'yesterday':62 'z':99,109,133"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701367347
+visibility: "visible "
+apId: "https://lemmy.eco.br/post/1973179"
+editedAt: DateTimeImmutable @1702191218 {#1373
date: 2023-12-10 07:53:38.0 +01:00
}
+createdAt: DateTimeImmutable @1701280947 {#1864
date: 2023-11-29 19:02:27.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\Entry {#1518
+user: Proxies\__CG__\App\Entity\User {#1520 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-dock-do-you-use-in-Wayland"
+title: "What dock do you use in Wayland?"
+url: null
+body: """
I moved over to Wayland full time a couple of weeks ago (using KDE on Arch). I have finally rid myself of any X11 hangups apart from one. Latte will NOT respect my primary screen when changing monitor arrangement (ie. turning my projector on and off) and seems to randomly pick a screen to call the primary.\n
\n
Soooo, as I’m considering a change…what dock in Wayland works for you? Is there anything as good as Latte in X11?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701411726 {#1539
date: 2023-12-01 07:22:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1519 …}
+votes: Doctrine\ORM\PersistentCollection {#1516 …}
+reports: Doctrine\ORM\PersistentCollection {#1631 …}
+favourites: Doctrine\ORM\PersistentCollection {#1704 …}
+notifications: Doctrine\ORM\PersistentCollection {#1712 …}
+badges: Doctrine\ORM\PersistentCollection {#1706 …}
+children: []
-id: 18262
-titleTs: "'dock':2 'use':5 'wayland':7"
-bodyTs: "'ago':12 'anyth':74 'apart':26 'arch':16 'arrang':39 'call':55 'chang':37,64 'consid':62 'coupl':9 'dock':66 'final':19 'full':6 'good':76 'hangup':25 'ie':40 'kde':14 'latt':29,78 'm':61 'monitor':38 'move':2 'one':28 'pick':51 'primari':34,57 'projector':43 'random':50 'respect':32 'rid':20 'screen':35,53 'seem':48 'soooo':58 'time':7 'turn':41 'use':13 'wayland':5,68 'week':11 'work':69 'x11':24,80"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701367211
+visibility: "visible "
+apId: "https://lemmy.one/post/7395685"
+editedAt: null
+createdAt: DateTimeImmutable @1701280811 {#1542
date: 2023-11-29 19:00:11.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\Entry {#1518
+user: Proxies\__CG__\App\Entity\User {#1520 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-dock-do-you-use-in-Wayland"
+title: "What dock do you use in Wayland?"
+url: null
+body: """
I moved over to Wayland full time a couple of weeks ago (using KDE on Arch). I have finally rid myself of any X11 hangups apart from one. Latte will NOT respect my primary screen when changing monitor arrangement (ie. turning my projector on and off) and seems to randomly pick a screen to call the primary.\n
\n
Soooo, as I’m considering a change…what dock in Wayland works for you? Is there anything as good as Latte in X11?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701411726 {#1539
date: 2023-12-01 07:22:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1519 …}
+votes: Doctrine\ORM\PersistentCollection {#1516 …}
+reports: Doctrine\ORM\PersistentCollection {#1631 …}
+favourites: Doctrine\ORM\PersistentCollection {#1704 …}
+notifications: Doctrine\ORM\PersistentCollection {#1712 …}
+badges: Doctrine\ORM\PersistentCollection {#1706 …}
+children: []
-id: 18262
-titleTs: "'dock':2 'use':5 'wayland':7"
-bodyTs: "'ago':12 'anyth':74 'apart':26 'arch':16 'arrang':39 'call':55 'chang':37,64 'consid':62 'coupl':9 'dock':66 'final':19 'full':6 'good':76 'hangup':25 'ie':40 'kde':14 'latt':29,78 'm':61 'monitor':38 'move':2 'one':28 'pick':51 'primari':34,57 'projector':43 'random':50 'respect':32 'rid':20 'screen':35,53 'seem':48 'soooo':58 'time':7 'turn':41 'use':13 'wayland':5,68 'week':11 'work':69 'x11':24,80"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701367211
+visibility: "visible "
+apId: "https://lemmy.one/post/7395685"
+editedAt: null
+createdAt: DateTimeImmutable @1701280811 {#1542
date: 2023-11-29 19:00:11.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\Entry {#1518
+user: Proxies\__CG__\App\Entity\User {#1520 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-dock-do-you-use-in-Wayland"
+title: "What dock do you use in Wayland?"
+url: null
+body: """
I moved over to Wayland full time a couple of weeks ago (using KDE on Arch). I have finally rid myself of any X11 hangups apart from one. Latte will NOT respect my primary screen when changing monitor arrangement (ie. turning my projector on and off) and seems to randomly pick a screen to call the primary.\n
\n
Soooo, as I’m considering a change…what dock in Wayland works for you? Is there anything as good as Latte in X11?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 17
+favouriteCount: 28
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701411726 {#1539
date: 2023-12-01 07:22:06.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1519 …}
+votes: Doctrine\ORM\PersistentCollection {#1516 …}
+reports: Doctrine\ORM\PersistentCollection {#1631 …}
+favourites: Doctrine\ORM\PersistentCollection {#1704 …}
+notifications: Doctrine\ORM\PersistentCollection {#1712 …}
+badges: Doctrine\ORM\PersistentCollection {#1706 …}
+children: []
-id: 18262
-titleTs: "'dock':2 'use':5 'wayland':7"
-bodyTs: "'ago':12 'anyth':74 'apart':26 'arch':16 'arrang':39 'call':55 'chang':37,64 'consid':62 'coupl':9 'dock':66 'final':19 'full':6 'good':76 'hangup':25 'ie':40 'kde':14 'latt':29,78 'm':61 'monitor':38 'move':2 'one':28 'pick':51 'primari':34,57 'projector':43 'random':50 'respect':32 'rid':20 'screen':35,53 'seem':48 'soooo':58 'time':7 'turn':41 'use':13 'wayland':5,68 'week':11 'work':69 'x11':24,80"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701367211
+visibility: "visible "
+apId: "https://lemmy.one/post/7395685"
+editedAt: null
+createdAt: DateTimeImmutable @1701280811 {#1542
date: 2023-11-29 19:00:11.0 +01:00
}
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\Entry {#1747
+user: Proxies\__CG__\App\Entity\User {#1738 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1753 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "QUESTION-An-authentic-good-Balkan-cookbook"
+title: "[QUESTION] An authentic good Balkan cookbook?"
+url: null
+body: """
Hey good cooks, I am looking to purchase a good balkan cook book as a christmas present for my sister as she is really into food and has lived and travlled across most of the balkan countries.\n
\n
Anyone have any suggestions?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 26
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701332971 {#1657
date: 2023-11-30 09:29:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1746 …}
+votes: Doctrine\ORM\PersistentCollection {#1750 …}
+reports: Doctrine\ORM\PersistentCollection {#1468 …}
+favourites: Doctrine\ORM\PersistentCollection {#1472 …}
+notifications: Doctrine\ORM\PersistentCollection {#1467 …}
+badges: Doctrine\ORM\PersistentCollection {#1469 …}
+children: []
-id: 18248
-titleTs: "'authent':3 'balkan':5 'cookbook':6 'good':4 'question':1"
-bodyTs: "'across':32 'anyon':38 'balkan':11,36 'book':13 'christma':16 'cook':3,12 'countri':37 'food':26 'good':2,10 'hey':1 'live':29 'look':6 'present':17 'purchas':8 'realli':24 'sister':20 'suggest':41 'travll':31"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701359208
+visibility: "visible "
+apId: "https://lemmy.world/post/8926027"
+editedAt: DateTimeImmutable @1702192693 {#1659
date: 2023-12-10 08:18:13.0 +01:00
}
+createdAt: DateTimeImmutable @1701279708 {#1745
date: 2023-11-29 18:41:48.0 +01:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\Entry {#1747
+user: Proxies\__CG__\App\Entity\User {#1738 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1753 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "QUESTION-An-authentic-good-Balkan-cookbook"
+title: "[QUESTION] An authentic good Balkan cookbook?"
+url: null
+body: """
Hey good cooks, I am looking to purchase a good balkan cook book as a christmas present for my sister as she is really into food and has lived and travlled across most of the balkan countries.\n
\n
Anyone have any suggestions?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 26
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701332971 {#1657
date: 2023-11-30 09:29:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1746 …}
+votes: Doctrine\ORM\PersistentCollection {#1750 …}
+reports: Doctrine\ORM\PersistentCollection {#1468 …}
+favourites: Doctrine\ORM\PersistentCollection {#1472 …}
+notifications: Doctrine\ORM\PersistentCollection {#1467 …}
+badges: Doctrine\ORM\PersistentCollection {#1469 …}
+children: []
-id: 18248
-titleTs: "'authent':3 'balkan':5 'cookbook':6 'good':4 'question':1"
-bodyTs: "'across':32 'anyon':38 'balkan':11,36 'book':13 'christma':16 'cook':3,12 'countri':37 'food':26 'good':2,10 'hey':1 'live':29 'look':6 'present':17 'purchas':8 'realli':24 'sister':20 'suggest':41 'travll':31"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701359208
+visibility: "visible "
+apId: "https://lemmy.world/post/8926027"
+editedAt: DateTimeImmutable @1702192693 {#1659
date: 2023-12-10 08:18:13.0 +01:00
}
+createdAt: DateTimeImmutable @1701279708 {#1745
date: 2023-11-29 18:41:48.0 +01:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\Entry {#1747
+user: Proxies\__CG__\App\Entity\User {#1738 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1753 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "QUESTION-An-authentic-good-Balkan-cookbook"
+title: "[QUESTION] An authentic good Balkan cookbook?"
+url: null
+body: """
Hey good cooks, I am looking to purchase a good balkan cook book as a christmas present for my sister as she is really into food and has lived and travlled across most of the balkan countries.\n
\n
Anyone have any suggestions?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 4
+favouriteCount: 26
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701332971 {#1657
date: 2023-11-30 09:29:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1746 …}
+votes: Doctrine\ORM\PersistentCollection {#1750 …}
+reports: Doctrine\ORM\PersistentCollection {#1468 …}
+favourites: Doctrine\ORM\PersistentCollection {#1472 …}
+notifications: Doctrine\ORM\PersistentCollection {#1467 …}
+badges: Doctrine\ORM\PersistentCollection {#1469 …}
+children: []
-id: 18248
-titleTs: "'authent':3 'balkan':5 'cookbook':6 'good':4 'question':1"
-bodyTs: "'across':32 'anyon':38 'balkan':11,36 'book':13 'christma':16 'cook':3,12 'countri':37 'food':26 'good':2,10 'hey':1 'live':29 'look':6 'present':17 'purchas':8 'realli':24 'sister':20 'suggest':41 'travll':31"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701359208
+visibility: "visible "
+apId: "https://lemmy.world/post/8926027"
+editedAt: DateTimeImmutable @1702192693 {#1659
date: 2023-12-10 08:18:13.0 +01:00
}
+createdAt: DateTimeImmutable @1701279708 {#1745
date: 2023-11-29 18:41:48.0 +01:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\Entry {#1497
+user: Proxies\__CG__\App\Entity\User {#1484 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-s-the-best-way-to-remote-into-a-linux-machine"
+title: "What's the best way to remote into a linux machine?"
+url: null
+body: """
Not just the terminal, I mean a full remote desktop. What’s the best method? Not just from one linux machine to another machine, but also remoting from a windows machine to a linux machine.\n
\n
I’m a bit of a linux novice, but trying to do more.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 53
+favouriteCount: 105
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701824783 {#1498
date: 2023-12-06 02:06:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1486 …}
+votes: Doctrine\ORM\PersistentCollection {#1487 …}
+reports: Doctrine\ORM\PersistentCollection {#1489 …}
+favourites: Doctrine\ORM\PersistentCollection {#1494 …}
+notifications: Doctrine\ORM\PersistentCollection {#1491 …}
+badges: Doctrine\ORM\PersistentCollection {#1495 …}
+children: []
-id: 18214
-titleTs: "'best':4 'linux':10 'machin':11 'remot':7 'way':5"
-bodyTs: "'also':26 'anoth':23 'best':14 'bit':39 'desktop':10 'full':8 'linux':20,34,42 'm':37 'machin':21,24,31,35 'mean':6 'method':15 'novic':43 'one':19 'remot':9,27 'termin':4 'tri':45 'window':30"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701357648
+visibility: "visible "
+apId: "https://lemmy.ml/post/8641019"
+editedAt: null
+createdAt: DateTimeImmutable @1701271248 {#1483
date: 2023-11-29 16:20:48.0 +01:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\Entry {#1497
+user: Proxies\__CG__\App\Entity\User {#1484 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-s-the-best-way-to-remote-into-a-linux-machine"
+title: "What's the best way to remote into a linux machine?"
+url: null
+body: """
Not just the terminal, I mean a full remote desktop. What’s the best method? Not just from one linux machine to another machine, but also remoting from a windows machine to a linux machine.\n
\n
I’m a bit of a linux novice, but trying to do more.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 53
+favouriteCount: 105
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701824783 {#1498
date: 2023-12-06 02:06:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1486 …}
+votes: Doctrine\ORM\PersistentCollection {#1487 …}
+reports: Doctrine\ORM\PersistentCollection {#1489 …}
+favourites: Doctrine\ORM\PersistentCollection {#1494 …}
+notifications: Doctrine\ORM\PersistentCollection {#1491 …}
+badges: Doctrine\ORM\PersistentCollection {#1495 …}
+children: []
-id: 18214
-titleTs: "'best':4 'linux':10 'machin':11 'remot':7 'way':5"
-bodyTs: "'also':26 'anoth':23 'best':14 'bit':39 'desktop':10 'full':8 'linux':20,34,42 'm':37 'machin':21,24,31,35 'mean':6 'method':15 'novic':43 'one':19 'remot':9,27 'termin':4 'tri':45 'window':30"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701357648
+visibility: "visible "
+apId: "https://lemmy.ml/post/8641019"
+editedAt: null
+createdAt: DateTimeImmutable @1701271248 {#1483
date: 2023-11-29 16:20:48.0 +01:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\Entry {#1497
+user: Proxies\__CG__\App\Entity\User {#1484 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-s-the-best-way-to-remote-into-a-linux-machine"
+title: "What's the best way to remote into a linux machine?"
+url: null
+body: """
Not just the terminal, I mean a full remote desktop. What’s the best method? Not just from one linux machine to another machine, but also remoting from a windows machine to a linux machine.\n
\n
I’m a bit of a linux novice, but trying to do more.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 53
+favouriteCount: 105
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701824783 {#1498
date: 2023-12-06 02:06:23.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1486 …}
+votes: Doctrine\ORM\PersistentCollection {#1487 …}
+reports: Doctrine\ORM\PersistentCollection {#1489 …}
+favourites: Doctrine\ORM\PersistentCollection {#1494 …}
+notifications: Doctrine\ORM\PersistentCollection {#1491 …}
+badges: Doctrine\ORM\PersistentCollection {#1495 …}
+children: []
-id: 18214
-titleTs: "'best':4 'linux':10 'machin':11 'remot':7 'way':5"
-bodyTs: "'also':26 'anoth':23 'best':14 'bit':39 'desktop':10 'full':8 'linux':20,34,42 'm':37 'machin':21,24,31,35 'mean':6 'method':15 'novic':43 'one':19 'remot':9,27 'termin':4 'tri':45 'window':30"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701357648
+visibility: "visible "
+apId: "https://lemmy.ml/post/8641019"
+editedAt: null
+createdAt: DateTimeImmutable @1701271248 {#1483
date: 2023-11-29 16:20:48.0 +01:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\Entry {#1476
+user: Proxies\__CG__\App\Entity\User {#1761 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Where-do-you-go-for-gaming-news"
+title: "Where do you go for gaming news?"
+url: null
+body: "Title"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701666330 {#1475
date: 2023-12-04 06:05:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1754 …}
+votes: Doctrine\ORM\PersistentCollection {#1760 …}
+reports: Doctrine\ORM\PersistentCollection {#1763 …}
+favourites: Doctrine\ORM\PersistentCollection {#1767 …}
+notifications: Doctrine\ORM\PersistentCollection {#1762 …}
+badges: Doctrine\ORM\PersistentCollection {#1788 …}
+children: []
-id: 18201
-titleTs: "'game':6 'go':4 'news':7"
-bodyTs: "'titl':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701354394
+visibility: "visible "
+apId: "https://lemmy.world/post/8919296"
+editedAt: null
+createdAt: DateTimeImmutable @1701267994 {#1477
date: 2023-11-29 15:26:34.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\Entry {#1476
+user: Proxies\__CG__\App\Entity\User {#1761 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Where-do-you-go-for-gaming-news"
+title: "Where do you go for gaming news?"
+url: null
+body: "Title"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701666330 {#1475
date: 2023-12-04 06:05:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1754 …}
+votes: Doctrine\ORM\PersistentCollection {#1760 …}
+reports: Doctrine\ORM\PersistentCollection {#1763 …}
+favourites: Doctrine\ORM\PersistentCollection {#1767 …}
+notifications: Doctrine\ORM\PersistentCollection {#1762 …}
+badges: Doctrine\ORM\PersistentCollection {#1788 …}
+children: []
-id: 18201
-titleTs: "'game':6 'go':4 'news':7"
-bodyTs: "'titl':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701354394
+visibility: "visible "
+apId: "https://lemmy.world/post/8919296"
+editedAt: null
+createdAt: DateTimeImmutable @1701267994 {#1477
date: 2023-11-29 15:26:34.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\Entry {#1476
+user: Proxies\__CG__\App\Entity\User {#1761 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Where-do-you-go-for-gaming-news"
+title: "Where do you go for gaming news?"
+url: null
+body: "Title"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 10
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701666330 {#1475
date: 2023-12-04 06:05:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1754 …}
+votes: Doctrine\ORM\PersistentCollection {#1760 …}
+reports: Doctrine\ORM\PersistentCollection {#1763 …}
+favourites: Doctrine\ORM\PersistentCollection {#1767 …}
+notifications: Doctrine\ORM\PersistentCollection {#1762 …}
+badges: Doctrine\ORM\PersistentCollection {#1788 …}
+children: []
-id: 18201
-titleTs: "'game':6 'go':4 'news':7"
-bodyTs: "'titl':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701354394
+visibility: "visible "
+apId: "https://lemmy.world/post/8919296"
+editedAt: null
+createdAt: DateTimeImmutable @1701267994 {#1477
date: 2023-11-29 15:26:34.0 +01:00
}
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\Entry {#1787
+user: Proxies\__CG__\App\Entity\User {#1777 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "How-exactly-secure-is-a-container-with-all-capabilities-dropped"
+title: "How exactly "secure" is a container with all capabilities dropped, distroless, with a custom rootfs directory, a static, single binary with chmod set at 100 and file ownership pointed to non-root u..."
+url: null
+body: """
ser*, and said non-root user being “nonexistant” (i.e set via ENV)? Can such container -STILL- be exploited/breached through malicious means? Forgot to mention that its a DOCKER container @ title, but there you have it. Just curious.\n
\n
Thanks in advance.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 35
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701272989 {#1779
date: 2023-11-29 16:49:49.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1774 …}
+votes: Doctrine\ORM\PersistentCollection {#1775 …}
+reports: Doctrine\ORM\PersistentCollection {#1781 …}
+favourites: Doctrine\ORM\PersistentCollection {#1783 …}
+notifications: Doctrine\ORM\PersistentCollection {#1784 …}
+badges: Doctrine\ORM\PersistentCollection {#1780 …}
+children: []
-id: 18181
-titleTs: "'100':25 'binari':20 'capabl':9 'chmod':22 'contain':6 'custom':14 'directori':16 'distroless':11 'drop':10 'exact':2 'file':27 'non':32 'non-root':31 'ownership':28 'point':29 'root':33 'rootf':15 'secur':3 'set':23 'singl':19 'static':18 'u':34"
-bodyTs: "'advanc':41 'contain':16,30 'curious':38 'docker':29 'env':13 'exploited/breached':19 'forgot':23 'i.e':10 'malici':21 'mean':22 'mention':25 'non':5 'non-root':4 'nonexist':9 'root':6 'said':3 'ser':1 'set':11 'still':17 'thank':39 'titl':31 'user':7 'via':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701352403
+visibility: "visible "
+apId: "https://lemmy.world/post/8918037"
+editedAt: null
+createdAt: DateTimeImmutable @1701266003 {#1778
date: 2023-11-29 14:53:23.0 +01:00
}
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\Entry {#1787
+user: Proxies\__CG__\App\Entity\User {#1777 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "How-exactly-secure-is-a-container-with-all-capabilities-dropped"
+title: "How exactly "secure" is a container with all capabilities dropped, distroless, with a custom rootfs directory, a static, single binary with chmod set at 100 and file ownership pointed to non-root u..."
+url: null
+body: """
ser*, and said non-root user being “nonexistant” (i.e set via ENV)? Can such container -STILL- be exploited/breached through malicious means? Forgot to mention that its a DOCKER container @ title, but there you have it. Just curious.\n
\n
Thanks in advance.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 35
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701272989 {#1779
date: 2023-11-29 16:49:49.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1774 …}
+votes: Doctrine\ORM\PersistentCollection {#1775 …}
+reports: Doctrine\ORM\PersistentCollection {#1781 …}
+favourites: Doctrine\ORM\PersistentCollection {#1783 …}
+notifications: Doctrine\ORM\PersistentCollection {#1784 …}
+badges: Doctrine\ORM\PersistentCollection {#1780 …}
+children: []
-id: 18181
-titleTs: "'100':25 'binari':20 'capabl':9 'chmod':22 'contain':6 'custom':14 'directori':16 'distroless':11 'drop':10 'exact':2 'file':27 'non':32 'non-root':31 'ownership':28 'point':29 'root':33 'rootf':15 'secur':3 'set':23 'singl':19 'static':18 'u':34"
-bodyTs: "'advanc':41 'contain':16,30 'curious':38 'docker':29 'env':13 'exploited/breached':19 'forgot':23 'i.e':10 'malici':21 'mean':22 'mention':25 'non':5 'non-root':4 'nonexist':9 'root':6 'said':3 'ser':1 'set':11 'still':17 'thank':39 'titl':31 'user':7 'via':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701352403
+visibility: "visible "
+apId: "https://lemmy.world/post/8918037"
+editedAt: null
+createdAt: DateTimeImmutable @1701266003 {#1778
date: 2023-11-29 14:53:23.0 +01:00
}
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\Entry {#1787
+user: Proxies\__CG__\App\Entity\User {#1777 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "How-exactly-secure-is-a-container-with-all-capabilities-dropped"
+title: "How exactly "secure" is a container with all capabilities dropped, distroless, with a custom rootfs directory, a static, single binary with chmod set at 100 and file ownership pointed to non-root u..."
+url: null
+body: """
ser*, and said non-root user being “nonexistant” (i.e set via ENV)? Can such container -STILL- be exploited/breached through malicious means? Forgot to mention that its a DOCKER container @ title, but there you have it. Just curious.\n
\n
Thanks in advance.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 35
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701272989 {#1779
date: 2023-11-29 16:49:49.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1774 …}
+votes: Doctrine\ORM\PersistentCollection {#1775 …}
+reports: Doctrine\ORM\PersistentCollection {#1781 …}
+favourites: Doctrine\ORM\PersistentCollection {#1783 …}
+notifications: Doctrine\ORM\PersistentCollection {#1784 …}
+badges: Doctrine\ORM\PersistentCollection {#1780 …}
+children: []
-id: 18181
-titleTs: "'100':25 'binari':20 'capabl':9 'chmod':22 'contain':6 'custom':14 'directori':16 'distroless':11 'drop':10 'exact':2 'file':27 'non':32 'non-root':31 'ownership':28 'point':29 'root':33 'rootf':15 'secur':3 'set':23 'singl':19 'static':18 'u':34"
-bodyTs: "'advanc':41 'contain':16,30 'curious':38 'docker':29 'env':13 'exploited/breached':19 'forgot':23 'i.e':10 'malici':21 'mean':22 'mention':25 'non':5 'non-root':4 'nonexist':9 'root':6 'said':3 'ser':1 'set':11 'still':17 'thank':39 'titl':31 'user':7 'via':12"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701352403
+visibility: "visible "
+apId: "https://lemmy.world/post/8918037"
+editedAt: null
+createdAt: DateTimeImmutable @1701266003 {#1778
date: 2023-11-29 14:53:23.0 +01:00
}
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\Entry {#1682
+user: Proxies\__CG__\App\Entity\User {#1681 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "How-long-is-a-wound-considered-open"
+title: "How long is a wound considered open?"
+url: null
+body: """
I’ve been having this debate with someone who is a bit of a germaphobe in my view.\n
\n
Say I have a paper cut on my finger. It’s deep enough to bleed initially, but it stops within a couple minutes. Maybe I need a bandaid at first, but after a day or 2, it is past the point where it starts bleeding again if I accidentally hit it or rub it on something. A couple days on, it still has the little flap of skin on it. Later, that goes away, but you can still see where it was. Finally, there is no trace. At what point in this process is the wound effectively closed?\n
\n
When can you resume normal activities (dish washing, food prep, go in a pool/hot tub, have a dog lick your hand) and not worry about infection?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 14
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701289727 {#1765
date: 2023-11-29 21:28:47.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1444 …}
+votes: Doctrine\ORM\PersistentCollection {#1452 …}
+reports: Doctrine\ORM\PersistentCollection {#1465 …}
+favourites: Doctrine\ORM\PersistentCollection {#1637 …}
+notifications: Doctrine\ORM\PersistentCollection {#1644 …}
+badges: Doctrine\ORM\PersistentCollection {#1622 …}
+children: []
-id: 18176
-titleTs: "'consid':6 'long':2 'open':7 'wound':5"
-bodyTs: "'2':54 'accident':67 'activ':122 'away':92 'bandaid':46 'bit':12 'bleed':33,63 'close':116 'coupl':40,76 'cut':24 'day':52,77 'debat':6 'deep':30 'dish':123 'dog':134 'effect':115 'enough':31 'final':101 'finger':27 'first':48 'flap':84 'food':125 'germaphob':15 'go':127 'goe':91 'hand':137 'hit':68 'infect':142 'initi':34 'later':89 'lick':135 'littl':83 'mayb':42 'minut':41 'need':44 'normal':121 'paper':23 'past':57 'point':59,108 'pool/hot':130 'prep':126 'process':111 'resum':120 'rub':71 'say':19 'see':97 'skin':86 'someon':8 'someth':74 'start':62 'still':80,96 'stop':37 'trace':105 'tub':131 've':2 'view':18 'wash':124 'within':38 'worri':140 'wound':114"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701351452
+visibility: "visible "
+apId: "https://lemmy.world/post/8917547"
+editedAt: null
+createdAt: DateTimeImmutable @1701265052 {#1766
date: 2023-11-29 14:37:32.0 +01:00
}
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\Entry {#1682
+user: Proxies\__CG__\App\Entity\User {#1681 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "How-long-is-a-wound-considered-open"
+title: "How long is a wound considered open?"
+url: null
+body: """
I’ve been having this debate with someone who is a bit of a germaphobe in my view.\n
\n
Say I have a paper cut on my finger. It’s deep enough to bleed initially, but it stops within a couple minutes. Maybe I need a bandaid at first, but after a day or 2, it is past the point where it starts bleeding again if I accidentally hit it or rub it on something. A couple days on, it still has the little flap of skin on it. Later, that goes away, but you can still see where it was. Finally, there is no trace. At what point in this process is the wound effectively closed?\n
\n
When can you resume normal activities (dish washing, food prep, go in a pool/hot tub, have a dog lick your hand) and not worry about infection?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 14
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701289727 {#1765
date: 2023-11-29 21:28:47.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1444 …}
+votes: Doctrine\ORM\PersistentCollection {#1452 …}
+reports: Doctrine\ORM\PersistentCollection {#1465 …}
+favourites: Doctrine\ORM\PersistentCollection {#1637 …}
+notifications: Doctrine\ORM\PersistentCollection {#1644 …}
+badges: Doctrine\ORM\PersistentCollection {#1622 …}
+children: []
-id: 18176
-titleTs: "'consid':6 'long':2 'open':7 'wound':5"
-bodyTs: "'2':54 'accident':67 'activ':122 'away':92 'bandaid':46 'bit':12 'bleed':33,63 'close':116 'coupl':40,76 'cut':24 'day':52,77 'debat':6 'deep':30 'dish':123 'dog':134 'effect':115 'enough':31 'final':101 'finger':27 'first':48 'flap':84 'food':125 'germaphob':15 'go':127 'goe':91 'hand':137 'hit':68 'infect':142 'initi':34 'later':89 'lick':135 'littl':83 'mayb':42 'minut':41 'need':44 'normal':121 'paper':23 'past':57 'point':59,108 'pool/hot':130 'prep':126 'process':111 'resum':120 'rub':71 'say':19 'see':97 'skin':86 'someon':8 'someth':74 'start':62 'still':80,96 'stop':37 'trace':105 'tub':131 've':2 'view':18 'wash':124 'within':38 'worri':140 'wound':114"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701351452
+visibility: "visible "
+apId: "https://lemmy.world/post/8917547"
+editedAt: null
+createdAt: DateTimeImmutable @1701265052 {#1766
date: 2023-11-29 14:37:32.0 +01:00
}
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\Entry {#1682
+user: Proxies\__CG__\App\Entity\User {#1681 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "How-long-is-a-wound-considered-open"
+title: "How long is a wound considered open?"
+url: null
+body: """
I’ve been having this debate with someone who is a bit of a germaphobe in my view.\n
\n
Say I have a paper cut on my finger. It’s deep enough to bleed initially, but it stops within a couple minutes. Maybe I need a bandaid at first, but after a day or 2, it is past the point where it starts bleeding again if I accidentally hit it or rub it on something. A couple days on, it still has the little flap of skin on it. Later, that goes away, but you can still see where it was. Finally, there is no trace. At what point in this process is the wound effectively closed?\n
\n
When can you resume normal activities (dish washing, food prep, go in a pool/hot tub, have a dog lick your hand) and not worry about infection?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 14
+favouriteCount: 29
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701289727 {#1765
date: 2023-11-29 21:28:47.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1444 …}
+votes: Doctrine\ORM\PersistentCollection {#1452 …}
+reports: Doctrine\ORM\PersistentCollection {#1465 …}
+favourites: Doctrine\ORM\PersistentCollection {#1637 …}
+notifications: Doctrine\ORM\PersistentCollection {#1644 …}
+badges: Doctrine\ORM\PersistentCollection {#1622 …}
+children: []
-id: 18176
-titleTs: "'consid':6 'long':2 'open':7 'wound':5"
-bodyTs: "'2':54 'accident':67 'activ':122 'away':92 'bandaid':46 'bit':12 'bleed':33,63 'close':116 'coupl':40,76 'cut':24 'day':52,77 'debat':6 'deep':30 'dish':123 'dog':134 'effect':115 'enough':31 'final':101 'finger':27 'first':48 'flap':84 'food':125 'germaphob':15 'go':127 'goe':91 'hand':137 'hit':68 'infect':142 'initi':34 'later':89 'lick':135 'littl':83 'mayb':42 'minut':41 'need':44 'normal':121 'paper':23 'past':57 'point':59,108 'pool/hot':130 'prep':126 'process':111 'resum':120 'rub':71 'say':19 'see':97 'skin':86 'someon':8 'someth':74 'start':62 'still':80,96 'stop':37 'trace':105 'tub':131 've':2 'view':18 'wash':124 'within':38 'worri':140 'wound':114"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701351452
+visibility: "visible "
+apId: "https://lemmy.world/post/8917547"
+editedAt: null
+createdAt: DateTimeImmutable @1701265052 {#1766
date: 2023-11-29 14:37:32.0 +01:00
}
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\Entry {#1634
+user: Proxies\__CG__\App\Entity\User {#1636 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1635 …}
+image: Proxies\__CG__\App\Entity\Image {#1411 …}
+domain: App\Entity\Domain {#278 …}
+slug: "greatness-is-only-achieved-standing-on-the-shoulders-of-others"
+title: "greatness is only achieved standing on the shoulders of others"
+url: null
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 1
+favouriteCount: 18
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701304502 {#1627
date: 2023-11-30 01:35:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1414 …}
+votes: Doctrine\ORM\PersistentCollection {#1413 …}
+reports: Doctrine\ORM\PersistentCollection {#1441 …}
+favourites: Doctrine\ORM\PersistentCollection {#1443 …}
+notifications: Doctrine\ORM\PersistentCollection {#1425 …}
+badges: Doctrine\ORM\PersistentCollection {#1427 …}
+children: []
-id: 18379
-titleTs: "'achiev':4 'great':1 'other':10 'shoulder':8 'stand':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701349124
+visibility: "visible "
+apId: "https://moist.catsweat.com/m/risa@startrek.website/t/86075"
+editedAt: null
+createdAt: DateTimeImmutable @1701302124 {#1624
date: 2023-11-30 00:55:24.0 +01:00
}
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\Entry {#1634
+user: Proxies\__CG__\App\Entity\User {#1636 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1635 …}
+image: Proxies\__CG__\App\Entity\Image {#1411 …}
+domain: App\Entity\Domain {#278 …}
+slug: "greatness-is-only-achieved-standing-on-the-shoulders-of-others"
+title: "greatness is only achieved standing on the shoulders of others"
+url: null
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 1
+favouriteCount: 18
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701304502 {#1627
date: 2023-11-30 01:35:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1414 …}
+votes: Doctrine\ORM\PersistentCollection {#1413 …}
+reports: Doctrine\ORM\PersistentCollection {#1441 …}
+favourites: Doctrine\ORM\PersistentCollection {#1443 …}
+notifications: Doctrine\ORM\PersistentCollection {#1425 …}
+badges: Doctrine\ORM\PersistentCollection {#1427 …}
+children: []
-id: 18379
-titleTs: "'achiev':4 'great':1 'other':10 'shoulder':8 'stand':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701349124
+visibility: "visible "
+apId: "https://moist.catsweat.com/m/risa@startrek.website/t/86075"
+editedAt: null
+createdAt: DateTimeImmutable @1701302124 {#1624
date: 2023-11-30 00:55:24.0 +01:00
}
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\Entry {#1634
+user: Proxies\__CG__\App\Entity\User {#1636 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1635 …}
+image: Proxies\__CG__\App\Entity\Image {#1411 …}
+domain: App\Entity\Domain {#278 …}
+slug: "greatness-is-only-achieved-standing-on-the-shoulders-of-others"
+title: "greatness is only achieved standing on the shoulders of others"
+url: null
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 1
+favouriteCount: 18
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701304502 {#1627
date: 2023-11-30 01:35:02.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1414 …}
+votes: Doctrine\ORM\PersistentCollection {#1413 …}
+reports: Doctrine\ORM\PersistentCollection {#1441 …}
+favourites: Doctrine\ORM\PersistentCollection {#1443 …}
+notifications: Doctrine\ORM\PersistentCollection {#1425 …}
+badges: Doctrine\ORM\PersistentCollection {#1427 …}
+children: []
-id: 18379
-titleTs: "'achiev':4 'great':1 'other':10 'shoulder':8 'stand':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701349124
+visibility: "visible "
+apId: "https://moist.catsweat.com/m/risa@startrek.website/t/86075"
+editedAt: null
+createdAt: DateTimeImmutable @1701302124 {#1624
date: 2023-11-30 00:55:24.0 +01:00
}
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\Entry {#1463
+user: Proxies\__CG__\App\Entity\User {#1464 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1448 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Lemmy-0-19-compatibility"
+title: "Lemmy 0.19 compatibility?"
+url: null
+body: """
Two instances I have accounts with have switched to Lemmy 0.19. This is a breaking change for many apps, including Connect. Is there any news re supporting this in the near future or is it time to look for another app?\n
\n
**Edit:**\n
\n
This is now working for me (at least for 2 separate instances) with Connect version 1.0.153 (details in comments below). Thanks so much for rapid response!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 14
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701356024 {#1454
date: 2023-11-30 15:53:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1457 …}
+votes: Doctrine\ORM\PersistentCollection {#1453 …}
+reports: Doctrine\ORM\PersistentCollection {#1458 …}
+favourites: Doctrine\ORM\PersistentCollection {#1432 …}
+notifications: Doctrine\ORM\PersistentCollection {#1433 …}
+badges: Doctrine\ORM\PersistentCollection {#1436 …}
+children: []
-id: 18157
-titleTs: "'0.19':2 'compat':3 'lemmi':1"
-bodyTs: "'0.19':11 '1.0.153':58 '2':52 'account':5 'anoth':40 'app':19,41 'break':15 'chang':16 'comment':61 'connect':21,56 'detail':59 'edit':42 'futur':32 'includ':20 'instanc':2,54 'least':50 'lemmi':10 'look':38 'mani':18 'much':65 'near':31 'news':25 'rapid':67 're':26 'respons':68 'separ':53 'support':27 'switch':8 'thank':63 'time':36 'two':1 'version':57 'work':46"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701347038
+visibility: "visible "
+apId: "https://lemmy.world/post/8915078"
+editedAt: DateTimeImmutable @1702323104 {#1461
date: 2023-12-11 20:31:44.0 +01:00
}
+createdAt: DateTimeImmutable @1701260638 {#1462
date: 2023-11-29 13:23:58.0 +01:00
}
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\Entry {#1463
+user: Proxies\__CG__\App\Entity\User {#1464 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1448 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Lemmy-0-19-compatibility"
+title: "Lemmy 0.19 compatibility?"
+url: null
+body: """
Two instances I have accounts with have switched to Lemmy 0.19. This is a breaking change for many apps, including Connect. Is there any news re supporting this in the near future or is it time to look for another app?\n
\n
**Edit:**\n
\n
This is now working for me (at least for 2 separate instances) with Connect version 1.0.153 (details in comments below). Thanks so much for rapid response!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 14
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701356024 {#1454
date: 2023-11-30 15:53:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1457 …}
+votes: Doctrine\ORM\PersistentCollection {#1453 …}
+reports: Doctrine\ORM\PersistentCollection {#1458 …}
+favourites: Doctrine\ORM\PersistentCollection {#1432 …}
+notifications: Doctrine\ORM\PersistentCollection {#1433 …}
+badges: Doctrine\ORM\PersistentCollection {#1436 …}
+children: []
-id: 18157
-titleTs: "'0.19':2 'compat':3 'lemmi':1"
-bodyTs: "'0.19':11 '1.0.153':58 '2':52 'account':5 'anoth':40 'app':19,41 'break':15 'chang':16 'comment':61 'connect':21,56 'detail':59 'edit':42 'futur':32 'includ':20 'instanc':2,54 'least':50 'lemmi':10 'look':38 'mani':18 'much':65 'near':31 'news':25 'rapid':67 're':26 'respons':68 'separ':53 'support':27 'switch':8 'thank':63 'time':36 'two':1 'version':57 'work':46"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701347038
+visibility: "visible "
+apId: "https://lemmy.world/post/8915078"
+editedAt: DateTimeImmutable @1702323104 {#1461
date: 2023-12-11 20:31:44.0 +01:00
}
+createdAt: DateTimeImmutable @1701260638 {#1462
date: 2023-11-29 13:23:58.0 +01:00
}
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\Entry {#1463
+user: Proxies\__CG__\App\Entity\User {#1464 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1448 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Lemmy-0-19-compatibility"
+title: "Lemmy 0.19 compatibility?"
+url: null
+body: """
Two instances I have accounts with have switched to Lemmy 0.19. This is a breaking change for many apps, including Connect. Is there any news re supporting this in the near future or is it time to look for another app?\n
\n
**Edit:**\n
\n
This is now working for me (at least for 2 separate instances) with Connect version 1.0.153 (details in comments below). Thanks so much for rapid response!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 14
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701356024 {#1454
date: 2023-11-30 15:53:44.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1457 …}
+votes: Doctrine\ORM\PersistentCollection {#1453 …}
+reports: Doctrine\ORM\PersistentCollection {#1458 …}
+favourites: Doctrine\ORM\PersistentCollection {#1432 …}
+notifications: Doctrine\ORM\PersistentCollection {#1433 …}
+badges: Doctrine\ORM\PersistentCollection {#1436 …}
+children: []
-id: 18157
-titleTs: "'0.19':2 'compat':3 'lemmi':1"
-bodyTs: "'0.19':11 '1.0.153':58 '2':52 'account':5 'anoth':40 'app':19,41 'break':15 'chang':16 'comment':61 'connect':21,56 'detail':59 'edit':42 'futur':32 'includ':20 'instanc':2,54 'least':50 'lemmi':10 'look':38 'mani':18 'much':65 'near':31 'news':25 'rapid':67 're':26 'respons':68 'separ':53 'support':27 'switch':8 'thank':63 'time':36 'two':1 'version':57 'work':46"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701347038
+visibility: "visible "
+apId: "https://lemmy.world/post/8915078"
+editedAt: DateTimeImmutable @1702323104 {#1461
date: 2023-12-11 20:31:44.0 +01:00
}
+createdAt: DateTimeImmutable @1701260638 {#1462
date: 2023-11-29 13:23:58.0 +01:00
}
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\Entry {#1431
+user: Proxies\__CG__\App\Entity\User {#1440 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Checking-dependencies-for-manual-build-and-install-of-software"
+title: "Checking dependencies for manual build and install of software"
+url: null
+body: """
I am pretty new to linux so please excuse any foolish mistakes.\n
\n
I am trying to manually install [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/about/)(GSR) to get rid of an annoying password prompt that I can’t seem to disable in the flatpak version. I know there must be some way to do it because this prompt didn’t show up on Pop!_OS, but maybe it’s just not possible on Nobara KDE/Fedora. I noticed in the install.sh of GSR, that `setcap cap_sys_admin+ep` is called on the executable. So if you know any way of replicating something like that for flatpaks that is simpler than installing GSR manually, feel free to let me know.\n
\n
I tried checking the dependencies listed, but was unable to figure out how to really make sure they are installed and accessible for GSR.\n
\n
For example: I tried checking for `libglvnd` by running `dnf list libglvnd`. Sure enough, it returns\n
\n
```\n
\n
<span style="color:#323232;">Installed Packages\n
</span><span style="color:#323232;">libglvnd.i686 1:1.6.0-2.fc38 @anaconda\n
</span><span style="color:#323232;">libglvnd.x86_64 1:1.6.0-2.fc38 @anaconda\n
</span>\n
```\n
\n
But then I tried checking for `mesa`, so I ran `dnf list mesa`. But it returned\n
\n
```\n
\n
<span style="color:#323232;">Available Packages\n
</span><span style="color:#323232;">mesa.src 23.2.1-1.fc38 nobara-baseos \n
</span><span style="color:#323232;">mesa.src 23.2.1-1.fc38 nobara-baseos-multilib\n
</span>\n
```\n
\n
It says ‘available packages’, so not installed, right?\n
\n
Well, `glxinfo -B` says I am using mesa 23.2.1, so it seems to be installed, I guess?\n
\n
So, just assuming I had everything necessary, I cloned the repo and tried to just run `install.sh`. However, of course I get an error message: `wayland-scanner: command not found`.\n
\n
I am a bit confused because I am running on wayland, and checked using `loginctl show-session 1 -p Type`.\n
\n
How do I properly make sure the dependencies are available?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 10
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701354837 {#1435
date: 2023-11-30 15:33:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@anaconda"
]
+comments: Doctrine\ORM\PersistentCollection {#1438 …}
+votes: Doctrine\ORM\PersistentCollection {#1699 …}
+reports: Doctrine\ORM\PersistentCollection {#1703 …}
+favourites: Doctrine\ORM\PersistentCollection {#1693 …}
+notifications: Doctrine\ORM\PersistentCollection {#1695 …}
+badges: Doctrine\ORM\PersistentCollection {#1698 …}
+children: []
-id: 18328
-titleTs: "'build':5 'check':1 'depend':2 'instal':7 'manual':4 'softwar':9"
-bodyTs: "'-1':193,200 '-2':164,170 '/gpu-screen-recorder/about/)(gsr)':25 '1':162,168,280 '1.6.0':163,169 '23.2.1':192,199,222 'access':140 'admin':86 'anaconda':166,172 'annoy':31 'assum':233 'avail':189,208,292 'b':216 'baseo':197,204 'bit':265 'call':89 'cap':84 'check':121,147,177,274 'clone':239 'command':259 'confus':266 'cours':250 'depend':123,290 'didn':58 'disabl':40 'dnf':152,183 'enough':156 'ep':87 'error':254 'everyth':236 'exampl':144 'excus':9 'execut':92 'fc38':165,171,194,201 'feel':113 'figur':129 'flatpak':43,105 'foolish':11 'found':261 'free':114 'get':27,252 'git.dec05eba.com':24 'git.dec05eba.com/gpu-screen-recorder/about/)(gsr)':23 'glxinfo':215 'gpu':20 'gpu-screen-record':19 'gsr':81,111,142 'guess':230 'howev':248 'instal':18,110,138,159,212,228 'install.sh':79,247 'kde/fedora':74 'know':46,96,118 'let':116 'libglvnd':149,154 'libglvnd.i686':161 'libglvnd.x86_64':167 'like':102 'linux':6 'list':124,153,184 'loginctl':276 'make':134,287 'manual':17,112 'mayb':66 'mesa':179,185,221 'mesa.src':191,198 'messag':255 'mistak':12 'multilib':205 'must':48 'necessari':237 'new':4 'nobara':73,196,203 'nobara-baseo':195 'nobara-baseos-multilib':202 'notic':76 'os':64 'p':281 'packag':160,190,209 'password':32 'pleas':8 'pop':63 'possibl':71 'pretti':3 'prompt':33,57 'proper':286 'ran':182 'realli':133 'record':22 'replic':100 'repo':241 'return':158,188 'rid':28 'right':213 'run':151,246,270 'say':207,217 'scanner':258 'screen':21 'seem':38,225 'session':279 'setcap':83 'show':60,278 'show-sess':277 'simpler':108 'someth':101 'sure':135,155,288 'sys':85 'tri':15,120,146,176,243 'type':282 'unabl':127 'use':220,275 'version':44 'way':51,98 'wayland':257,272 'wayland-scann':256 'well':214"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701346938
+visibility: "visible "
+apId: "https://lemmy.world/post/8937445"
+editedAt: DateTimeImmutable @1702226623 {#1430
date: 2023-12-10 17:43:43.0 +01:00
}
+createdAt: DateTimeImmutable @1701295438 {#1434
date: 2023-11-29 23:03:58.0 +01:00
}
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\Entry {#1431
+user: Proxies\__CG__\App\Entity\User {#1440 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Checking-dependencies-for-manual-build-and-install-of-software"
+title: "Checking dependencies for manual build and install of software"
+url: null
+body: """
I am pretty new to linux so please excuse any foolish mistakes.\n
\n
I am trying to manually install [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/about/)(GSR) to get rid of an annoying password prompt that I can’t seem to disable in the flatpak version. I know there must be some way to do it because this prompt didn’t show up on Pop!_OS, but maybe it’s just not possible on Nobara KDE/Fedora. I noticed in the install.sh of GSR, that `setcap cap_sys_admin+ep` is called on the executable. So if you know any way of replicating something like that for flatpaks that is simpler than installing GSR manually, feel free to let me know.\n
\n
I tried checking the dependencies listed, but was unable to figure out how to really make sure they are installed and accessible for GSR.\n
\n
For example: I tried checking for `libglvnd` by running `dnf list libglvnd`. Sure enough, it returns\n
\n
```\n
\n
<span style="color:#323232;">Installed Packages\n
</span><span style="color:#323232;">libglvnd.i686 1:1.6.0-2.fc38 @anaconda\n
</span><span style="color:#323232;">libglvnd.x86_64 1:1.6.0-2.fc38 @anaconda\n
</span>\n
```\n
\n
But then I tried checking for `mesa`, so I ran `dnf list mesa`. But it returned\n
\n
```\n
\n
<span style="color:#323232;">Available Packages\n
</span><span style="color:#323232;">mesa.src 23.2.1-1.fc38 nobara-baseos \n
</span><span style="color:#323232;">mesa.src 23.2.1-1.fc38 nobara-baseos-multilib\n
</span>\n
```\n
\n
It says ‘available packages’, so not installed, right?\n
\n
Well, `glxinfo -B` says I am using mesa 23.2.1, so it seems to be installed, I guess?\n
\n
So, just assuming I had everything necessary, I cloned the repo and tried to just run `install.sh`. However, of course I get an error message: `wayland-scanner: command not found`.\n
\n
I am a bit confused because I am running on wayland, and checked using `loginctl show-session 1 -p Type`.\n
\n
How do I properly make sure the dependencies are available?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 10
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701354837 {#1435
date: 2023-11-30 15:33:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@anaconda"
]
+comments: Doctrine\ORM\PersistentCollection {#1438 …}
+votes: Doctrine\ORM\PersistentCollection {#1699 …}
+reports: Doctrine\ORM\PersistentCollection {#1703 …}
+favourites: Doctrine\ORM\PersistentCollection {#1693 …}
+notifications: Doctrine\ORM\PersistentCollection {#1695 …}
+badges: Doctrine\ORM\PersistentCollection {#1698 …}
+children: []
-id: 18328
-titleTs: "'build':5 'check':1 'depend':2 'instal':7 'manual':4 'softwar':9"
-bodyTs: "'-1':193,200 '-2':164,170 '/gpu-screen-recorder/about/)(gsr)':25 '1':162,168,280 '1.6.0':163,169 '23.2.1':192,199,222 'access':140 'admin':86 'anaconda':166,172 'annoy':31 'assum':233 'avail':189,208,292 'b':216 'baseo':197,204 'bit':265 'call':89 'cap':84 'check':121,147,177,274 'clone':239 'command':259 'confus':266 'cours':250 'depend':123,290 'didn':58 'disabl':40 'dnf':152,183 'enough':156 'ep':87 'error':254 'everyth':236 'exampl':144 'excus':9 'execut':92 'fc38':165,171,194,201 'feel':113 'figur':129 'flatpak':43,105 'foolish':11 'found':261 'free':114 'get':27,252 'git.dec05eba.com':24 'git.dec05eba.com/gpu-screen-recorder/about/)(gsr)':23 'glxinfo':215 'gpu':20 'gpu-screen-record':19 'gsr':81,111,142 'guess':230 'howev':248 'instal':18,110,138,159,212,228 'install.sh':79,247 'kde/fedora':74 'know':46,96,118 'let':116 'libglvnd':149,154 'libglvnd.i686':161 'libglvnd.x86_64':167 'like':102 'linux':6 'list':124,153,184 'loginctl':276 'make':134,287 'manual':17,112 'mayb':66 'mesa':179,185,221 'mesa.src':191,198 'messag':255 'mistak':12 'multilib':205 'must':48 'necessari':237 'new':4 'nobara':73,196,203 'nobara-baseo':195 'nobara-baseos-multilib':202 'notic':76 'os':64 'p':281 'packag':160,190,209 'password':32 'pleas':8 'pop':63 'possibl':71 'pretti':3 'prompt':33,57 'proper':286 'ran':182 'realli':133 'record':22 'replic':100 'repo':241 'return':158,188 'rid':28 'right':213 'run':151,246,270 'say':207,217 'scanner':258 'screen':21 'seem':38,225 'session':279 'setcap':83 'show':60,278 'show-sess':277 'simpler':108 'someth':101 'sure':135,155,288 'sys':85 'tri':15,120,146,176,243 'type':282 'unabl':127 'use':220,275 'version':44 'way':51,98 'wayland':257,272 'wayland-scann':256 'well':214"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701346938
+visibility: "visible "
+apId: "https://lemmy.world/post/8937445"
+editedAt: DateTimeImmutable @1702226623 {#1430
date: 2023-12-10 17:43:43.0 +01:00
}
+createdAt: DateTimeImmutable @1701295438 {#1434
date: 2023-11-29 23:03:58.0 +01:00
}
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\Entry {#1431
+user: Proxies\__CG__\App\Entity\User {#1440 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Checking-dependencies-for-manual-build-and-install-of-software"
+title: "Checking dependencies for manual build and install of software"
+url: null
+body: """
I am pretty new to linux so please excuse any foolish mistakes.\n
\n
I am trying to manually install [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/about/)(GSR) to get rid of an annoying password prompt that I can’t seem to disable in the flatpak version. I know there must be some way to do it because this prompt didn’t show up on Pop!_OS, but maybe it’s just not possible on Nobara KDE/Fedora. I noticed in the install.sh of GSR, that `setcap cap_sys_admin+ep` is called on the executable. So if you know any way of replicating something like that for flatpaks that is simpler than installing GSR manually, feel free to let me know.\n
\n
I tried checking the dependencies listed, but was unable to figure out how to really make sure they are installed and accessible for GSR.\n
\n
For example: I tried checking for `libglvnd` by running `dnf list libglvnd`. Sure enough, it returns\n
\n
```\n
\n
<span style="color:#323232;">Installed Packages\n
</span><span style="color:#323232;">libglvnd.i686 1:1.6.0-2.fc38 @anaconda\n
</span><span style="color:#323232;">libglvnd.x86_64 1:1.6.0-2.fc38 @anaconda\n
</span>\n
```\n
\n
But then I tried checking for `mesa`, so I ran `dnf list mesa`. But it returned\n
\n
```\n
\n
<span style="color:#323232;">Available Packages\n
</span><span style="color:#323232;">mesa.src 23.2.1-1.fc38 nobara-baseos \n
</span><span style="color:#323232;">mesa.src 23.2.1-1.fc38 nobara-baseos-multilib\n
</span>\n
```\n
\n
It says ‘available packages’, so not installed, right?\n
\n
Well, `glxinfo -B` says I am using mesa 23.2.1, so it seems to be installed, I guess?\n
\n
So, just assuming I had everything necessary, I cloned the repo and tried to just run `install.sh`. However, of course I get an error message: `wayland-scanner: command not found`.\n
\n
I am a bit confused because I am running on wayland, and checked using `loginctl show-session 1 -p Type`.\n
\n
How do I properly make sure the dependencies are available?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 10
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701354837 {#1435
date: 2023-11-30 15:33:57.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: [
"@anaconda"
]
+comments: Doctrine\ORM\PersistentCollection {#1438 …}
+votes: Doctrine\ORM\PersistentCollection {#1699 …}
+reports: Doctrine\ORM\PersistentCollection {#1703 …}
+favourites: Doctrine\ORM\PersistentCollection {#1693 …}
+notifications: Doctrine\ORM\PersistentCollection {#1695 …}
+badges: Doctrine\ORM\PersistentCollection {#1698 …}
+children: []
-id: 18328
-titleTs: "'build':5 'check':1 'depend':2 'instal':7 'manual':4 'softwar':9"
-bodyTs: "'-1':193,200 '-2':164,170 '/gpu-screen-recorder/about/)(gsr)':25 '1':162,168,280 '1.6.0':163,169 '23.2.1':192,199,222 'access':140 'admin':86 'anaconda':166,172 'annoy':31 'assum':233 'avail':189,208,292 'b':216 'baseo':197,204 'bit':265 'call':89 'cap':84 'check':121,147,177,274 'clone':239 'command':259 'confus':266 'cours':250 'depend':123,290 'didn':58 'disabl':40 'dnf':152,183 'enough':156 'ep':87 'error':254 'everyth':236 'exampl':144 'excus':9 'execut':92 'fc38':165,171,194,201 'feel':113 'figur':129 'flatpak':43,105 'foolish':11 'found':261 'free':114 'get':27,252 'git.dec05eba.com':24 'git.dec05eba.com/gpu-screen-recorder/about/)(gsr)':23 'glxinfo':215 'gpu':20 'gpu-screen-record':19 'gsr':81,111,142 'guess':230 'howev':248 'instal':18,110,138,159,212,228 'install.sh':79,247 'kde/fedora':74 'know':46,96,118 'let':116 'libglvnd':149,154 'libglvnd.i686':161 'libglvnd.x86_64':167 'like':102 'linux':6 'list':124,153,184 'loginctl':276 'make':134,287 'manual':17,112 'mayb':66 'mesa':179,185,221 'mesa.src':191,198 'messag':255 'mistak':12 'multilib':205 'must':48 'necessari':237 'new':4 'nobara':73,196,203 'nobara-baseo':195 'nobara-baseos-multilib':202 'notic':76 'os':64 'p':281 'packag':160,190,209 'password':32 'pleas':8 'pop':63 'possibl':71 'pretti':3 'prompt':33,57 'proper':286 'ran':182 'realli':133 'record':22 'replic':100 'repo':241 'return':158,188 'rid':28 'right':213 'run':151,246,270 'say':207,217 'scanner':258 'screen':21 'seem':38,225 'session':279 'setcap':83 'show':60,278 'show-sess':277 'simpler':108 'someth':101 'sure':135,155,288 'sys':85 'tri':15,120,146,176,243 'type':282 'unabl':127 'use':220,275 'version':44 'way':51,98 'wayland':257,272 'wayland-scann':256 'well':214"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701346938
+visibility: "visible "
+apId: "https://lemmy.world/post/8937445"
+editedAt: DateTimeImmutable @1702226623 {#1430
date: 2023-12-10 17:43:43.0 +01:00
}
+createdAt: DateTimeImmutable @1701295438 {#1434
date: 2023-11-29 23:03:58.0 +01:00
}
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\Entry {#1609
+user: Proxies\__CG__\App\Entity\User {#1606 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Does-anyone-know-a-good-guide-for-flashing-a-lenovo"
+title: "Does anyone know a good guide for flashing a lenovo t440p with libreboot/coreboot?"
+url: null
+body: "Sorry if this isnt exactly perfect topic for this community. But i bought a t440p because of libreboot, and am waiting for it to come in the mail. Im very excited and have watched a few videos about it. I purely bought it because of the privacy that can be had"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701302779 {#1709
date: 2023-11-30 01:06:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1612 …}
+votes: Doctrine\ORM\PersistentCollection {#1743 …}
+reports: Doctrine\ORM\PersistentCollection {#1744 …}
+favourites: Doctrine\ORM\PersistentCollection {#1646 …}
+notifications: Doctrine\ORM\PersistentCollection {#1645 …}
+badges: Doctrine\ORM\PersistentCollection {#1641 …}
+children: []
-id: 18320
-titleTs: "'anyon':2 'flash':8 'good':5 'guid':6 'know':3 'lenovo':10 'libreboot/coreboot':13 't440p':11"
-bodyTs: "'bought':13,42 'come':25 'communiti':10 'exact':5 'excit':31 'im':29 'isnt':4 'libreboot':18 'mail':28 'perfect':6 'privaci':47 'pure':41 'sorri':1 't440p':15 'topic':7 'video':37 'wait':21 'watch':34"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701345531
+visibility: "visible "
+apId: "https://sh.itjust.works/post/10114770"
+editedAt: DateTimeImmutable @1702222971 {#1595
date: 2023-12-10 16:42:51.0 +01:00
}
+createdAt: DateTimeImmutable @1701294031 {#1610
date: 2023-11-29 22:40:31.0 +01:00
}
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\Entry {#1609
+user: Proxies\__CG__\App\Entity\User {#1606 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Does-anyone-know-a-good-guide-for-flashing-a-lenovo"
+title: "Does anyone know a good guide for flashing a lenovo t440p with libreboot/coreboot?"
+url: null
+body: "Sorry if this isnt exactly perfect topic for this community. But i bought a t440p because of libreboot, and am waiting for it to come in the mail. Im very excited and have watched a few videos about it. I purely bought it because of the privacy that can be had"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701302779 {#1709
date: 2023-11-30 01:06:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1612 …}
+votes: Doctrine\ORM\PersistentCollection {#1743 …}
+reports: Doctrine\ORM\PersistentCollection {#1744 …}
+favourites: Doctrine\ORM\PersistentCollection {#1646 …}
+notifications: Doctrine\ORM\PersistentCollection {#1645 …}
+badges: Doctrine\ORM\PersistentCollection {#1641 …}
+children: []
-id: 18320
-titleTs: "'anyon':2 'flash':8 'good':5 'guid':6 'know':3 'lenovo':10 'libreboot/coreboot':13 't440p':11"
-bodyTs: "'bought':13,42 'come':25 'communiti':10 'exact':5 'excit':31 'im':29 'isnt':4 'libreboot':18 'mail':28 'perfect':6 'privaci':47 'pure':41 'sorri':1 't440p':15 'topic':7 'video':37 'wait':21 'watch':34"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701345531
+visibility: "visible "
+apId: "https://sh.itjust.works/post/10114770"
+editedAt: DateTimeImmutable @1702222971 {#1595
date: 2023-12-10 16:42:51.0 +01:00
}
+createdAt: DateTimeImmutable @1701294031 {#1610
date: 2023-11-29 22:40:31.0 +01:00
}
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\Entry {#1609
+user: Proxies\__CG__\App\Entity\User {#1606 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Does-anyone-know-a-good-guide-for-flashing-a-lenovo"
+title: "Does anyone know a good guide for flashing a lenovo t440p with libreboot/coreboot?"
+url: null
+body: "Sorry if this isnt exactly perfect topic for this community. But i bought a t440p because of libreboot, and am waiting for it to come in the mail. Im very excited and have watched a few videos about it. I purely bought it because of the privacy that can be had"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 20
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701302779 {#1709
date: 2023-11-30 01:06:19.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1612 …}
+votes: Doctrine\ORM\PersistentCollection {#1743 …}
+reports: Doctrine\ORM\PersistentCollection {#1744 …}
+favourites: Doctrine\ORM\PersistentCollection {#1646 …}
+notifications: Doctrine\ORM\PersistentCollection {#1645 …}
+badges: Doctrine\ORM\PersistentCollection {#1641 …}
+children: []
-id: 18320
-titleTs: "'anyon':2 'flash':8 'good':5 'guid':6 'know':3 'lenovo':10 'libreboot/coreboot':13 't440p':11"
-bodyTs: "'bought':13,42 'come':25 'communiti':10 'exact':5 'excit':31 'im':29 'isnt':4 'libreboot':18 'mail':28 'perfect':6 'privaci':47 'pure':41 'sorri':1 't440p':15 'topic':7 'video':37 'wait':21 'watch':34"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701345531
+visibility: "visible "
+apId: "https://sh.itjust.works/post/10114770"
+editedAt: DateTimeImmutable @1702222971 {#1595
date: 2023-12-10 16:42:51.0 +01:00
}
+createdAt: DateTimeImmutable @1701294031 {#1610
date: 2023-11-29 22:40:31.0 +01:00
}
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\Entry {#1674
+user: Proxies\__CG__\App\Entity\User {#1676 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1672 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "busanchuljang-anma"
+title: "부산출장안마"
+url: null
+body: "I’ve been looking for info on this topic for a while. I’m happy this one is so great. Keep up the excellent work [부산출장안마](https://www.faceanma.com/)"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701327125 {#1665
date: 2023-11-30 07:52:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1673 …}
+votes: Doctrine\ORM\PersistentCollection {#1678 …}
+reports: Doctrine\ORM\PersistentCollection {#1670 …}
+favourites: Doctrine\ORM\PersistentCollection {#1667 …}
+notifications: Doctrine\ORM\PersistentCollection {#1671 …}
+badges: Doctrine\ORM\PersistentCollection {#1650 …}
+children: []
-id: 18496
-titleTs: "'부산출장안마':1"
-bodyTs: "'/)':29 'excel':24 'great':20 'happi':15 'info':6 'keep':21 'look':4 'm':14 'one':17 'topic':9 've':2 'work':25 'www.faceanma.com':28 'www.faceanma.com/)':27 '부산출장안마':26"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701333582
+visibility: "visible "
+apId: "https://lemmings.world/post/3317554"
+editedAt: null
+createdAt: DateTimeImmutable @1701327082 {#1675
date: 2023-11-30 07:51:22.0 +01:00
}
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\Entry {#1674
+user: Proxies\__CG__\App\Entity\User {#1676 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1672 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "busanchuljang-anma"
+title: "부산출장안마"
+url: null
+body: "I’ve been looking for info on this topic for a while. I’m happy this one is so great. Keep up the excellent work [부산출장안마](https://www.faceanma.com/)"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701327125 {#1665
date: 2023-11-30 07:52:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1673 …}
+votes: Doctrine\ORM\PersistentCollection {#1678 …}
+reports: Doctrine\ORM\PersistentCollection {#1670 …}
+favourites: Doctrine\ORM\PersistentCollection {#1667 …}
+notifications: Doctrine\ORM\PersistentCollection {#1671 …}
+badges: Doctrine\ORM\PersistentCollection {#1650 …}
+children: []
-id: 18496
-titleTs: "'부산출장안마':1"
-bodyTs: "'/)':29 'excel':24 'great':20 'happi':15 'info':6 'keep':21 'look':4 'm':14 'one':17 'topic':9 've':2 'work':25 'www.faceanma.com':28 'www.faceanma.com/)':27 '부산출장안마':26"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701333582
+visibility: "visible "
+apId: "https://lemmings.world/post/3317554"
+editedAt: null
+createdAt: DateTimeImmutable @1701327082 {#1675
date: 2023-11-30 07:51:22.0 +01:00
}
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\Entry {#1674
+user: Proxies\__CG__\App\Entity\User {#1676 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1672 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "busanchuljang-anma"
+title: "부산출장안마"
+url: null
+body: "I’ve been looking for info on this topic for a while. I’m happy this one is so great. Keep up the excellent work [부산출장안마](https://www.faceanma.com/)"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 1
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701327125 {#1665
date: 2023-11-30 07:52:05.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1673 …}
+votes: Doctrine\ORM\PersistentCollection {#1678 …}
+reports: Doctrine\ORM\PersistentCollection {#1670 …}
+favourites: Doctrine\ORM\PersistentCollection {#1667 …}
+notifications: Doctrine\ORM\PersistentCollection {#1671 …}
+badges: Doctrine\ORM\PersistentCollection {#1650 …}
+children: []
-id: 18496
-titleTs: "'부산출장안마':1"
-bodyTs: "'/)':29 'excel':24 'great':20 'happi':15 'info':6 'keep':21 'look':4 'm':14 'one':17 'topic':9 've':2 'work':25 'www.faceanma.com':28 'www.faceanma.com/)':27 '부산출장안마':26"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701333582
+visibility: "visible "
+apId: "https://lemmings.world/post/3317554"
+editedAt: null
+createdAt: DateTimeImmutable @1701327082 {#1675
date: 2023-11-30 07:51:22.0 +01:00
}
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
App\Entity\Entry {#1651
+user: Proxies\__CG__\App\Entity\User {#1653 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "I-have-a-Windows-PC-connected-to-a-company-AD"
+title: "I have a Windows PC connected to a company AD. Is there a way to access the shared company resources from within a Linux environment?"
+url: null
+body: """
So my Windows work PC is connected to the company’s AD. VPN Connection is done with L2TP with PAP and a Yubikey. \n
I’d like to work from within a Linux environment if possible but need access to the files on the network drive and connect to a terminal server via VPN and RDP.\n
\n
Is there a way to set this up? My first idea was, maybe a Linux VM could be configured to share the host PC’s external network adapter so from the outside it looks like the Windows machine is connected? \n
If there’s no other way, maybe WSL can be set up with a full screen X Server running on Windows (or is running Wayland in WSL somehow possible?)\n
\n
I’m fishing for ideas here, and really just need some fitting terms to google, any help is appreciated.\n
\n
Questions about violating company policy can be disregarded at the moment. If there is a way to set it up, I’ll ask my boss before implementing it, but it’s a small shop so the need hasn’t arisen for anyone else yet. To be clear, this is **not** about circumventing restrictions on computer use, just about working in an environment I’m more productive in.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 54
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701260976 {#1652
date: 2023-11-29 13:29:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1656 …}
+votes: Doctrine\ORM\PersistentCollection {#1662 …}
+reports: Doctrine\ORM\PersistentCollection {#1553 …}
+favourites: Doctrine\ORM\PersistentCollection {#1590 …}
+notifications: Doctrine\ORM\PersistentCollection {#1591 …}
+badges: Doctrine\ORM\PersistentCollection {#1589 …}
+children: []
-id: 18113
-titleTs: "'access':16 'ad':10 'compani':9,19 'connect':6 'environ':25 'linux':24 'pc':5 'resourc':20 'share':18 'way':14 'window':4 'within':22"
-bodyTs: "'access':38 'ad':12 'adapt':83 'anyon':185 'appreci':143 'arisen':183 'ask':166 'boss':168 'circumv':195 'clear':190 'compani':10,147 'comput':198 'configur':74 'connect':7,14,47,95 'could':72 'd':25 'disregard':151 'done':16 'drive':45 'els':186 'environ':33,205 'extern':81 'file':41 'first':65 'fish':127 'fit':136 'full':110 'googl':139 'hasn':181 'help':141 'host':78 'idea':66,129 'implement':170 'l2tp':18 'like':26,90 'linux':32,70 'll':165 'look':89 'm':126,207 'machin':93 'mayb':68,102 'moment':154 'need':37,134,180 'network':44,82 'outsid':87 'pap':20 'pc':5,79 'polici':148 'possibl':35,124 'product':209 'question':144 'rdp':55 'realli':132 'restrict':196 'run':114,119 'screen':111 'server':51,113 'set':61,106,161 'share':76 'shop':177 'small':176 'somehow':123 'term':137 'termin':50 'use':199 'via':52 'violat':146 'vm':71 'vpn':13,53 'way':59,101,159 'wayland':120 'window':3,92,116 'within':30 'work':4,28,202 'wsl':103,122 'x':112 'yet':187 'yubikey':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701330074
+visibility: "visible "
+apId: "https://lemmy.world/post/8906177"
+editedAt: DateTimeImmutable @1702098631 {#1655
date: 2023-12-09 06:10:31.0 +01:00
}
+createdAt: DateTimeImmutable @1701243674 {#1649
date: 2023-11-29 08:41:14.0 +01:00
}
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
App\Entity\Entry {#1651
+user: Proxies\__CG__\App\Entity\User {#1653 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "I-have-a-Windows-PC-connected-to-a-company-AD"
+title: "I have a Windows PC connected to a company AD. Is there a way to access the shared company resources from within a Linux environment?"
+url: null
+body: """
So my Windows work PC is connected to the company’s AD. VPN Connection is done with L2TP with PAP and a Yubikey. \n
I’d like to work from within a Linux environment if possible but need access to the files on the network drive and connect to a terminal server via VPN and RDP.\n
\n
Is there a way to set this up? My first idea was, maybe a Linux VM could be configured to share the host PC’s external network adapter so from the outside it looks like the Windows machine is connected? \n
If there’s no other way, maybe WSL can be set up with a full screen X Server running on Windows (or is running Wayland in WSL somehow possible?)\n
\n
I’m fishing for ideas here, and really just need some fitting terms to google, any help is appreciated.\n
\n
Questions about violating company policy can be disregarded at the moment. If there is a way to set it up, I’ll ask my boss before implementing it, but it’s a small shop so the need hasn’t arisen for anyone else yet. To be clear, this is **not** about circumventing restrictions on computer use, just about working in an environment I’m more productive in.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 54
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701260976 {#1652
date: 2023-11-29 13:29:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1656 …}
+votes: Doctrine\ORM\PersistentCollection {#1662 …}
+reports: Doctrine\ORM\PersistentCollection {#1553 …}
+favourites: Doctrine\ORM\PersistentCollection {#1590 …}
+notifications: Doctrine\ORM\PersistentCollection {#1591 …}
+badges: Doctrine\ORM\PersistentCollection {#1589 …}
+children: []
-id: 18113
-titleTs: "'access':16 'ad':10 'compani':9,19 'connect':6 'environ':25 'linux':24 'pc':5 'resourc':20 'share':18 'way':14 'window':4 'within':22"
-bodyTs: "'access':38 'ad':12 'adapt':83 'anyon':185 'appreci':143 'arisen':183 'ask':166 'boss':168 'circumv':195 'clear':190 'compani':10,147 'comput':198 'configur':74 'connect':7,14,47,95 'could':72 'd':25 'disregard':151 'done':16 'drive':45 'els':186 'environ':33,205 'extern':81 'file':41 'first':65 'fish':127 'fit':136 'full':110 'googl':139 'hasn':181 'help':141 'host':78 'idea':66,129 'implement':170 'l2tp':18 'like':26,90 'linux':32,70 'll':165 'look':89 'm':126,207 'machin':93 'mayb':68,102 'moment':154 'need':37,134,180 'network':44,82 'outsid':87 'pap':20 'pc':5,79 'polici':148 'possibl':35,124 'product':209 'question':144 'rdp':55 'realli':132 'restrict':196 'run':114,119 'screen':111 'server':51,113 'set':61,106,161 'share':76 'shop':177 'small':176 'somehow':123 'term':137 'termin':50 'use':199 'via':52 'violat':146 'vm':71 'vpn':13,53 'way':59,101,159 'wayland':120 'window':3,92,116 'within':30 'work':4,28,202 'wsl':103,122 'x':112 'yet':187 'yubikey':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701330074
+visibility: "visible "
+apId: "https://lemmy.world/post/8906177"
+editedAt: DateTimeImmutable @1702098631 {#1655
date: 2023-12-09 06:10:31.0 +01:00
}
+createdAt: DateTimeImmutable @1701243674 {#1649
date: 2023-11-29 08:41:14.0 +01:00
}
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
App\Entity\Entry {#1651
+user: Proxies\__CG__\App\Entity\User {#1653 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "I-have-a-Windows-PC-connected-to-a-company-AD"
+title: "I have a Windows PC connected to a company AD. Is there a way to access the shared company resources from within a Linux environment?"
+url: null
+body: """
So my Windows work PC is connected to the company’s AD. VPN Connection is done with L2TP with PAP and a Yubikey. \n
I’d like to work from within a Linux environment if possible but need access to the files on the network drive and connect to a terminal server via VPN and RDP.\n
\n
Is there a way to set this up? My first idea was, maybe a Linux VM could be configured to share the host PC’s external network adapter so from the outside it looks like the Windows machine is connected? \n
If there’s no other way, maybe WSL can be set up with a full screen X Server running on Windows (or is running Wayland in WSL somehow possible?)\n
\n
I’m fishing for ideas here, and really just need some fitting terms to google, any help is appreciated.\n
\n
Questions about violating company policy can be disregarded at the moment. If there is a way to set it up, I’ll ask my boss before implementing it, but it’s a small shop so the need hasn’t arisen for anyone else yet. To be clear, this is **not** about circumventing restrictions on computer use, just about working in an environment I’m more productive in.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 54
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701260976 {#1652
date: 2023-11-29 13:29:36.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1656 …}
+votes: Doctrine\ORM\PersistentCollection {#1662 …}
+reports: Doctrine\ORM\PersistentCollection {#1553 …}
+favourites: Doctrine\ORM\PersistentCollection {#1590 …}
+notifications: Doctrine\ORM\PersistentCollection {#1591 …}
+badges: Doctrine\ORM\PersistentCollection {#1589 …}
+children: []
-id: 18113
-titleTs: "'access':16 'ad':10 'compani':9,19 'connect':6 'environ':25 'linux':24 'pc':5 'resourc':20 'share':18 'way':14 'window':4 'within':22"
-bodyTs: "'access':38 'ad':12 'adapt':83 'anyon':185 'appreci':143 'arisen':183 'ask':166 'boss':168 'circumv':195 'clear':190 'compani':10,147 'comput':198 'configur':74 'connect':7,14,47,95 'could':72 'd':25 'disregard':151 'done':16 'drive':45 'els':186 'environ':33,205 'extern':81 'file':41 'first':65 'fish':127 'fit':136 'full':110 'googl':139 'hasn':181 'help':141 'host':78 'idea':66,129 'implement':170 'l2tp':18 'like':26,90 'linux':32,70 'll':165 'look':89 'm':126,207 'machin':93 'mayb':68,102 'moment':154 'need':37,134,180 'network':44,82 'outsid':87 'pap':20 'pc':5,79 'polici':148 'possibl':35,124 'product':209 'question':144 'rdp':55 'realli':132 'restrict':196 'run':114,119 'screen':111 'server':51,113 'set':61,106,161 'share':76 'shop':177 'small':176 'somehow':123 'term':137 'termin':50 'use':199 'via':52 'violat':146 'vm':71 'vpn':13,53 'way':59,101,159 'wayland':120 'window':3,92,116 'within':30 'work':4,28,202 'wsl':103,122 'x':112 'yet':187 'yubikey':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701330074
+visibility: "visible "
+apId: "https://lemmy.world/post/8906177"
+editedAt: DateTimeImmutable @1702098631 {#1655
date: 2023-12-09 06:10:31.0 +01:00
}
+createdAt: DateTimeImmutable @1701243674 {#1649
date: 2023-11-29 08:41:14.0 +01:00
}
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
App\Entity\Entry {#1583
+user: Proxies\__CG__\App\Entity\User {#1577 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Q-Removing-deep-cleanup-of-installed-package-doesn-t-work-as-expected"
+title: "[Q] Removing/deep cleanup of installed package doesn't work as expected. (remove, purge, autoremove)"
+url: null
+body: """
Hi everyone :)\n
\n
After installing the emacs package and trying to remove it afterwards:\n
\n
`sudo apt remove --purge --autoremove emacs`\n
\n
It only removed that package and not the other dependencies installed with it (emacs-gtk, emacs-common…). I had to manually remove them one-by-one.\n
\n
Isn’t that command supposed:\n
\n
- remove package\n
- it’s configuration files\n
- remove unused packages automatically installed ?\n
\n
What am I missing here?\n
\n
Also after reading the [Stupid things you’ve done that broke your Linux installation ](https://a.lemmy.world/lemmy.world/post/8098330) post, I read a lot of people messing up their debian system after using the above command… So I assume that’s not the correct way of doing things in Linux?\n
\n
Some insight from experienced user would be great :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701477875 {#1582
date: 2023-12-02 01:44:35.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1580 …}
+votes: Doctrine\ORM\PersistentCollection {#1584 …}
+reports: Doctrine\ORM\PersistentCollection {#1588 …}
+favourites: Doctrine\ORM\PersistentCollection {#1574 …}
+notifications: Doctrine\ORM\PersistentCollection {#1587 …}
+badges: Doctrine\ORM\PersistentCollection {#1573 …}
+children: []
-id: 18224
-titleTs: "'autoremov':14 'cleanup':3 'doesn':7 'expect':11 'instal':5 'packag':6 'purg':13 'q':1 'remov':12 'removing/deep':2 'work':9"
-bodyTs: "'/lemmy.world/post/8098330)':86 'a.lemmy.world':85 'a.lemmy.world/lemmy.world/post/8098330)':84 'afterward':13 'also':70 'apt':15 'assum':106 'automat':63 'autoremov':18 'broke':80 'command':52,103 'common':38 'configur':58 'correct':111 'debian':97 'depend':29 'done':78 'emac':6,19,34,37 'emacs-common':36 'emacs-gtk':33 'everyon':2 'experienc':121 'file':59 'great':125 'gtk':35 'hi':1 'insight':119 'instal':4,30,64,83 'isn':49 'linux':82,117 'lot':91 'manual':42 'mess':94 'miss':68 'one':46,48 'one-by-on':45 'packag':7,24,55,62 'peopl':93 'post':87 'purg':17 'read':72,89 'remov':11,16,22,43,54,60 'stupid':74 'sudo':14 'suppos':53 'system':98 'thing':75,115 'tri':9 'unus':61 'use':100 'user':122 've':77 'way':112 'would':123"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701327288
+visibility: "visible "
+apId: "https://lemmy.world/post/8922340"
+editedAt: null
+createdAt: DateTimeImmutable @1701273788 {#1578
date: 2023-11-29 17:03:08.0 +01:00
}
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\Entry {#1583
+user: Proxies\__CG__\App\Entity\User {#1577 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Q-Removing-deep-cleanup-of-installed-package-doesn-t-work-as-expected"
+title: "[Q] Removing/deep cleanup of installed package doesn't work as expected. (remove, purge, autoremove)"
+url: null
+body: """
Hi everyone :)\n
\n
After installing the emacs package and trying to remove it afterwards:\n
\n
`sudo apt remove --purge --autoremove emacs`\n
\n
It only removed that package and not the other dependencies installed with it (emacs-gtk, emacs-common…). I had to manually remove them one-by-one.\n
\n
Isn’t that command supposed:\n
\n
- remove package\n
- it’s configuration files\n
- remove unused packages automatically installed ?\n
\n
What am I missing here?\n
\n
Also after reading the [Stupid things you’ve done that broke your Linux installation ](https://a.lemmy.world/lemmy.world/post/8098330) post, I read a lot of people messing up their debian system after using the above command… So I assume that’s not the correct way of doing things in Linux?\n
\n
Some insight from experienced user would be great :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701477875 {#1582
date: 2023-12-02 01:44:35.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1580 …}
+votes: Doctrine\ORM\PersistentCollection {#1584 …}
+reports: Doctrine\ORM\PersistentCollection {#1588 …}
+favourites: Doctrine\ORM\PersistentCollection {#1574 …}
+notifications: Doctrine\ORM\PersistentCollection {#1587 …}
+badges: Doctrine\ORM\PersistentCollection {#1573 …}
+children: []
-id: 18224
-titleTs: "'autoremov':14 'cleanup':3 'doesn':7 'expect':11 'instal':5 'packag':6 'purg':13 'q':1 'remov':12 'removing/deep':2 'work':9"
-bodyTs: "'/lemmy.world/post/8098330)':86 'a.lemmy.world':85 'a.lemmy.world/lemmy.world/post/8098330)':84 'afterward':13 'also':70 'apt':15 'assum':106 'automat':63 'autoremov':18 'broke':80 'command':52,103 'common':38 'configur':58 'correct':111 'debian':97 'depend':29 'done':78 'emac':6,19,34,37 'emacs-common':36 'emacs-gtk':33 'everyon':2 'experienc':121 'file':59 'great':125 'gtk':35 'hi':1 'insight':119 'instal':4,30,64,83 'isn':49 'linux':82,117 'lot':91 'manual':42 'mess':94 'miss':68 'one':46,48 'one-by-on':45 'packag':7,24,55,62 'peopl':93 'post':87 'purg':17 'read':72,89 'remov':11,16,22,43,54,60 'stupid':74 'sudo':14 'suppos':53 'system':98 'thing':75,115 'tri':9 'unus':61 'use':100 'user':122 've':77 'way':112 'would':123"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701327288
+visibility: "visible "
+apId: "https://lemmy.world/post/8922340"
+editedAt: null
+createdAt: DateTimeImmutable @1701273788 {#1578
date: 2023-11-29 17:03:08.0 +01:00
}
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\Entry {#1583
+user: Proxies\__CG__\App\Entity\User {#1577 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Q-Removing-deep-cleanup-of-installed-package-doesn-t-work-as-expected"
+title: "[Q] Removing/deep cleanup of installed package doesn't work as expected. (remove, purge, autoremove)"
+url: null
+body: """
Hi everyone :)\n
\n
After installing the emacs package and trying to remove it afterwards:\n
\n
`sudo apt remove --purge --autoremove emacs`\n
\n
It only removed that package and not the other dependencies installed with it (emacs-gtk, emacs-common…). I had to manually remove them one-by-one.\n
\n
Isn’t that command supposed:\n
\n
- remove package\n
- it’s configuration files\n
- remove unused packages automatically installed ?\n
\n
What am I missing here?\n
\n
Also after reading the [Stupid things you’ve done that broke your Linux installation ](https://a.lemmy.world/lemmy.world/post/8098330) post, I read a lot of people messing up their debian system after using the above command… So I assume that’s not the correct way of doing things in Linux?\n
\n
Some insight from experienced user would be great :)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 17
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701477875 {#1582
date: 2023-12-02 01:44:35.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1580 …}
+votes: Doctrine\ORM\PersistentCollection {#1584 …}
+reports: Doctrine\ORM\PersistentCollection {#1588 …}
+favourites: Doctrine\ORM\PersistentCollection {#1574 …}
+notifications: Doctrine\ORM\PersistentCollection {#1587 …}
+badges: Doctrine\ORM\PersistentCollection {#1573 …}
+children: []
-id: 18224
-titleTs: "'autoremov':14 'cleanup':3 'doesn':7 'expect':11 'instal':5 'packag':6 'purg':13 'q':1 'remov':12 'removing/deep':2 'work':9"
-bodyTs: "'/lemmy.world/post/8098330)':86 'a.lemmy.world':85 'a.lemmy.world/lemmy.world/post/8098330)':84 'afterward':13 'also':70 'apt':15 'assum':106 'automat':63 'autoremov':18 'broke':80 'command':52,103 'common':38 'configur':58 'correct':111 'debian':97 'depend':29 'done':78 'emac':6,19,34,37 'emacs-common':36 'emacs-gtk':33 'everyon':2 'experienc':121 'file':59 'great':125 'gtk':35 'hi':1 'insight':119 'instal':4,30,64,83 'isn':49 'linux':82,117 'lot':91 'manual':42 'mess':94 'miss':68 'one':46,48 'one-by-on':45 'packag':7,24,55,62 'peopl':93 'post':87 'purg':17 'read':72,89 'remov':11,16,22,43,54,60 'stupid':74 'sudo':14 'suppos':53 'system':98 'thing':75,115 'tri':9 'unus':61 'use':100 'user':122 've':77 'way':112 'would':123"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701327288
+visibility: "visible "
+apId: "https://lemmy.world/post/8922340"
+editedAt: null
+createdAt: DateTimeImmutable @1701273788 {#1578
date: 2023-11-29 17:03:08.0 +01:00
}
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
App\Entity\Entry {#1549
+user: Proxies\__CG__\App\Entity\User {#1560 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "The-lost-weekend"
+title: "The lost weekend"
+url: null
+body: "Any clues to get The Lost Weekend, a love story (Pang - Lennon)?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701301558 {#1576
date: 2023-11-30 00:45:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1526 …}
+votes: Doctrine\ORM\PersistentCollection {#1527 …}
+reports: Doctrine\ORM\PersistentCollection {#1525 …}
+favourites: Doctrine\ORM\PersistentCollection {#1550 …}
+notifications: Doctrine\ORM\PersistentCollection {#1548 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: []
-id: 18295
-titleTs: "'lost':2 'weekend':3"
-bodyTs: "'clue':2 'get':4 'lennon':12 'lost':6 'love':9 'pang':11 'stori':10 'weekend':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701327061
+visibility: "visible "
+apId: "https://lemmy.zip/post/6272634"
+editedAt: null
+createdAt: DateTimeImmutable @1701289061 {#1551
date: 2023-11-29 21:17:41.0 +01:00
}
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
App\Entity\Entry {#1549
+user: Proxies\__CG__\App\Entity\User {#1560 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "The-lost-weekend"
+title: "The lost weekend"
+url: null
+body: "Any clues to get The Lost Weekend, a love story (Pang - Lennon)?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701301558 {#1576
date: 2023-11-30 00:45:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1526 …}
+votes: Doctrine\ORM\PersistentCollection {#1527 …}
+reports: Doctrine\ORM\PersistentCollection {#1525 …}
+favourites: Doctrine\ORM\PersistentCollection {#1550 …}
+notifications: Doctrine\ORM\PersistentCollection {#1548 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: []
-id: 18295
-titleTs: "'lost':2 'weekend':3"
-bodyTs: "'clue':2 'get':4 'lennon':12 'lost':6 'love':9 'pang':11 'stori':10 'weekend':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701327061
+visibility: "visible "
+apId: "https://lemmy.zip/post/6272634"
+editedAt: null
+createdAt: DateTimeImmutable @1701289061 {#1551
date: 2023-11-29 21:17:41.0 +01:00
}
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
App\Entity\Entry {#1549
+user: Proxies\__CG__\App\Entity\User {#1560 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1568 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "The-lost-weekend"
+title: "The lost weekend"
+url: null
+body: "Any clues to get The Lost Weekend, a love story (Pang - Lennon)?"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701301558 {#1576
date: 2023-11-30 00:45:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1526 …}
+votes: Doctrine\ORM\PersistentCollection {#1527 …}
+reports: Doctrine\ORM\PersistentCollection {#1525 …}
+favourites: Doctrine\ORM\PersistentCollection {#1550 …}
+notifications: Doctrine\ORM\PersistentCollection {#1548 …}
+badges: Doctrine\ORM\PersistentCollection {#1566 …}
+children: []
-id: 18295
-titleTs: "'lost':2 'weekend':3"
-bodyTs: "'clue':2 'get':4 'lennon':12 'lost':6 'love':9 'pang':11 'stori':10 'weekend':7"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701327061
+visibility: "visible "
+apId: "https://lemmy.zip/post/6272634"
+editedAt: null
+createdAt: DateTimeImmutable @1701289061 {#1551
date: 2023-11-29 21:17:41.0 +01:00
}
} |
|
Show voter details
|
61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
62 |
DENIED
|
moderate
|
App\Entity\Entry {#1554
+user: Proxies\__CG__\App\Entity\User {#1558 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1448 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "unable-to-login-to-lemmy-ml-using-1-0-152"
+title: "unable to login to lemmy.ml using 1.0.152"
+url: null
+body: """
I believe 1.0.152 is meant to be the version compatible with the new Lemmy release, and it works pretty well as a guest user. Unfortunately, when I try to login to lemmy.ml (which uses the new server version), I get `Error: An unknown error has occurred.`\n
\n
Looked through the app and didn’t see any official bug report area mentioned, so I hope this is the right place to go for this. If not, sorry for the noise!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701319367 {#1562
date: 2023-11-30 05:42:47.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1556 …}
+votes: Doctrine\ORM\PersistentCollection {#1555 …}
+reports: Doctrine\ORM\PersistentCollection {#1620 …}
+favourites: Doctrine\ORM\PersistentCollection {#1604 …}
+notifications: Doctrine\ORM\PersistentCollection {#1619 …}
+badges: Doctrine\ORM\PersistentCollection {#1701 …}
+children: []
-id: 21832
-titleTs: "'1.0.152':7 'lemmy.ml':5 'login':3 'unabl':1 'use':6"
-bodyTs: "'1.0.152':3 'app':50 'area':59 'believ':2 'bug':57 'compat':10 'didn':52 'error':41,44 'get':40 'go':70 'guest':23 'hope':63 'lemmi':14 'lemmy.ml':32 'login':30 'look':47 'meant':5 'mention':60 'new':13,36 'nois':78 'occur':46 'offici':56 'place':68 'pretti':19 'releas':15 'report':58 'right':67 'see':54 'server':37 'sorri':75 'tri':28 'unfortun':25 'unknown':43 'use':34 'user':24 'version':9,38 'well':20 'work':18"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701323867
+visibility: "visible "
+apId: "https://lemmy.ml/post/8669345"
+editedAt: null
+createdAt: DateTimeImmutable @1701319367 {#1565
date: 2023-11-30 05:42:47.0 +01:00
}
} |
|
Show voter details
|
63 |
DENIED
|
edit
|
App\Entity\Entry {#1554
+user: Proxies\__CG__\App\Entity\User {#1558 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1448 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "unable-to-login-to-lemmy-ml-using-1-0-152"
+title: "unable to login to lemmy.ml using 1.0.152"
+url: null
+body: """
I believe 1.0.152 is meant to be the version compatible with the new Lemmy release, and it works pretty well as a guest user. Unfortunately, when I try to login to lemmy.ml (which uses the new server version), I get `Error: An unknown error has occurred.`\n
\n
Looked through the app and didn’t see any official bug report area mentioned, so I hope this is the right place to go for this. If not, sorry for the noise!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701319367 {#1562
date: 2023-11-30 05:42:47.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1556 …}
+votes: Doctrine\ORM\PersistentCollection {#1555 …}
+reports: Doctrine\ORM\PersistentCollection {#1620 …}
+favourites: Doctrine\ORM\PersistentCollection {#1604 …}
+notifications: Doctrine\ORM\PersistentCollection {#1619 …}
+badges: Doctrine\ORM\PersistentCollection {#1701 …}
+children: []
-id: 21832
-titleTs: "'1.0.152':7 'lemmy.ml':5 'login':3 'unabl':1 'use':6"
-bodyTs: "'1.0.152':3 'app':50 'area':59 'believ':2 'bug':57 'compat':10 'didn':52 'error':41,44 'get':40 'go':70 'guest':23 'hope':63 'lemmi':14 'lemmy.ml':32 'login':30 'look':47 'meant':5 'mention':60 'new':13,36 'nois':78 'occur':46 'offici':56 'place':68 'pretti':19 'releas':15 'report':58 'right':67 'see':54 'server':37 'sorri':75 'tri':28 'unfortun':25 'unknown':43 'use':34 'user':24 'version':9,38 'well':20 'work':18"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701323867
+visibility: "visible "
+apId: "https://lemmy.ml/post/8669345"
+editedAt: null
+createdAt: DateTimeImmutable @1701319367 {#1565
date: 2023-11-30 05:42:47.0 +01:00
}
} |
|
Show voter details
|
64 |
DENIED
|
moderate
|
App\Entity\Entry {#1554
+user: Proxies\__CG__\App\Entity\User {#1558 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1448 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "unable-to-login-to-lemmy-ml-using-1-0-152"
+title: "unable to login to lemmy.ml using 1.0.152"
+url: null
+body: """
I believe 1.0.152 is meant to be the version compatible with the new Lemmy release, and it works pretty well as a guest user. Unfortunately, when I try to login to lemmy.ml (which uses the new server version), I get `Error: An unknown error has occurred.`\n
\n
Looked through the app and didn’t see any official bug report area mentioned, so I hope this is the right place to go for this. If not, sorry for the noise!
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701319367 {#1562
date: 2023-11-30 05:42:47.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1556 …}
+votes: Doctrine\ORM\PersistentCollection {#1555 …}
+reports: Doctrine\ORM\PersistentCollection {#1620 …}
+favourites: Doctrine\ORM\PersistentCollection {#1604 …}
+notifications: Doctrine\ORM\PersistentCollection {#1619 …}
+badges: Doctrine\ORM\PersistentCollection {#1701 …}
+children: []
-id: 21832
-titleTs: "'1.0.152':7 'lemmy.ml':5 'login':3 'unabl':1 'use':6"
-bodyTs: "'1.0.152':3 'app':50 'area':59 'believ':2 'bug':57 'compat':10 'didn':52 'error':41,44 'get':40 'go':70 'guest':23 'hope':63 'lemmi':14 'lemmy.ml':32 'login':30 'look':47 'meant':5 'mention':60 'new':13,36 'nois':78 'occur':46 'offici':56 'place':68 'pretti':19 'releas':15 'report':58 'right':67 'see':54 'server':37 'sorri':75 'tri':28 'unfortun':25 'unknown':43 'use':34 'user':24 'version':9,38 'well':20 'work':18"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701323867
+visibility: "visible "
+apId: "https://lemmy.ml/post/8669345"
+editedAt: null
+createdAt: DateTimeImmutable @1701319367 {#1565
date: 2023-11-30 05:42:47.0 +01:00
}
} |
|
Show voter details
|
65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
66 |
DENIED
|
moderate
|
App\Entity\Entry {#1689
+user: Proxies\__CG__\App\Entity\User {#1686 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "OpenSUSE-Leap-15-5-Tumbleweed-conversion"
+title: "OpenSUSE Leap 15.5 -> Tumbleweed conversion"
+url: null
+body: "Thinking of trying to morph my Leap workstation into Tumbleweed (and potentially Slowroll once that project matures enough). I’ve seen that [you can do it ](https://www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/). I reckon I can rollback relatively easily via the BTRFS snapshots if it goes sideways, but just curious to see what others’ experience with doing so has been."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701298466 {#1687
date: 2023-11-29 23:54:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1691 …}
+votes: Doctrine\ORM\PersistentCollection {#1795 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1611 …}
+notifications: Doctrine\ORM\PersistentCollection {#1630 …}
+badges: Doctrine\ORM\PersistentCollection {#1628 …}
+children: []
-id: 18085
-titleTs: "'15.5':3 'convers':5 'leap':2 'opensus':1 'tumblewe':4"
-bodyTs: "'/how-to-switch-from-opensuse-leap-to-tumbleweed/).':29 'btrfs':39 'curious':47 'easili':36 'enough':18 'experi':52 'goe':43 'leap':7 'matur':17 'morph':5 'other':51 'potenti':12 'project':16 'reckon':31 'relat':35 'rollback':34 'see':49 'seen':21 'sideway':44 'slowrol':13 'snapshot':40 'think':1 'tri':3 'tumblewe':10 've':20 'via':37 'workstat':8 'www.osradar.com':28 'www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/).':27"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701317837
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/7006482"
+editedAt: null
+createdAt: DateTimeImmutable @1701231437 {#1680
date: 2023-11-29 05:17:17.0 +01:00
}
} |
|
Show voter details
|
67 |
DENIED
|
edit
|
App\Entity\Entry {#1689
+user: Proxies\__CG__\App\Entity\User {#1686 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "OpenSUSE-Leap-15-5-Tumbleweed-conversion"
+title: "OpenSUSE Leap 15.5 -> Tumbleweed conversion"
+url: null
+body: "Thinking of trying to morph my Leap workstation into Tumbleweed (and potentially Slowroll once that project matures enough). I’ve seen that [you can do it ](https://www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/). I reckon I can rollback relatively easily via the BTRFS snapshots if it goes sideways, but just curious to see what others’ experience with doing so has been."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701298466 {#1687
date: 2023-11-29 23:54:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1691 …}
+votes: Doctrine\ORM\PersistentCollection {#1795 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1611 …}
+notifications: Doctrine\ORM\PersistentCollection {#1630 …}
+badges: Doctrine\ORM\PersistentCollection {#1628 …}
+children: []
-id: 18085
-titleTs: "'15.5':3 'convers':5 'leap':2 'opensus':1 'tumblewe':4"
-bodyTs: "'/how-to-switch-from-opensuse-leap-to-tumbleweed/).':29 'btrfs':39 'curious':47 'easili':36 'enough':18 'experi':52 'goe':43 'leap':7 'matur':17 'morph':5 'other':51 'potenti':12 'project':16 'reckon':31 'relat':35 'rollback':34 'see':49 'seen':21 'sideway':44 'slowrol':13 'snapshot':40 'think':1 'tri':3 'tumblewe':10 've':20 'via':37 'workstat':8 'www.osradar.com':28 'www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/).':27"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701317837
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/7006482"
+editedAt: null
+createdAt: DateTimeImmutable @1701231437 {#1680
date: 2023-11-29 05:17:17.0 +01:00
}
} |
|
Show voter details
|
68 |
DENIED
|
moderate
|
App\Entity\Entry {#1689
+user: Proxies\__CG__\App\Entity\User {#1686 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1894 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "OpenSUSE-Leap-15-5-Tumbleweed-conversion"
+title: "OpenSUSE Leap 15.5 -> Tumbleweed conversion"
+url: null
+body: "Thinking of trying to morph my Leap workstation into Tumbleweed (and potentially Slowroll once that project matures enough). I’ve seen that [you can do it ](https://www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/). I reckon I can rollback relatively easily via the BTRFS snapshots if it goes sideways, but just curious to see what others’ experience with doing so has been."
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 21
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701298466 {#1687
date: 2023-11-29 23:54:26.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1691 …}
+votes: Doctrine\ORM\PersistentCollection {#1795 …}
+reports: Doctrine\ORM\PersistentCollection {#1711 …}
+favourites: Doctrine\ORM\PersistentCollection {#1611 …}
+notifications: Doctrine\ORM\PersistentCollection {#1630 …}
+badges: Doctrine\ORM\PersistentCollection {#1628 …}
+children: []
-id: 18085
-titleTs: "'15.5':3 'convers':5 'leap':2 'opensus':1 'tumblewe':4"
-bodyTs: "'/how-to-switch-from-opensuse-leap-to-tumbleweed/).':29 'btrfs':39 'curious':47 'easili':36 'enough':18 'experi':52 'goe':43 'leap':7 'matur':17 'morph':5 'other':51 'potenti':12 'project':16 'reckon':31 'relat':35 'rollback':34 'see':49 'seen':21 'sideway':44 'slowrol':13 'snapshot':40 'think':1 'tri':3 'tumblewe':10 've':20 'via':37 'workstat':8 'www.osradar.com':28 'www.osradar.com/how-to-switch-from-opensuse-leap-to-tumbleweed/).':27"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701317837
+visibility: "visible "
+apId: "https://discuss.tchncs.de/post/7006482"
+editedAt: null
+createdAt: DateTimeImmutable @1701231437 {#1680
date: 2023-11-29 05:17:17.0 +01:00
}
} |
|
Show voter details
|
69 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
70 |
DENIED
|
moderate
|
App\Entity\Entry {#1597
+user: Proxies\__CG__\App\Entity\User {#1617 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Any-automated-method-to-check-for-basic-OPSEC-mistakes-whilst"
+title: "Any automated method to check for basic OPSEC mistakes whilst posting content online?"
+url: null
+body: """
If it were possible to run LLMs without a significant investment to GPU prowess, this problem wouldn’t be very relevant. However, the bigger FOSS LLMs require a lot of power to run.\n
\n
Is there any automated technique (scripts, lookups etc) that can warn a user before the content is posted online? I’m asking this specifically for textual content.\n
\n
Thanks\n
\n
---\n
\n
I didn’t mention what I wanted clearly enough, so here goes:\n
\n
I am looking to scan my own posts/comments for stylometry statistics, for the most part, but PII would be nice. I’ll deal with the browser-agent, Cookies, IP etc.\n
\n
Threat model would likely be to prevent people who might be wanting to link my identity with my online persona. Obviously, the government is excluded since they can just mine the IP from Lemmy mods and get to me. This is someone who is interested in my identity and will use FOSS/some proprietary tools to link my identities\n
\n
---\n
\n
Edit: it seems there are packages available on python and R to parser through text and try to infer identity from stylometric data. I’ll have to look into that, but it seems doable at a basic level.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701717435 {#1599
date: 2023-12-04 20:17:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1723 …}
+reports: Doctrine\ORM\PersistentCollection {#1721 …}
+favourites: Doctrine\ORM\PersistentCollection {#1728 …}
+notifications: Doctrine\ORM\PersistentCollection {#1730 …}
+badges: Doctrine\ORM\PersistentCollection {#1734 …}
+children: []
-id: 18103
-titleTs: "'autom':2 'basic':7 'check':5 'content':12 'method':3 'mistak':9 'onlin':13 'opsec':8 'post':11 'whilst':10"
-bodyTs: "'agent':101 'ask':55 'autom':37 'avail':169 'basic':199 'bigger':24 'browser':100 'browser-ag':99 'clear':69 'content':49,60 'cooki':102 'data':185 'deal':96 'didn':63 'doabl':196 'edit':163 'enough':70 'etc':41,104 'exclud':129 'foss':25 'foss/some':156 'get':141 'goe':73 'govern':127 'gpu':13 'howev':22 'ident':120,152,162,182 'infer':181 'interest':149 'invest':11 'ip':103,136 'lemmi':138 'level':200 'like':108 'link':118,160 'll':95,187 'llms':7,26 'look':76,190 'lookup':40 'lot':29 'm':54 'mention':65 'might':114 'mine':134 'mod':139 'model':106 'nice':93 'obvious':125 'onlin':52,123 'packag':168 'parser':175 'part':88 'peopl':112 'persona':124 'pii':90 'possibl':4 'post':51 'posts/comments':81 'power':31 'prevent':111 'problem':16 'proprietari':157 'prowess':14 'python':171 'r':173 'relev':21 'requir':27 'run':6,33 'scan':78 'script':39 'seem':165,195 'signific':10 'sinc':130 'someon':146 'specif':57 'statist':84 'stylometr':184 'stylometri':83 'techniqu':38 'text':177 'textual':59 'thank':61 'threat':105 'tool':158 'tri':179 'use':155 'user':46 'want':68,116 'warn':44 'without':8 'would':91,107 'wouldn':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701317442
+visibility: "visible "
+apId: "https://lemmy.world/post/8904471"
+editedAt: DateTimeImmutable @1702278147 {#1618
date: 2023-12-11 08:02:27.0 +01:00
}
+createdAt: DateTimeImmutable @1701240442 {#1625
date: 2023-11-29 07:47:22.0 +01:00
}
} |
|
Show voter details
|
71 |
DENIED
|
edit
|
App\Entity\Entry {#1597
+user: Proxies\__CG__\App\Entity\User {#1617 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Any-automated-method-to-check-for-basic-OPSEC-mistakes-whilst"
+title: "Any automated method to check for basic OPSEC mistakes whilst posting content online?"
+url: null
+body: """
If it were possible to run LLMs without a significant investment to GPU prowess, this problem wouldn’t be very relevant. However, the bigger FOSS LLMs require a lot of power to run.\n
\n
Is there any automated technique (scripts, lookups etc) that can warn a user before the content is posted online? I’m asking this specifically for textual content.\n
\n
Thanks\n
\n
---\n
\n
I didn’t mention what I wanted clearly enough, so here goes:\n
\n
I am looking to scan my own posts/comments for stylometry statistics, for the most part, but PII would be nice. I’ll deal with the browser-agent, Cookies, IP etc.\n
\n
Threat model would likely be to prevent people who might be wanting to link my identity with my online persona. Obviously, the government is excluded since they can just mine the IP from Lemmy mods and get to me. This is someone who is interested in my identity and will use FOSS/some proprietary tools to link my identities\n
\n
---\n
\n
Edit: it seems there are packages available on python and R to parser through text and try to infer identity from stylometric data. I’ll have to look into that, but it seems doable at a basic level.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701717435 {#1599
date: 2023-12-04 20:17:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1723 …}
+reports: Doctrine\ORM\PersistentCollection {#1721 …}
+favourites: Doctrine\ORM\PersistentCollection {#1728 …}
+notifications: Doctrine\ORM\PersistentCollection {#1730 …}
+badges: Doctrine\ORM\PersistentCollection {#1734 …}
+children: []
-id: 18103
-titleTs: "'autom':2 'basic':7 'check':5 'content':12 'method':3 'mistak':9 'onlin':13 'opsec':8 'post':11 'whilst':10"
-bodyTs: "'agent':101 'ask':55 'autom':37 'avail':169 'basic':199 'bigger':24 'browser':100 'browser-ag':99 'clear':69 'content':49,60 'cooki':102 'data':185 'deal':96 'didn':63 'doabl':196 'edit':163 'enough':70 'etc':41,104 'exclud':129 'foss':25 'foss/some':156 'get':141 'goe':73 'govern':127 'gpu':13 'howev':22 'ident':120,152,162,182 'infer':181 'interest':149 'invest':11 'ip':103,136 'lemmi':138 'level':200 'like':108 'link':118,160 'll':95,187 'llms':7,26 'look':76,190 'lookup':40 'lot':29 'm':54 'mention':65 'might':114 'mine':134 'mod':139 'model':106 'nice':93 'obvious':125 'onlin':52,123 'packag':168 'parser':175 'part':88 'peopl':112 'persona':124 'pii':90 'possibl':4 'post':51 'posts/comments':81 'power':31 'prevent':111 'problem':16 'proprietari':157 'prowess':14 'python':171 'r':173 'relev':21 'requir':27 'run':6,33 'scan':78 'script':39 'seem':165,195 'signific':10 'sinc':130 'someon':146 'specif':57 'statist':84 'stylometr':184 'stylometri':83 'techniqu':38 'text':177 'textual':59 'thank':61 'threat':105 'tool':158 'tri':179 'use':155 'user':46 'want':68,116 'warn':44 'without':8 'would':91,107 'wouldn':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701317442
+visibility: "visible "
+apId: "https://lemmy.world/post/8904471"
+editedAt: DateTimeImmutable @1702278147 {#1618
date: 2023-12-11 08:02:27.0 +01:00
}
+createdAt: DateTimeImmutable @1701240442 {#1625
date: 2023-11-29 07:47:22.0 +01:00
}
} |
|
Show voter details
|
72 |
DENIED
|
moderate
|
App\Entity\Entry {#1597
+user: Proxies\__CG__\App\Entity\User {#1617 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Any-automated-method-to-check-for-basic-OPSEC-mistakes-whilst"
+title: "Any automated method to check for basic OPSEC mistakes whilst posting content online?"
+url: null
+body: """
If it were possible to run LLMs without a significant investment to GPU prowess, this problem wouldn’t be very relevant. However, the bigger FOSS LLMs require a lot of power to run.\n
\n
Is there any automated technique (scripts, lookups etc) that can warn a user before the content is posted online? I’m asking this specifically for textual content.\n
\n
Thanks\n
\n
---\n
\n
I didn’t mention what I wanted clearly enough, so here goes:\n
\n
I am looking to scan my own posts/comments for stylometry statistics, for the most part, but PII would be nice. I’ll deal with the browser-agent, Cookies, IP etc.\n
\n
Threat model would likely be to prevent people who might be wanting to link my identity with my online persona. Obviously, the government is excluded since they can just mine the IP from Lemmy mods and get to me. This is someone who is interested in my identity and will use FOSS/some proprietary tools to link my identities\n
\n
---\n
\n
Edit: it seems there are packages available on python and R to parser through text and try to infer identity from stylometric data. I’ll have to look into that, but it seems doable at a basic level.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 5
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701717435 {#1599
date: 2023-12-04 20:17:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1731 …}
+votes: Doctrine\ORM\PersistentCollection {#1723 …}
+reports: Doctrine\ORM\PersistentCollection {#1721 …}
+favourites: Doctrine\ORM\PersistentCollection {#1728 …}
+notifications: Doctrine\ORM\PersistentCollection {#1730 …}
+badges: Doctrine\ORM\PersistentCollection {#1734 …}
+children: []
-id: 18103
-titleTs: "'autom':2 'basic':7 'check':5 'content':12 'method':3 'mistak':9 'onlin':13 'opsec':8 'post':11 'whilst':10"
-bodyTs: "'agent':101 'ask':55 'autom':37 'avail':169 'basic':199 'bigger':24 'browser':100 'browser-ag':99 'clear':69 'content':49,60 'cooki':102 'data':185 'deal':96 'didn':63 'doabl':196 'edit':163 'enough':70 'etc':41,104 'exclud':129 'foss':25 'foss/some':156 'get':141 'goe':73 'govern':127 'gpu':13 'howev':22 'ident':120,152,162,182 'infer':181 'interest':149 'invest':11 'ip':103,136 'lemmi':138 'level':200 'like':108 'link':118,160 'll':95,187 'llms':7,26 'look':76,190 'lookup':40 'lot':29 'm':54 'mention':65 'might':114 'mine':134 'mod':139 'model':106 'nice':93 'obvious':125 'onlin':52,123 'packag':168 'parser':175 'part':88 'peopl':112 'persona':124 'pii':90 'possibl':4 'post':51 'posts/comments':81 'power':31 'prevent':111 'problem':16 'proprietari':157 'prowess':14 'python':171 'r':173 'relev':21 'requir':27 'run':6,33 'scan':78 'script':39 'seem':165,195 'signific':10 'sinc':130 'someon':146 'specif':57 'statist':84 'stylometr':184 'stylometri':83 'techniqu':38 'text':177 'textual':59 'thank':61 'threat':105 'tool':158 'tri':179 'use':155 'user':46 'want':68,116 'warn':44 'without':8 'would':91,107 'wouldn':17"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701317442
+visibility: "visible "
+apId: "https://lemmy.world/post/8904471"
+editedAt: DateTimeImmutable @1702278147 {#1618
date: 2023-12-11 08:02:27.0 +01:00
}
+createdAt: DateTimeImmutable @1701240442 {#1625
date: 2023-11-29 07:47:22.0 +01:00
}
} |
|
Show voter details
|
73 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
74 |
DENIED
|
moderate
|
App\Entity\Entry {#1729
+user: Proxies\__CG__\App\Entity\User {#1724 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1719 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Images-not-loading"
+title: "Images not loading"
+url: null
+body: """
Images aren’t loading for me on rc10/rc11. I didn’t have this issue on rc8/rc9.\n
\n
Opening an image in a new tab shows the following response:\n
\n
```\n
\n
<span style="color:#323232;">{</span><span style="font-weight:bold;color:#183691;">"error"</span><span style="color:#323232;">:"auth_cookie_insecure"}\n
</span>\n
```\n
\n
Edit: fixed
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701293041 {#1727
date: 2023-11-29 22:24:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1715 …}
+votes: Doctrine\ORM\PersistentCollection {#1718 …}
+reports: Doctrine\ORM\PersistentCollection {#1716 …}
+favourites: Doctrine\ORM\PersistentCollection {#1739 …}
+notifications: Doctrine\ORM\PersistentCollection {#1740 …}
+badges: Doctrine\ORM\PersistentCollection {#2465 …}
+children: []
-id: 18279
-titleTs: "'imag':1 'load':3"
-bodyTs: "'aren':2 'auth':29 'cooki':30 'didn':10 'edit':32 'error':28 'fix':33 'follow':26 'imag':1,19 'insecur':31 'issu':14 'load':4 'new':22 'open':17 'rc10/rc11':8 'rc8/rc9':16 'respons':27 'show':24 'tab':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701310719
+visibility: "visible "
+apId: "https://lemmy.ml/post/8650892"
+editedAt: DateTimeImmutable @1702479330 {#1735
date: 2023-12-13 15:55:30.0 +01:00
}
+createdAt: DateTimeImmutable @1701286219 {#1733
date: 2023-11-29 20:30:19.0 +01:00
}
} |
|
Show voter details
|
75 |
DENIED
|
edit
|
App\Entity\Entry {#1729
+user: Proxies\__CG__\App\Entity\User {#1724 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1719 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Images-not-loading"
+title: "Images not loading"
+url: null
+body: """
Images aren’t loading for me on rc10/rc11. I didn’t have this issue on rc8/rc9.\n
\n
Opening an image in a new tab shows the following response:\n
\n
```\n
\n
<span style="color:#323232;">{</span><span style="font-weight:bold;color:#183691;">"error"</span><span style="color:#323232;">:"auth_cookie_insecure"}\n
</span>\n
```\n
\n
Edit: fixed
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701293041 {#1727
date: 2023-11-29 22:24:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1715 …}
+votes: Doctrine\ORM\PersistentCollection {#1718 …}
+reports: Doctrine\ORM\PersistentCollection {#1716 …}
+favourites: Doctrine\ORM\PersistentCollection {#1739 …}
+notifications: Doctrine\ORM\PersistentCollection {#1740 …}
+badges: Doctrine\ORM\PersistentCollection {#2465 …}
+children: []
-id: 18279
-titleTs: "'imag':1 'load':3"
-bodyTs: "'aren':2 'auth':29 'cooki':30 'didn':10 'edit':32 'error':28 'fix':33 'follow':26 'imag':1,19 'insecur':31 'issu':14 'load':4 'new':22 'open':17 'rc10/rc11':8 'rc8/rc9':16 'respons':27 'show':24 'tab':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701310719
+visibility: "visible "
+apId: "https://lemmy.ml/post/8650892"
+editedAt: DateTimeImmutable @1702479330 {#1735
date: 2023-12-13 15:55:30.0 +01:00
}
+createdAt: DateTimeImmutable @1701286219 {#1733
date: 2023-11-29 20:30:19.0 +01:00
}
} |
|
Show voter details
|
76 |
DENIED
|
moderate
|
App\Entity\Entry {#1729
+user: Proxies\__CG__\App\Entity\User {#1724 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1719 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Images-not-loading"
+title: "Images not loading"
+url: null
+body: """
Images aren’t loading for me on rc10/rc11. I didn’t have this issue on rc8/rc9.\n
\n
Opening an image in a new tab shows the following response:\n
\n
```\n
\n
<span style="color:#323232;">{</span><span style="font-weight:bold;color:#183691;">"error"</span><span style="color:#323232;">:"auth_cookie_insecure"}\n
</span>\n
```\n
\n
Edit: fixed
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701293041 {#1727
date: 2023-11-29 22:24:01.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1715 …}
+votes: Doctrine\ORM\PersistentCollection {#1718 …}
+reports: Doctrine\ORM\PersistentCollection {#1716 …}
+favourites: Doctrine\ORM\PersistentCollection {#1739 …}
+notifications: Doctrine\ORM\PersistentCollection {#1740 …}
+badges: Doctrine\ORM\PersistentCollection {#2465 …}
+children: []
-id: 18279
-titleTs: "'imag':1 'load':3"
-bodyTs: "'aren':2 'auth':29 'cooki':30 'didn':10 'edit':32 'error':28 'fix':33 'follow':26 'imag':1,19 'insecur':31 'issu':14 'load':4 'new':22 'open':17 'rc10/rc11':8 'rc8/rc9':16 'respons':27 'show':24 'tab':23"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701310719
+visibility: "visible "
+apId: "https://lemmy.ml/post/8650892"
+editedAt: DateTimeImmutable @1702479330 {#1735
date: 2023-12-13 15:55:30.0 +01:00
}
+createdAt: DateTimeImmutable @1701286219 {#1733
date: 2023-11-29 20:30:19.0 +01:00
}
} |
|
Show voter details
|
77 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
78 |
DENIED
|
moderate
|
App\Entity\Entry {#2411
+user: Proxies\__CG__\App\Entity\User {#2447 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Kroger-grocery-and-pharmacy-Sued-for-Sharing-Sensitive-Health-Data"
+title: "Kroger (grocery and pharmacy) Sued for Sharing Sensitive Health Data With Meta"
+url: null
+body: "technology@lemmy.zip"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 136
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701525631 {#2463
date: 2023-12-02 15:00:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2422 …}
+votes: Doctrine\ORM\PersistentCollection {#2458 …}
+reports: Doctrine\ORM\PersistentCollection {#2456 …}
+favourites: Doctrine\ORM\PersistentCollection {#2453 …}
+notifications: Doctrine\ORM\PersistentCollection {#2457 …}
+badges: Doctrine\ORM\PersistentCollection {#2455 …}
+children: []
-id: 18069
-titleTs: "'data':10 'groceri':2 'health':9 'kroger':1 'meta':12 'pharmaci':4 'sensit':8 'share':7 'su':5"
-bodyTs: "'technology@lemmy.zip':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701307810
+visibility: "visible "
+apId: "https://infosec.pub/post/5451964"
+editedAt: null
+createdAt: DateTimeImmutable @1701221410 {#2448
date: 2023-11-29 02:30:10.0 +01:00
}
} |
|
Show voter details
|
79 |
DENIED
|
edit
|
App\Entity\Entry {#2411
+user: Proxies\__CG__\App\Entity\User {#2447 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Kroger-grocery-and-pharmacy-Sued-for-Sharing-Sensitive-Health-Data"
+title: "Kroger (grocery and pharmacy) Sued for Sharing Sensitive Health Data With Meta"
+url: null
+body: "technology@lemmy.zip"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 136
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701525631 {#2463
date: 2023-12-02 15:00:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2422 …}
+votes: Doctrine\ORM\PersistentCollection {#2458 …}
+reports: Doctrine\ORM\PersistentCollection {#2456 …}
+favourites: Doctrine\ORM\PersistentCollection {#2453 …}
+notifications: Doctrine\ORM\PersistentCollection {#2457 …}
+badges: Doctrine\ORM\PersistentCollection {#2455 …}
+children: []
-id: 18069
-titleTs: "'data':10 'groceri':2 'health':9 'kroger':1 'meta':12 'pharmaci':4 'sensit':8 'share':7 'su':5"
-bodyTs: "'technology@lemmy.zip':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701307810
+visibility: "visible "
+apId: "https://infosec.pub/post/5451964"
+editedAt: null
+createdAt: DateTimeImmutable @1701221410 {#2448
date: 2023-11-29 02:30:10.0 +01:00
}
} |
|
Show voter details
|
80 |
DENIED
|
moderate
|
App\Entity\Entry {#2411
+user: Proxies\__CG__\App\Entity\User {#2447 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Kroger-grocery-and-pharmacy-Sued-for-Sharing-Sensitive-Health-Data"
+title: "Kroger (grocery and pharmacy) Sued for Sharing Sensitive Health Data With Meta"
+url: null
+body: "technology@lemmy.zip"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 9
+favouriteCount: 136
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701525631 {#2463
date: 2023-12-02 15:00:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2422 …}
+votes: Doctrine\ORM\PersistentCollection {#2458 …}
+reports: Doctrine\ORM\PersistentCollection {#2456 …}
+favourites: Doctrine\ORM\PersistentCollection {#2453 …}
+notifications: Doctrine\ORM\PersistentCollection {#2457 …}
+badges: Doctrine\ORM\PersistentCollection {#2455 …}
+children: []
-id: 18069
-titleTs: "'data':10 'groceri':2 'health':9 'kroger':1 'meta':12 'pharmaci':4 'sensit':8 'share':7 'su':5"
-bodyTs: "'technology@lemmy.zip':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701307810
+visibility: "visible "
+apId: "https://infosec.pub/post/5451964"
+editedAt: null
+createdAt: DateTimeImmutable @1701221410 {#2448
date: 2023-11-29 02:30:10.0 +01:00
}
} |
|
Show voter details
|
81 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
82 |
DENIED
|
moderate
|
App\Entity\Entry {#2469
+user: Proxies\__CG__\App\Entity\User {#2467 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1719 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Federation-broke-on-my-instance"
+title: "Federation broke on my instance"
+url: null
+body: """
So, I run my own instance (dandroid.app), and as of about 10 days ago, all outgoing federation stopped working. Incoming federation still seems to work fine. I’m not sure exactly what changed. It was around the time that I set up pihole on my network, but I have since shut down pihole and federation has not resumed. I have tried restarting all the services with docker-compose down and then up. I also tried restarting my server completely.\n
\n
What debugging steps can I take to figure out where the failure is occuring?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701280927 {#2468
date: 2023-11-29 19:02:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2471 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2377 …}
+favourites: Doctrine\ORM\PersistentCollection {#2359 …}
+notifications: Doctrine\ORM\PersistentCollection {#2364 …}
+badges: Doctrine\ORM\PersistentCollection {#2380 …}
+children: []
-id: 18230
-titleTs: "'broke':2 'feder':1 'instanc':5"
-bodyTs: "'10':12 'ago':14 'also':75 'around':36 'chang':33 'complet':80 'compos':69 'dandroid.app':7 'day':13 'debug':82 'docker':68 'docker-compos':67 'exact':31 'failur':92 'feder':17,21,55 'figur':88 'fine':26 'incom':20 'instanc':6 'm':28 'network':46 'occur':94 'outgo':16 'pihol':43,53 'restart':62,77 'resum':58 'run':3 'seem':23 'server':79 'servic':65 'set':41 'shut':51 'sinc':50 'step':83 'still':22 'stop':18 'sure':30 'take':86 'time':38 'tri':61,76 'work':19,25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701303505
+visibility: "visible "
+apId: "https://sh.itjust.works/post/10097984"
+editedAt: null
+createdAt: DateTimeImmutable @1701275505 {#2470
date: 2023-11-29 17:31:45.0 +01:00
}
} |
|
Show voter details
|
83 |
DENIED
|
edit
|
App\Entity\Entry {#2469
+user: Proxies\__CG__\App\Entity\User {#2467 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1719 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Federation-broke-on-my-instance"
+title: "Federation broke on my instance"
+url: null
+body: """
So, I run my own instance (dandroid.app), and as of about 10 days ago, all outgoing federation stopped working. Incoming federation still seems to work fine. I’m not sure exactly what changed. It was around the time that I set up pihole on my network, but I have since shut down pihole and federation has not resumed. I have tried restarting all the services with docker-compose down and then up. I also tried restarting my server completely.\n
\n
What debugging steps can I take to figure out where the failure is occuring?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701280927 {#2468
date: 2023-11-29 19:02:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2471 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2377 …}
+favourites: Doctrine\ORM\PersistentCollection {#2359 …}
+notifications: Doctrine\ORM\PersistentCollection {#2364 …}
+badges: Doctrine\ORM\PersistentCollection {#2380 …}
+children: []
-id: 18230
-titleTs: "'broke':2 'feder':1 'instanc':5"
-bodyTs: "'10':12 'ago':14 'also':75 'around':36 'chang':33 'complet':80 'compos':69 'dandroid.app':7 'day':13 'debug':82 'docker':68 'docker-compos':67 'exact':31 'failur':92 'feder':17,21,55 'figur':88 'fine':26 'incom':20 'instanc':6 'm':28 'network':46 'occur':94 'outgo':16 'pihol':43,53 'restart':62,77 'resum':58 'run':3 'seem':23 'server':79 'servic':65 'set':41 'shut':51 'sinc':50 'step':83 'still':22 'stop':18 'sure':30 'take':86 'time':38 'tri':61,76 'work':19,25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701303505
+visibility: "visible "
+apId: "https://sh.itjust.works/post/10097984"
+editedAt: null
+createdAt: DateTimeImmutable @1701275505 {#2470
date: 2023-11-29 17:31:45.0 +01:00
}
} |
|
Show voter details
|
84 |
DENIED
|
moderate
|
App\Entity\Entry {#2469
+user: Proxies\__CG__\App\Entity\User {#2467 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1719 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Federation-broke-on-my-instance"
+title: "Federation broke on my instance"
+url: null
+body: """
So, I run my own instance (dandroid.app), and as of about 10 days ago, all outgoing federation stopped working. Incoming federation still seems to work fine. I’m not sure exactly what changed. It was around the time that I set up pihole on my network, but I have since shut down pihole and federation has not resumed. I have tried restarting all the services with docker-compose down and then up. I also tried restarting my server completely.\n
\n
What debugging steps can I take to figure out where the failure is occuring?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 3
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701280927 {#2468
date: 2023-11-29 19:02:07.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2471 …}
+votes: Doctrine\ORM\PersistentCollection {#2363 …}
+reports: Doctrine\ORM\PersistentCollection {#2377 …}
+favourites: Doctrine\ORM\PersistentCollection {#2359 …}
+notifications: Doctrine\ORM\PersistentCollection {#2364 …}
+badges: Doctrine\ORM\PersistentCollection {#2380 …}
+children: []
-id: 18230
-titleTs: "'broke':2 'feder':1 'instanc':5"
-bodyTs: "'10':12 'ago':14 'also':75 'around':36 'chang':33 'complet':80 'compos':69 'dandroid.app':7 'day':13 'debug':82 'docker':68 'docker-compos':67 'exact':31 'failur':92 'feder':17,21,55 'figur':88 'fine':26 'incom':20 'instanc':6 'm':28 'network':46 'occur':94 'outgo':16 'pihol':43,53 'restart':62,77 'resum':58 'run':3 'seem':23 'server':79 'servic':65 'set':41 'shut':51 'sinc':50 'step':83 'still':22 'stop':18 'sure':30 'take':86 'time':38 'tri':61,76 'work':19,25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701303505
+visibility: "visible "
+apId: "https://sh.itjust.works/post/10097984"
+editedAt: null
+createdAt: DateTimeImmutable @1701275505 {#2470
date: 2023-11-29 17:31:45.0 +01:00
}
} |
|
Show voter details
|
85 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
86 |
DENIED
|
moderate
|
App\Entity\Entry {#2384
+user: Proxies\__CG__\App\Entity\User {#2378 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Is-YouTube-starting-another-attack-on-third-party-clients"
+title: "Is YouTube starting another attack on third party clients?"
+url: null
+body: "I’ve noticed than most of them have stopped working including all invidious and piped instances"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 58
+favouriteCount: 130
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701918150 {#2382
date: 2023-12-07 04:02:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2379 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#1906 …}
+favourites: Doctrine\ORM\PersistentCollection {#1708 …}
+notifications: Doctrine\ORM\PersistentCollection {#1410 …}
+badges: Doctrine\ORM\PersistentCollection {#1907 …}
+children: []
-id: 18048
-titleTs: "'anoth':4 'attack':5 'client':9 'parti':8 'start':3 'third':7 'youtub':2"
-bodyTs: "'includ':11 'instanc':16 'invidi':13 'notic':3 'pipe':15 'stop':9 've':2 'work':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701301581
+visibility: "visible "
+apId: "https://lemmy.zip/post/6233381"
+editedAt: null
+createdAt: DateTimeImmutable @1701215181 {#2385
date: 2023-11-29 00:46:21.0 +01:00
}
} |
|
Show voter details
|
87 |
DENIED
|
edit
|
App\Entity\Entry {#2384
+user: Proxies\__CG__\App\Entity\User {#2378 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Is-YouTube-starting-another-attack-on-third-party-clients"
+title: "Is YouTube starting another attack on third party clients?"
+url: null
+body: "I’ve noticed than most of them have stopped working including all invidious and piped instances"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 58
+favouriteCount: 130
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701918150 {#2382
date: 2023-12-07 04:02:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2379 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#1906 …}
+favourites: Doctrine\ORM\PersistentCollection {#1708 …}
+notifications: Doctrine\ORM\PersistentCollection {#1410 …}
+badges: Doctrine\ORM\PersistentCollection {#1907 …}
+children: []
-id: 18048
-titleTs: "'anoth':4 'attack':5 'client':9 'parti':8 'start':3 'third':7 'youtub':2"
-bodyTs: "'includ':11 'instanc':16 'invidi':13 'notic':3 'pipe':15 'stop':9 've':2 'work':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701301581
+visibility: "visible "
+apId: "https://lemmy.zip/post/6233381"
+editedAt: null
+createdAt: DateTimeImmutable @1701215181 {#2385
date: 2023-11-29 00:46:21.0 +01:00
}
} |
|
Show voter details
|
88 |
DENIED
|
moderate
|
App\Entity\Entry {#2384
+user: Proxies\__CG__\App\Entity\User {#2378 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1614 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Is-YouTube-starting-another-attack-on-third-party-clients"
+title: "Is YouTube starting another attack on third party clients?"
+url: null
+body: "I’ve noticed than most of them have stopped working including all invidious and piped instances"
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 58
+favouriteCount: 130
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701918150 {#2382
date: 2023-12-07 04:02:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2379 …}
+votes: Doctrine\ORM\PersistentCollection {#2383 …}
+reports: Doctrine\ORM\PersistentCollection {#1906 …}
+favourites: Doctrine\ORM\PersistentCollection {#1708 …}
+notifications: Doctrine\ORM\PersistentCollection {#1410 …}
+badges: Doctrine\ORM\PersistentCollection {#1907 …}
+children: []
-id: 18048
-titleTs: "'anoth':4 'attack':5 'client':9 'parti':8 'start':3 'third':7 'youtub':2"
-bodyTs: "'includ':11 'instanc':16 'invidi':13 'notic':3 'pipe':15 'stop':9 've':2 'work':10"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701301581
+visibility: "visible "
+apId: "https://lemmy.zip/post/6233381"
+editedAt: null
+createdAt: DateTimeImmutable @1701215181 {#2385
date: 2023-11-29 00:46:21.0 +01:00
}
} |
|
Show voter details
|
89 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
90 |
DENIED
|
moderate
|
App\Entity\Entry {#2391
+user: Proxies\__CG__\App\Entity\User {#2389 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-hobbies-help-you-minimize-or-avoid-navigating-commercialism"
+title: "What hobbies help you minimize or avoid navigating commercialism?"
+url: null
+body: """
By commercialism, I’m aiming at a mix of spending a lot and sifting through bloated business models (e.g. this or that accessory/equipment, microtransactions, etc.). Feel like many can relate to this sort of commercial fatigue, and yet it creeps even into hobbies where one tries to unwind.\n
\n
Lately I’ve picked up reading more again, as thanks to libraries I’m able to do just that, but I’m wondering what some other, less obvious options* might be.\n
\n
:::spoiler * This is mainly for the going outside, walking folks. I enjoy a good walk from time to time, but I’m interested in activities that are a little less obvious. :::
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 73
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701441337 {#1407
date: 2023-12-01 15:35:37.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
+badges: Doctrine\ORM\PersistentCollection {#1405 …}
+children: []
-id: 17991
-titleTs: "'avoid':7 'commerci':9 'help':3 'hobbi':2 'minim':5 'navig':8"
-bodyTs: "'abl':63 'accessory/equipment':23 'activ':104 'aim':5 'bloat':16 'busi':17 'commerci':2,35 'creep':40 'e.g':19 'enjoy':91 'etc':25 'even':41 'fatigu':36 'feel':26 'folk':89 'go':86 'good':93 'hobbi':43 'interest':102 'late':49 'less':75,109 'librari':60 'like':27 'littl':108 'lot':12 'm':4,62,70,101 'main':83 'mani':28 'microtransact':24 'might':78 'mix':8 'model':18 'obvious':76,110 'one':45 'option':77 'outsid':87 'pick':52 'read':54 'relat':30 'sift':14 'sort':33 'spend':10 'spoiler':80 'thank':58 'time':96,98 'tri':46 'unwind':48 've':51 'walk':88,94 'wonder':71 'yet':38"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701296575
+visibility: "visible "
+apId: "https://lemm.ee/post/16336249"
+editedAt: null
+createdAt: DateTimeImmutable @1701210175 {#1883
date: 2023-11-28 23:22:55.0 +01:00
}
} |
|
Show voter details
|
91 |
DENIED
|
edit
|
App\Entity\Entry {#2391
+user: Proxies\__CG__\App\Entity\User {#2389 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-hobbies-help-you-minimize-or-avoid-navigating-commercialism"
+title: "What hobbies help you minimize or avoid navigating commercialism?"
+url: null
+body: """
By commercialism, I’m aiming at a mix of spending a lot and sifting through bloated business models (e.g. this or that accessory/equipment, microtransactions, etc.). Feel like many can relate to this sort of commercial fatigue, and yet it creeps even into hobbies where one tries to unwind.\n
\n
Lately I’ve picked up reading more again, as thanks to libraries I’m able to do just that, but I’m wondering what some other, less obvious options* might be.\n
\n
:::spoiler * This is mainly for the going outside, walking folks. I enjoy a good walk from time to time, but I’m interested in activities that are a little less obvious. :::
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 73
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701441337 {#1407
date: 2023-12-01 15:35:37.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
+badges: Doctrine\ORM\PersistentCollection {#1405 …}
+children: []
-id: 17991
-titleTs: "'avoid':7 'commerci':9 'help':3 'hobbi':2 'minim':5 'navig':8"
-bodyTs: "'abl':63 'accessory/equipment':23 'activ':104 'aim':5 'bloat':16 'busi':17 'commerci':2,35 'creep':40 'e.g':19 'enjoy':91 'etc':25 'even':41 'fatigu':36 'feel':26 'folk':89 'go':86 'good':93 'hobbi':43 'interest':102 'late':49 'less':75,109 'librari':60 'like':27 'littl':108 'lot':12 'm':4,62,70,101 'main':83 'mani':28 'microtransact':24 'might':78 'mix':8 'model':18 'obvious':76,110 'one':45 'option':77 'outsid':87 'pick':52 'read':54 'relat':30 'sift':14 'sort':33 'spend':10 'spoiler':80 'thank':58 'time':96,98 'tri':46 'unwind':48 've':51 'walk':88,94 'wonder':71 'yet':38"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701296575
+visibility: "visible "
+apId: "https://lemm.ee/post/16336249"
+editedAt: null
+createdAt: DateTimeImmutable @1701210175 {#1883
date: 2023-11-28 23:22:55.0 +01:00
}
} |
|
Show voter details
|
92 |
DENIED
|
moderate
|
App\Entity\Entry {#2391
+user: Proxies\__CG__\App\Entity\User {#2389 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-hobbies-help-you-minimize-or-avoid-navigating-commercialism"
+title: "What hobbies help you minimize or avoid navigating commercialism?"
+url: null
+body: """
By commercialism, I’m aiming at a mix of spending a lot and sifting through bloated business models (e.g. this or that accessory/equipment, microtransactions, etc.). Feel like many can relate to this sort of commercial fatigue, and yet it creeps even into hobbies where one tries to unwind.\n
\n
Lately I’ve picked up reading more again, as thanks to libraries I’m able to do just that, but I’m wondering what some other, less obvious options* might be.\n
\n
:::spoiler * This is mainly for the going outside, walking folks. I enjoy a good walk from time to time, but I’m interested in activities that are a little less obvious. :::
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 52
+favouriteCount: 73
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701441337 {#1407
date: 2023-12-01 15:35:37.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2369 …}
+votes: Doctrine\ORM\PersistentCollection {#2392 …}
+reports: Doctrine\ORM\PersistentCollection {#2395 …}
+favourites: Doctrine\ORM\PersistentCollection {#1384 …}
+notifications: Doctrine\ORM\PersistentCollection {#1383 …}
+badges: Doctrine\ORM\PersistentCollection {#1405 …}
+children: []
-id: 17991
-titleTs: "'avoid':7 'commerci':9 'help':3 'hobbi':2 'minim':5 'navig':8"
-bodyTs: "'abl':63 'accessory/equipment':23 'activ':104 'aim':5 'bloat':16 'busi':17 'commerci':2,35 'creep':40 'e.g':19 'enjoy':91 'etc':25 'even':41 'fatigu':36 'feel':26 'folk':89 'go':86 'good':93 'hobbi':43 'interest':102 'late':49 'less':75,109 'librari':60 'like':27 'littl':108 'lot':12 'm':4,62,70,101 'main':83 'mani':28 'microtransact':24 'might':78 'mix':8 'model':18 'obvious':76,110 'one':45 'option':77 'outsid':87 'pick':52 'read':54 'relat':30 'sift':14 'sort':33 'spend':10 'spoiler':80 'thank':58 'time':96,98 'tri':46 'unwind':48 've':51 'walk':88,94 'wonder':71 'yet':38"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701296575
+visibility: "visible "
+apId: "https://lemm.ee/post/16336249"
+editedAt: null
+createdAt: DateTimeImmutable @1701210175 {#1883
date: 2023-11-28 23:22:55.0 +01:00
}
} |
|
Show voter details
|
93 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
94 |
DENIED
|
moderate
|
App\Entity\Entry {#1404
+user: Proxies\__CG__\App\Entity\User {#1363 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-is-the-most-terryifying-siren-noise"
+title: "What is the most terryifying siren noise?"
+url: null
+body: """
There’s an emergency at the Facility down the road, and everyone in a six-mile radius is very likely fucked.\n
\n
What is the sound that announces your fate?\n
\n
- oooooOOOOOOOIPP, oooooOOOOOOOOIPP\n
- WAAAARK … WAAAARK … WAAAARK\n
- dyOOT! … dyOOT! … dyOOT!\n
- Something else? (please spell)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 53
+favouriteCount: 88
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701397754 {#1382
date: 2023-12-01 03:29:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
+badges: Doctrine\ORM\PersistentCollection {#2018 …}
+children: []
-id: 17970
-titleTs: "'nois':7 'siren':6 'terryifi':5"
-bodyTs: "'announc':28 'dyoot':36,37,38 'els':40 'emerg':4 'everyon':12 'facil':7 'fate':30 'fuck':22 'like':21 'mile':17 'ooooooooooooipp':31 'oooooooooooooipp':32 'pleas':41 'radius':18 'road':10 'six':16 'six-mil':15 'someth':39 'sound':26 'spell':42 'waaaark':33,34,35"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701290563
+visibility: "visible "
+apId: "https://lemmy.world/post/8886001"
+editedAt: null
+createdAt: DateTimeImmutable @1701204163 {#1401
date: 2023-11-28 21:42:43.0 +01:00
}
} |
|
Show voter details
|
95 |
DENIED
|
edit
|
App\Entity\Entry {#1404
+user: Proxies\__CG__\App\Entity\User {#1363 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-is-the-most-terryifying-siren-noise"
+title: "What is the most terryifying siren noise?"
+url: null
+body: """
There’s an emergency at the Facility down the road, and everyone in a six-mile radius is very likely fucked.\n
\n
What is the sound that announces your fate?\n
\n
- oooooOOOOOOOIPP, oooooOOOOOOOOIPP\n
- WAAAARK … WAAAARK … WAAAARK\n
- dyOOT! … dyOOT! … dyOOT!\n
- Something else? (please spell)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 53
+favouriteCount: 88
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701397754 {#1382
date: 2023-12-01 03:29:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
+badges: Doctrine\ORM\PersistentCollection {#2018 …}
+children: []
-id: 17970
-titleTs: "'nois':7 'siren':6 'terryifi':5"
-bodyTs: "'announc':28 'dyoot':36,37,38 'els':40 'emerg':4 'everyon':12 'facil':7 'fate':30 'fuck':22 'like':21 'mile':17 'ooooooooooooipp':31 'oooooooooooooipp':32 'pleas':41 'radius':18 'road':10 'six':16 'six-mil':15 'someth':39 'sound':26 'spell':42 'waaaark':33,34,35"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701290563
+visibility: "visible "
+apId: "https://lemmy.world/post/8886001"
+editedAt: null
+createdAt: DateTimeImmutable @1701204163 {#1401
date: 2023-11-28 21:42:43.0 +01:00
}
} |
|
Show voter details
|
96 |
DENIED
|
moderate
|
App\Entity\Entry {#1404
+user: Proxies\__CG__\App\Entity\User {#1363 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "What-is-the-most-terryifying-siren-noise"
+title: "What is the most terryifying siren noise?"
+url: null
+body: """
There’s an emergency at the Facility down the road, and everyone in a six-mile radius is very likely fucked.\n
\n
What is the sound that announces your fate?\n
\n
- oooooOOOOOOOIPP, oooooOOOOOOOOIPP\n
- WAAAARK … WAAAARK … WAAAARK\n
- dyOOT! … dyOOT! … dyOOT!\n
- Something else? (please spell)
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 53
+favouriteCount: 88
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701397754 {#1382
date: 2023-12-01 03:29:14.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1361 …}
+votes: Doctrine\ORM\PersistentCollection {#1403 …}
+reports: Doctrine\ORM\PersistentCollection {#2023 …}
+favourites: Doctrine\ORM\PersistentCollection {#2032 …}
+notifications: Doctrine\ORM\PersistentCollection {#2024 …}
+badges: Doctrine\ORM\PersistentCollection {#2018 …}
+children: []
-id: 17970
-titleTs: "'nois':7 'siren':6 'terryifi':5"
-bodyTs: "'announc':28 'dyoot':36,37,38 'els':40 'emerg':4 'everyon':12 'facil':7 'fate':30 'fuck':22 'like':21 'mile':17 'ooooooooooooipp':31 'oooooooooooooipp':32 'pleas':41 'radius':18 'road':10 'six':16 'six-mil':15 'someth':39 'sound':26 'spell':42 'waaaark':33,34,35"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701290563
+visibility: "visible "
+apId: "https://lemmy.world/post/8886001"
+editedAt: null
+createdAt: DateTimeImmutable @1701204163 {#1401
date: 2023-11-28 21:42:43.0 +01:00
}
} |
|
Show voter details
|
97 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
98 |
DENIED
|
moderate
|
App\Entity\Entry {#2021
+user: Proxies\__CG__\App\Entity\User {#2028 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Best-way-to-go-about-getting-CompTIA-certifications"
+title: "Best way to go about getting CompTIA certifications?"
+url: null
+body: """
I’m looking to get the A+ and Networking certs only because I’ll probably be laid off soon and I want to make myself even more marketable. Right now I’m a software developer with 8 years of Java experience, and from my initial studying I think the certifications shouldn’t be too hard.\n
\n
However, I may not have the time (or money) to make multiple attempts, so I was wondering if anyone had any good resources tailored to folks who are already technical to help me study.\n
\n
I know some folks might say I don’t need them, but my resume needs more buzzwords to get picked up by recruiters and hiring managers, and I’m open to all kinds of work as long as it keeps a roof over my family’s head.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701331890 {#2011
date: 2023-11-30 09:11:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2029 …}
+votes: Doctrine\ORM\PersistentCollection {#2020 …}
+reports: Doctrine\ORM\PersistentCollection {#2027 …}
+favourites: Doctrine\ORM\PersistentCollection {#2031 …}
+notifications: Doctrine\ORM\PersistentCollection {#2037 …}
+badges: Doctrine\ORM\PersistentCollection {#2075 …}
+children: []
-id: 17966
-titleTs: "'best':1 'certif':8 'comptia':7 'get':6 'go':4 'way':2"
-bodyTs: "'8':37 'alreadi':84 'anyon':74 'attempt':68 'buzzword':106 'cert':10 'certif':50 'develop':35 'even':26 'experi':41 'famili':134 'folk':81,93 'get':5,108 'good':77 'hard':55 'head':136 'help':87 'hire':114 'howev':56 'initi':45 'java':40 'keep':129 'kind':122 'know':91 'laid':17 'll':14 'long':126 'look':3 'm':2,32,118 'make':24,66 'manag':115 'market':28 'may':58 'might':94 'money':64 'multipl':67 'need':99,104 'network':9 'open':119 'pick':109 'probabl':15 'recruit':112 'resourc':78 'resum':103 'right':29 'roof':131 'say':95 'shouldn':51 'softwar':34 'soon':19 'studi':46,89 'tailor':79 'technic':85 'think':48 'time':62 'want':22 'wonder':72 'work':124 'year':38"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701290172
+visibility: "visible "
+apId: "https://lemmy.world/post/8885714"
+editedAt: null
+createdAt: DateTimeImmutable @1701203772 {#2033
date: 2023-11-28 21:36:12.0 +01:00
}
} |
|
Show voter details
|
99 |
DENIED
|
edit
|
App\Entity\Entry {#2021
+user: Proxies\__CG__\App\Entity\User {#2028 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Best-way-to-go-about-getting-CompTIA-certifications"
+title: "Best way to go about getting CompTIA certifications?"
+url: null
+body: """
I’m looking to get the A+ and Networking certs only because I’ll probably be laid off soon and I want to make myself even more marketable. Right now I’m a software developer with 8 years of Java experience, and from my initial studying I think the certifications shouldn’t be too hard.\n
\n
However, I may not have the time (or money) to make multiple attempts, so I was wondering if anyone had any good resources tailored to folks who are already technical to help me study.\n
\n
I know some folks might say I don’t need them, but my resume needs more buzzwords to get picked up by recruiters and hiring managers, and I’m open to all kinds of work as long as it keeps a roof over my family’s head.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701331890 {#2011
date: 2023-11-30 09:11:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2029 …}
+votes: Doctrine\ORM\PersistentCollection {#2020 …}
+reports: Doctrine\ORM\PersistentCollection {#2027 …}
+favourites: Doctrine\ORM\PersistentCollection {#2031 …}
+notifications: Doctrine\ORM\PersistentCollection {#2037 …}
+badges: Doctrine\ORM\PersistentCollection {#2075 …}
+children: []
-id: 17966
-titleTs: "'best':1 'certif':8 'comptia':7 'get':6 'go':4 'way':2"
-bodyTs: "'8':37 'alreadi':84 'anyon':74 'attempt':68 'buzzword':106 'cert':10 'certif':50 'develop':35 'even':26 'experi':41 'famili':134 'folk':81,93 'get':5,108 'good':77 'hard':55 'head':136 'help':87 'hire':114 'howev':56 'initi':45 'java':40 'keep':129 'kind':122 'know':91 'laid':17 'll':14 'long':126 'look':3 'm':2,32,118 'make':24,66 'manag':115 'market':28 'may':58 'might':94 'money':64 'multipl':67 'need':99,104 'network':9 'open':119 'pick':109 'probabl':15 'recruit':112 'resourc':78 'resum':103 'right':29 'roof':131 'say':95 'shouldn':51 'softwar':34 'soon':19 'studi':46,89 'tailor':79 'technic':85 'think':48 'time':62 'want':22 'wonder':72 'work':124 'year':38"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701290172
+visibility: "visible "
+apId: "https://lemmy.world/post/8885714"
+editedAt: null
+createdAt: DateTimeImmutable @1701203772 {#2033
date: 2023-11-28 21:36:12.0 +01:00
}
} |
|
Show voter details
|
100 |
DENIED
|
moderate
|
App\Entity\Entry {#2021
+user: Proxies\__CG__\App\Entity\User {#2028 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1758 …}
+image: null
+domain: App\Entity\Domain {#278 …}
+slug: "Best-way-to-go-about-getting-CompTIA-certifications"
+title: "Best way to go about getting CompTIA certifications?"
+url: null
+body: """
I’m looking to get the A+ and Networking certs only because I’ll probably be laid off soon and I want to make myself even more marketable. Right now I’m a software developer with 8 years of Java experience, and from my initial studying I think the certifications shouldn’t be too hard.\n
\n
However, I may not have the time (or money) to make multiple attempts, so I was wondering if anyone had any good resources tailored to folks who are already technical to help me study.\n
\n
I know some folks might say I don’t need them, but my resume needs more buzzwords to get picked up by recruiters and hiring managers, and I’m open to all kinds of work as long as it keeps a roof over my family’s head.
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 27
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1701331890 {#2011
date: 2023-11-30 09:11:30.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2029 …}
+votes: Doctrine\ORM\PersistentCollection {#2020 …}
+reports: Doctrine\ORM\PersistentCollection {#2027 …}
+favourites: Doctrine\ORM\PersistentCollection {#2031 …}
+notifications: Doctrine\ORM\PersistentCollection {#2037 …}
+badges: Doctrine\ORM\PersistentCollection {#2075 …}
+children: []
-id: 17966
-titleTs: "'best':1 'certif':8 'comptia':7 'get':6 'go':4 'way':2"
-bodyTs: "'8':37 'alreadi':84 'anyon':74 'attempt':68 'buzzword':106 'cert':10 'certif':50 'develop':35 'even':26 'experi':41 'famili':134 'folk':81,93 'get':5,108 'good':77 'hard':55 'head':136 'help':87 'hire':114 'howev':56 'initi':45 'java':40 'keep':129 'kind':122 'know':91 'laid':17 'll':14 'long':126 'look':3 'm':2,32,118 'make':24,66 'manag':115 'market':28 'may':58 'might':94 'money':64 'multipl':67 'need':99,104 'network':9 'open':119 'pick':109 'probabl':15 'recruit':112 'resourc':78 'resum':103 'right':29 'roof':131 'say':95 'shouldn':51 'softwar':34 'soon':19 'studi':46,89 'tailor':79 'technic':85 'think':48 'time':62 'want':22 'wonder':72 'work':124 'year':38"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1701290172
+visibility: "visible "
+apId: "https://lemmy.world/post/8885714"
+editedAt: null
+createdAt: DateTimeImmutable @1701203772 {#2033
date: 2023-11-28 21:36:12.0 +01:00
}
} |
|
Show voter details
|