

Meanwhile I have a riced setup with programmer dvorak keyboard layout and shortcut heavy interaction which makes my computer almost unusable to normies.


Meanwhile I have a riced setup with programmer dvorak keyboard layout and shortcut heavy interaction which makes my computer almost unusable to normies.
Every weekend do a long run that’s 10% longer than last week. Once you hit 42k just run it a couple of weekends to adjust to it.


KDE has been stable recently unless you’re on some rolling release.


It works on mine out of the box so it’s probably related to something further down the stack. I probably can’t help but what distro?


Technically Plex is a paid closed source but self hosted thingy. I think the line is a bit blurry on this since I wouldn’t mind people posting about Plex even though I use Jellyfin. However, advertising it would be a nono.


Very cool project. I imagine people will like being able to commit all assets without everyone everywhere having to download every pixel change.
There are still things that work on X11 that don’t work on Wayland but Wayland has more security, more features and is actually being developed now.
Pick your distros default, if something graphical doesn’t work switching might do the trick.
Common issues with wayland are mostly related to screen sharing or lower level thingies like programmatically pressing the mouse.
Common issues with X11 is VRR, HDR, fractional scaling and multi monitor configuration.


Is this bait? Zig and Go are very much serious, especially Zig.
Generally python/Javascript is good for learning the basics. To know how types work learn c#/java/go. To learn how the memory works Zig/C are good. To learn about what a fully defined behavior means in a program you learn Rust. To learn what actually happens on the processor you learn assembly.
Honestly, if you’re hyped about Zig go for it, although I’d suggest “warming up” by doing a tic tac toe in python.


Felt forced to, been hanging out with kids


It’s running through Proton, he mentioned that in the benchmarks it shows up “as playing on windows” because of Proton.
Other than that Nick is pretty transparent about what he does, if something is not mentioned it’s likely whatever is default on the distro when running steam through flatpak (flatpak was mentioned).


You can tune any distro to any degree you want and replace everything including a custom built kernel to get performance. But you know not everyone can/wants to do that, I have a toddler so I’m not going to take a whatever Debian and install a new scheduler and whatever just cause.
You might forget that Linux desktop is growing super fast and fiddling with stuff under the hood is not that common and noobs and people with experience end up fucking things up constantly. Having something that’s performant, optimised for your use case, whatever optimisations baked in won’t break with updates and you can just install it and forget is a really big deal. This is just not something that was available.
I think you should stop the hate and allow people to be happy with the distro they like for whatever reason.


Must be a troll comment.


I play indie games a bunch, here’s my shortlist:
All of them are good and they’re mostly different types of games. All are tons of fun to play and most of them have a very charming art style (schedule I, and Megabonk Notably lacking there)
Out of these the absolute favorites are Factorio, Outer Wilds, Return to the Obra Dinn.
Side note, very important you stick with Outer Wilds until you find a major secret, people sometimes bounce off it and miss out on a once in a lifetime gaming experience.


Just to add, finding good wayland support can be more important for gaming depending on your hardware. You get HDR, variable refresh rate, fractional scaling for monitors and other goodies.


It’ll not be gitlab, gitlab is fine but the UI sucks and no improvements in sight.
Forgejo/Codeberg is the one that will take over in the coming decade.
I still sometimes do it randomly because of editor lag in Jetbrains Ideavim, you can just hit u usually until you get back to where you were.
} jump forward to next empty line is really quick for navigating, also if you know the identifier then /myVar<enter>nnnn is much faster than scrolling and gets you ready to edit. Otherwise 5j;;;; also works of course.
I use Neovim as much as possible but Jetbrains C# just has a really nice debugging experience (with Vim mode on, of course). I still use Neovim for reading C# and doing some small edits and it works really well when reading what the LLM wrote.
It’s hard to beat stepping through a method until you hit an exception, go into a catch block, ctrl+O until you hit the last line before the exception, breakpoint, skip to top of method and rerun.
I started because I heard it’s good for programming which turned out to be true. Initially stayed because it was customizable but had windows for games. Now just Linux because it’s better for everything I do. I think now people switching to Linux mostly do it because Linux is just better except for niche programs.