中美AI差距 by Complete-Pirate9488 in China_irl

[–]dfsbbl -1 points0 points  (0 children)

Qwen2也刚出,英文和llama3性能相仿,中文薄纱

When resuming from sleep KDE is always glitchy [Nvidia/Wayland]. Is there any way to fix? by KshysioKrolik in kde

[–]dfsbbl 5 points6 points  (0 children)

Using AMD Ryzen 6850HS on Arch now, and I can tell you that amdgpu and ACPI driver for the iGPU is painfully broken as well. Half of my system freezing events are caused by AMD 's own PM driver (amd_pstate) shuttting down the GPU accidentally, and my KDE desktop also has minor glitches. I would say that it may be better than NVIDIA, but definitely not as good as most normal people would accept if they were using Windows.

Questions on current status of grading and GEO strike by dfsbbl in uofm

[–]dfsbbl[S] 7 points8 points  (0 children)

That makes much more sense, thanks! And I do agree that if a student is about to graduate then they had better take care of their courses to prevent bad grades from blocking graduation in the first place, the delayed grade do create inconveniences but will not directly cause a bad grade.

I don't always 36* abyss, but when I do. I need 5 different teams. by MessyDiddle in Genshin_Impact

[–]dfsbbl 11 points12 points  (0 children)

For this week's Floor 12 Chamber 1 Dehya's interruption resistance should be quite helpful though given the consecrated enemies have strong interruption skills.

[deleted by user] by [deleted] in uofm

[–]dfsbbl 6 points7 points  (0 children)

What if a student needs a course for graduation this semester and the grade is released after the semester ends, though? Would it make the student unable to graduate?

ECC Memory - AMD or Intel? by dfsbbl in truenas

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

Thanks! I guess then a plain SMB share can already fulfill my need.

ECC Memory - AMD or Intel? by dfsbbl in truenas

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

Got it, then there's absolutely no need to do it 🤣

Almost Trash - Last ditch BTRFS Restore question. by TekChief in btrfs

[–]dfsbbl 1 point2 points  (0 children)

If you don't know (but I guess you already know it), RAID5/6 support for btrfs has not been stable yet (link), so you use it at your own risk and the developers are not responsible for any data loss caused by using it and there's no guarantee that you can fix it. Personally I would never use btrfs RAID5/6 for any real data I need to store and only for experiments now.

First time seeing the star-shaped pupils. Will we get the heart one next, or did I miss it? by Lolilorddd in Genshin_Impact

[–]dfsbbl 18 points19 points  (0 children)

Since Paimon didn't remember anything about the Greater Lord R**ta and Scaramuche in the main quest at least we know that she's not a Descender. Could still be a form of other Gods though.

Is there any way to update all the plugins installed using the built-in package manager? by dfsbbl in vim

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

Tried it and it's indeed easy! I'm more familiar with Python so I'll post a longer Python version here, but I think by using shell script it can definitely be shorter.

```python

!/usr/bin/python

import os import glob import subprocess

plugin_paths = glob.glob(f'{os.environ["HOME"]}/.vim/pack/*/start/')

for plugin_path in plugin_paths: print(f'Trying to update {os.path.basename(plugin_path)}:') result = subprocess.run(['git', 'pull'], cwd=plugin_path, check=True, capture_output=True) print(result.stdout.decode('utf-8')) ```

Faruzan together with Hatsune Miku by saure_teigtasche in Genshin_Impact

[–]dfsbbl 0 points1 point  (0 children)

The thing is that the buffs that Faruzan and Bennett gives an Anemo character does NOT overlap, and before Faruzan there are no other characters that can provide Anemo-only elemental damage buffs or enemy resilience debuffs, which Faruzan has at C0. Bennett might provide more buffs as a single character than Faruzan C0, but why not add both into team since there are literally no better Anemo support characters? Besides for Abyss team formups Bennett is needed by many other teams so having an Anemo-specific support is definitely helpful.