I was more interested in using it as a server os, so I used it for mine… But would go to a classic Debian as soon as I need to rebuild the whole os due to some breakage. As a docker box? It’s fine.
- 2 Posts
- 154 Comments
Flatpaks are actually mutable. Appimage no idea.
Until you realise that you need to learn a whole programming language to run one executable outside of the package repos
I do respect nix, but it ain’t for me
Nix os is on the fence tho. It is immutable, but got hot reload so…
RustyNova@lemmy.worldto Programmer Humor@programming.dev•Inspired by ICastFist I remade an AI slop meme in 40 mins in blender21·5 days agoWait that’s AI!? I thought it was a random edited image from the internet
RustyNova@lemmy.worldto Programmer Humor@programming.dev•Inspired by ICastFist I remade an AI slop meme in 40 mins in blender81·5 days agoWhat is the original? I didn’t saw any ai slop on my feed
BTW you need more lights ;)
Depends on what distro you used. What’s the distro, driver version and graphic card did you try?
I don’t think so? It comes preinstalled with nouveau, but also offer some proprietary drivers. But the latest need the Ubuntu ppa
Hey! I had the same issue on my RTX3070! What you need is to install the latest Nvidia driver. Those are not available by default and requires you to add the Ubuntu PPA, then you are able to switch with the driver manager gui
RustyNova@lemmy.worldto linuxmemes@lemmy.world•Man I miss those classy RedHat ads from the sixties6·27 days agoMe too. (And when the author gets a chill pill)
It also happens on fedora but to a lesser extent (somehow). It’s all hidden under the Wayland session process
It’s always when I’m using my dedicated GPU, so I guess it’s the driver being fucky.
I have an oddball graphic card so might happen only on it
Of course. Mileage may vary. On some systems it may always work, on others it’s “what’s broken this week”.
Linux is super reliable, and unless you use cutting edge distro, it’s pretty rare than anything breaks. Even Fedora is pretty stable from experience
The only true problems I ever had (and still has), were with Nvidia. And switching distros ain’t saving you. Linux mint? Breaks on suspend. Nobara? Memory leak. Trying newer versions to see if it fixes it? Where’s my bootloader…
I do understand that laptop RTX 3070 are not common, but still. I just want it to work, and have cuda on it. Is that too much to ask?
And of course the ai put rail signals in the middle.
Chain in, rail out. Always
!Factorio/Create mod reference if anyone is interested !<
Good and bad use-cases for floats
Floats can be used everywhere where it doesn’t matter that you can’t store a 100% accurate base ten representations. For example positions and speeds in 3D games and animations, “analog” values like temperatures, speed of a vehicle, geo positions with longitude and latitude, a persons weight or heart pressure. In fact if you develop games there is no way around 32 bit floats because GPUs are f32 number crunching beasts. Modern 3D games wouldn’t be possible without all those fast f32 calculations.
You shouldn’t use binary floats if you need or expect accurate base ten calculations (addition, subtraction, multiplication, - note that divisions also introduce errors quickly in decimal types) and for dimensions that have a smallest unit that can’t be broken down, for example like money. If you need to handle money just store the amount of cents as integers and only divide by 100 in your display function.
This is exactly my point. Don’t use floats when you need to get accurate stuff, but use it when you need a “feel” for it
Well true but that ain’t native.
Also, great exemple: blender launcher. I work with multiple versions of blenders, and it’s a must have.