I agree but also I saw the words “vote” and “nix” and nearly had an aneurism.
Game dev and Linux user
I agree but also I saw the words “vote” and “nix” and nearly had an aneurism.
I personally got a surface go 3. Put fedora on it and the surface kernel and it works pretty good - GNOME’s interface honestly works better for touchscreens then windows. Just be aware that some config might be needed - I had an issue with the keyboard that required making a udev rule (I documented it on the surface kernel github issues page).
I’m so fucking tired of ai shit
This isn’t even an issue though, its just to fix bugs with certain websites that block Firefox for no reason or have other weird compatibility issues. Which I would think is a good thing?
There are so many legitimate things to complain about with Mozilla, why do people go out of their way to complain about the most innocuous shit.
There’s experimental support, they’re hoping it’ll be feature complete by 2026.
Oof, seems like a rough situation. Glad at least that Godot itself isn’t racist lol.
The Mint upgrade tool got flatpak support so I don’t even use the terminal to update anymore.
You posted something that’s bad practice (for many reasons, including security). Like, nobody cared about your software habits until you posted them publically with no prompting. probably so you could act smug after getting downvoted.
Some build advice:
Hope that helps, and don’t let it scare you away - it’s really fun to do and if you’re careful, chances are nothing major will go wrong.
Gdscript let’s you do static typing, so “var a : int” ensures that a is an integer. This can help prevent bugs and bad code, and even speeds up the interpreter since it can make some assumptions.
So until now, you couldn’t do that with dictionaries, they always allowed any type as a key or value. This adds that functionality so dictionaries can be used with stricter rules, preventing bugs and making them faster.
It depends on how you install stuff. Games on Steam or downloaded from online from places like itch.io can be put on any drive without issue.
In terms of software though, native packages (deb, rpm) are gonna want to put files in various system folders, so it’s pretty much impossible to get those off your os drive.
Other packaging solutions can help with this though. Appimages can be put anywhere, nix let’s you install to another drive, same with flatpak.
And if you’re savvy, you could use docker to install system packages on other drives, although I wouldn’t recommend it.
So I use a surface device with the Linux surface kernel, and there was (and probably still is) an issue where the type cover doesn’t properly rebind after being detached and re-attatched. To make matters worse, connecting other USB devices disconnected the type cover. My solution was to make a udev rule that detected if the keyboard is “removed” and then try to rebind it, effectively unplugging it and plugging it back in again in software.
I think you’d want to apply the alpha value of the sprite. You can do that by making the last line “COLOR = vec4(mix(…).rgb, texture(TEXTURE, UV).a)”
I mean I kind of get the metaphor and appreciate the idea of being the kind of leader that people can feel comfortable around, but there’s got to be better ways of expressing that.
Yeah it’s fine right now, but these companies are prone to changing their minds. I think it’s a good option but also wouldn’t put it past discord to suddenly decide to crack down one day.
I would caution anyone using a client mod like that, since it is technically against Discord’s terms of service. To be fair I’ve never heard of them banning anyone for that, but it’s worth noting. Webcord is generally a much safer option.
So you can share audio while sharing your screen just like on Windows. Before the only way was to route it through your mic which is annoying and has a ton of drawbacks.
It’s a tool for easily creating realistic audio in games. Basically you can give it a 3d environment, and it can bake sound propagation information so that sounds have realistic reverb and filters. They’ve used it for some of their recent games (most notably Half-Life: Alyx).
I had issues with debian-based distros as well, that’s why I switched to fedora. I also think the go 3 has better support in general. The cameras are still annoying but things have gotten better, with Firefox getting libcamera support.