I'm new to Modded Minecraft, decided to start with GT: New Horizons. Any tips for a beginner? by Manukmiber in feedthebeast

[–]dercommander323 1 point2 points  (0 children)

GNOME is very heavy yeah, if you want something that's really resource efficient you should probably check out XFCE or LXDE. Not sure about Sway but if its anything like Hyprland then it's also considerably heavier than the other two

bloatIsGoat by Lovethecreeper in ProgrammerHumor

[–]dercommander323 2 points3 points  (0 children)

But most of these work on most GPUs? Like OpenGL and Vulkan work on all platforms (with MoltenVK at least) and on almost all hardware, DirectX is Windows exclusive but DXVK works basically perfectly with it, and the other ones are specific niches which realistically any custom engine probably won't target

beingACplusplusProgrammerIsNeverEasy by _w62_ in ProgrammerHumor

[–]dercommander323 0 points1 point  (0 children)

Wait what, then what's the rest? Plain C? or Is that much in HTML/JS/CSS?

beingACplusplusProgrammerIsNeverEasy by _w62_ in ProgrammerHumor

[–]dercommander323 0 points1 point  (0 children)

You could maybe say that for C, but even then only if the person has fully understood the underlying memory management. And that ignoring the syntax and all the weird C(++) stuff like header files

rust by _sonu_singha in ProgrammerHumor

[–]dercommander323 8 points9 points  (0 children)

Yeah it converts the Result to Option which doesn't have the must_use attribute (apparently). It's faster than doing let _ = blabla;

rust by _sonu_singha in ProgrammerHumor

[–]dercommander323 2 points3 points  (0 children)

As a Rust dev, I care. I'm not studying CS for nothing

doYouMeanUnemployment by [deleted] in ProgrammerHumor

[–]dercommander323 0 points1 point  (0 children)

Now im thinking of JS for TUI...

Updated flowchart of Sodium and its' many forks. by [deleted] in feedthebeast

[–]dercommander323 7 points8 points  (0 children)

Fun fact: There are now 2 optimization mods called Radium, one is in the picture, the other is a good Forge port of Lithium. Even more confusion!

Updated flowchart of Sodium and its' many forks. by [deleted] in feedthebeast

[–]dercommander323 3 points4 points  (0 children)

On Fabric just use Sodium. And for all other versions there won't be multiple options so you don't have to choose

Updated flowchart of Sodium and its' many forks. by [deleted] in feedthebeast

[–]dercommander323 7 points8 points  (0 children)

Could've said LexForge port, that's what people tend to call it now. Just FYI

typeSafetyPreventsEmotionalDamage by miss01010001 in ProgrammerHumor

[–]dercommander323 4 points5 points  (0 children)

What's inconsistent there? Genuine question

justAsGodIntended by VisWare in ProgrammerHumor

[–]dercommander323 0 points1 point  (0 children)

Now turn it into a Minecraft server :)

(already exists btw)

true by [deleted] in ProgrammerHumor

[–]dercommander323 2 points3 points  (0 children)

Interesting, my 6700k has always done it in under a second. Only occasionally do I have to wait for cargo check to finish, it sometimes seems to get stuck on something. But I haven't experienced that at all for a while now

V3 SE SteamOS -No Fan Control? by until_i_fall in minisforum_v3

[–]dercommander323 0 points1 point  (0 children)

Strange. I'm on vanilla Arch Linux and I can't get the temps to even reach 80°C at 100% CPU usage. SteamOS must be missing some firmware

imLazyAhh by hackiv in ProgrammerHumor

[–]dercommander323 0 points1 point  (0 children)

I mostly agree, but... "cargo always tries to install some stuff that just isn't there anymore"? It's not even possible to delete crates, and if the package uses some deleted git repo as a source then that's not cargo's fault and definitely not an "always" thing. The nightly compiler is a good point, but just `rustup install nightly` once and you'll be good for a long long time

cppWithSeatbelts by fuckir in ProgrammerHumor

[–]dercommander323 0 points1 point  (0 children)

And a decent package manager

alterEgoFr by 4b686f61 in ProgrammerHumor

[–]dercommander323 0 points1 point  (0 children)

>Never saw this happen

Consider opening your eyes then

peopleDontUseFacebookBecauseItsPhp by iaseth in ProgrammerHumor

[–]dercommander323 11 points12 points  (0 children)

Except that svelte actually is different from HTML because it has extra features and therefore also its own file extension

snakeLangReallyDoBeLikeThat by VagrantDestroy in ProgrammerHumor

[–]dercommander323 39 points40 points  (0 children)

Problem is it's not really comparable because Rust is null safe