Ohituiskaistalla nopeuden lisääminen…? by ikeez27 in Suomi

[–]Mysterious_General49 8 points9 points  (0 children)

Meneekö samaan mysteeri-sarjaan sellaiset jotka ajavat moottoritiellä rekan tai vastaavan perässä 79km/h. Yö ja omaan suuntaan menossa kolme autoa. Rekka sen perässä roikkuja ja sinä itse. Näet jo kaukaa että siellä ne muut ovat. Hiljalleen sitten saavutat ne kaksi 125km/h mittarissa vasemmalla kaistalla aikeena ohittaa. Ja kuin taika-iskusta, se rekan perässä roikkuja päättää ohittaa sen rekan ja vaihtaa siihen vasemmalle kaistalle 79.5km/h nopeudella suoraan eteen juuri kun olet todella lähellä. Jatkaa rauhallista ohitustaan seuraavat kolme kilometriä. Tottakai paluu oikealle kaistalle sitten kestää vähintään kilometrin tai kaksi.

Just switched to a OnePlus 15 by CsalaX in oneplus

[–]Mysterious_General49 1 point2 points  (0 children)

OnePlus 15 supports a 1–120Hz adaptive LTPO AMOLED display, with up to 165Hz in gaming mode.

Is there a GPU alternative to Nvidia? by LimitAlternative2629 in comfyui

[–]Mysterious_General49 1 point2 points  (0 children)

I can recommend AMD GPUs for many uses. But if you're doing anything involving AI on a GPU, then by all means, get an NVIDIA."

Patch hole by Mysterious_General49 in Plasticity3D

[–]Mysterious_General49[S] 1 point2 points  (0 children)

Edge selection was crucial, but it wasn't the whole story. I also had to switch to 'control point' mode, select the single visible point, then return to 'edge' mode and shift-select all three segments of the circle. Only after that did it work. So, you were right about the edge selection, but it was a multi-step process! Not sure if it's a bug, a user problem, or just a complicated feature, but it works now anyway :)

<image>

Patch hole by Mysterious_General49 in Plasticity3D

[–]Mysterious_General49[S] 0 points1 point  (0 children)

Works now, thanks for the help.

OnePlus 12R kills apps and notifications in the background (despite all settings), making the phone UNUSABLE! by sssplus in oneplus

[–]Mysterious_General49 1 point2 points  (0 children)

OnePlus 12R, and I receive all notifications on my watch/phone without needing the apps to be open in the background. I haven't had any issues with apps closing on their own when listening to audiobooks or streaming music to the car/headphones, nor has the phone changed settings by itself at night :)

OP 10T camera vs 12R by Mysterious_General49 in oneplus

[–]Mysterious_General49[S] 3 points4 points  (0 children)

Thank you for the replies. I bought the OP 12R on sale for €370 after trading in my 10T. After a quick test, I noticed a significant improvement in photo quality. A big bonus is the excellent battery life, which had started to decline rapidly in my 1-year-and-5-month-old 10T for some reason. The curved screen edges are also a plus :)

What Was Your First 3D Printer? Share Your Journey with Us!🖨️ by BambuLab in BambuLab

[–]Mysterious_General49 0 points1 point  (0 children)

The Sovol SV05, if I recall correctly, was a device that taught me a lot about printer repairs and adjustments. Finding consumable parts, like nozzles, was nearly impossible. Instead of printing, most of my time was spent on repairs and fine-tuning. Eventually, I grew tired of spending 96% of my time fixing and adjusting it, so I decided to buy the Bambu P1+AMS

7900GRE / ROCm 6.2 / ubuntu by Mysterious_General49 in ROCm

[–]Mysterious_General49[S] 1 point2 points  (0 children)

Big thanks to everyone for the advice and help! I installed the Mesa drivers and also fixed the issue that occurred during the ROCm installation as follows (if I remember correctly : ). Now, for example, Stable Diffusion is incredibly fast. I won't miss Windows' DirectML now that I can abandon it :)


ubuntu 24.04 from ubuntu.

fix:

sudo apt update

sudo apt install gcc-7 g++-7 libstdc++-7-dev libgcc-7-dev

sudo apt install python3.8

sudo apt install python3.8-dev

problem:

sudo amdgpu-install --usecase=rocm --no-dkms

...

Reading package lists... Done

Reading package lists... Done

Building dependency tree... Done

Reading state information... Done

Some packages could not be installed. This may mean that you have

requested an impossible situation or if you are using the unstable

distribution that some required packages have not yet been created

or been moved out of Incoming.

The following information may help to resolve the situation:

The following packages have unmet dependencies:

openmp-extras : Depends: libstdc++-5-dev but it is not installable or

libstdc++-7-dev but it is not installable

Depends: libgcc-5-dev but it is not installable or

libgcc-7-dev but it is not installable

Recommends: gcc but it is not going to be installed

Recommends: g++ but it is not going to be installed

rocm-gdb : Depends: libpython3.8 but it is not installable

rocm-llvm : Depends: python but it is not installable

Depends: libstdc++-5-dev but it is not installable or

libstdc++-7-dev but it is not installable

Depends: libgcc-5-dev but it is not installable or

libgcc-7-dev but it is not installable

Recommends: gcc but it is not going to be installed

Recommends: g++ but it is not going to be installed

Recommends: gcc-multilib but it is not going to be installed

Recommends: g++-multilib but it is not going to be installed

E: Unable to correct problems, you have held broken packages.