- 3 Posts
- 14 Comments
Thanks I might try that out later.
I ran it on my pc with a gtx 1070 with cuda enabled and compiled with the cuda compile hint but it ran really slowly how do you get it to run fast?
You can use tldr for man pages but for generic text I don’t know. You would probably need a LLM.
257m@lemmy.mlto Game Development@programming.dev•Garry Newman: The new Unity pricing would have cost him $410,000 of lifetime revenue24·2 years agoFOSS alternatives to Unity exist though. And from my personal experience it looks like Godot seems like the better engine anyways. Not to mention the fact that there is no need for a game engine to create a game. Opengl + a windowing/utility library is ideal.
257m@lemmy.mlto Linux@lemmy.ml•Is there a proper way to use several DE's on one distro or is it not advised?2·2 years agoIt might be you don’t have the group for deepin so it wouldn’t be useless to try grepping for it.
257m@lemmy.mlto Linux@lemmy.ml•Is there a proper way to use several DE's on one distro or is it not advised?2·2 years agoIf you want DEEPIN:
Update your system:
sudo dnf upgrade --refresh
Install it:
sudo dnf group install "Deepin Desktop"
And then after for change reboot your system You can do it from the terminal like:
sudo reboot
If you want GNOME try:
sudo dnf group install “GNOME Desktop Environment”
Although if:
sudo dnf group list hidden -v |grep -i gnome
returns nothing it won’t workIf your using gdm you can select DEs like:
257m@lemmy.mlto Linux@lemmy.ml•Is there a proper way to use several DE's on one distro or is it not advised?1·2 years agodeleted by creator
257m@lemmy.mlto Linux@lemmy.ml•Is there a proper way to use several DE's on one distro or is it not advised?2·2 years agoWhat dm are you using and what packages did you install?
257m@lemmy.mlto Linux@lemmy.ml•Is there a proper way to use several DE's on one distro or is it not advised?2·2 years agoYour DM should be able to handle multiple DEs just install from command line and pick which DE you want from the DM.
257m@lemmy.mlto Technology@lemmy.world•Why are people hyped about RSS regaining relevance?English1·2 years agoRSS readers are great and although they have falling out of favor, they certainly aren’t dead. The fall in usage of RSS is directly correlated with the fall in the number of people reading blogs on a daily basis.
For android: Feeder is just great For linux desktop: Newsboat
I need basically just my config files since projects are on gitlab. I will probably just zip them all up and store in cloud storage on dropbox and then redownload or try to access the ubuntu home paritition from Garuda if that is possible.
257m@lemmy.mlto Linux@lemmy.ml•Best practices for navigating file structure via terminal?6·2 years agoFor navigating files quickly fzf is pretty much crucial to my workflow. Being able to get my home directory to the directory of the project I want to work on in two seconds flat is such a nice feeling after manually typing the path in for months. https://github.com/junegunn/fzf
Thank you all for offering advice. I did eventually get it working and repaired all the packages.