Is it? Honestly I don’t care about it anymore, I’ve been opening everything from task bar icons and search for ages now.
- 1 Post
- 71 Comments
You can just disable web search through the settings app now.
unique_hemp@discuss.tchncs.deto Open Source@lemmy.ml•Mozilla Say Google Search Deal Vital to Firefox's Survival1·24 days agoEven worse - it looks like Google might be forced to sell Chrome to some AI company.
unique_hemp@discuss.tchncs.deto Open Source@lemmy.ml•Mozilla Say Google Search Deal Vital to Firefox's Survival7·24 days agoWhat does it matter? They all rely on Mozilla to do the hard work - maintenance and keeping up with web standards, and then just slap a couple of features and customizations on top of it. If Mozilla dies the current forks are dead in the water.
unique_hemp@discuss.tchncs.deto Open Source@lemmy.ml•Mozilla Say Google Search Deal Vital to Firefox's Survival3·24 days agoA lot? All of them.
unique_hemp@discuss.tchncs.deto Programming@programming.dev•Rust Book for Devs with an OO Programming Background111·26 days agoIt’s neither with parts from both.
unique_hemp@discuss.tchncs.deto Linux@lemmy.ml•Will wine ever be able to run anticheat?1·3 months agoThen the answer is definitely not - at the very least Wine would need to simulate a very large part of the NT kernel.
unique_hemp@discuss.tchncs.deto Linux@lemmy.ml•Can we please, PLEASE for gods sake just all agree that arch is not and will never be a good beginner distro no matter how many times you fork it?2·3 months agoI’m not sure what a flatpak version could possibly do any better than the version I use.
The official OBS flatpak supports more codecs and integrations than some distro packages.
Stability is also a factor, especially on rolling or cutting edge distros. Fedora RPM release of Blender did not work for me at all with an nvidia GPU, for example.
unique_hemp@discuss.tchncs.deto Linux@lemmy.ml•Can we please, PLEASE for gods sake just all agree that arch is not and will never be a good beginner distro no matter how many times you fork it?4·3 months agoIf you have multiple monitors with different refresh rates, you’ll notice immediately.
unique_hemp@discuss.tchncs.deto Linux@lemmy.ml•Can we please, PLEASE for gods sake just all agree that arch is not and will never be a good beginner distro no matter how many times you fork it?4·3 months agoAFAIK no systemd -> no flatpak -> don’t recommend to newbs. Say what you will about flatpak, but it is the official distribution method for some popular pieces of software and large GUI software generally works better through it (in my experience) - think Blender, GIMP etc.
unique_hemp@discuss.tchncs.deto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Getting varied download speeds in Qbittorrent?English3·10 months agoMake sure that port forwarding is actually working - on ProtonVPN the port allocated to you can change regularly and QBittorent’s settings need to be updated accordingly. Easiest way to check is to click through your active torrents and check if any peer has the
I
(incoming) flag.If you have not set up something like this, port forwarding is probably not working: https://github.com/mjmeli/qbittorrent-port-forward-gluetun-server
I would personally just run the plain script as a cronjob on the host though, to not rely on some random docker image.
unique_hemp@discuss.tchncs.deto Linux@lemmy.ml•Which CLI app/utility you wish there was a GUI for?2·10 months agoHmm, I might try to make that. Any particular feature you are looking for, or is just displaying all the events in a table good 'nuff?
The MSYS2 environment on Windows uses pacman as well.
unique_hemp@discuss.tchncs.deto Programming@programming.dev•Did #julialang end up kinda stalling or at least plateau-ing lower than hoped?1·11 months agoThey’re most likely actually responding from Mastodon.
unique_hemp@discuss.tchncs.deto Programming@programming.dev•What is the deal with API documentation that can seem so terse to a hobbyist?5·11 months agoNo way they will ever be in sync.
All the core tools are actually a single executable with many symlinks to it, which makes the distro very compact. This makes it very nice as a base for Docker images.
Some distros have editions with a WM (usually i3) as a default, yes. These editions tend to come with some basic config so it’s more usable out of the box. But you can also install WMs side by side with DEs and then switch in the login manager (GDM, SDDM), just the same as you can install multiple DEs on a system. You could also install a headless version of a distro first and then install only the WM and whatever other tools you want on top of that. Basically all system settings can be changed through config files or CLI programs, for some things like audio and bluetooth there are good DE-independent settings programs like pavucontrol.
You can also replace the WM built into KDE (kwin) with i3, for example, but that’s pretty messy, IMO.
As for advantages, WMs are usually very keyboard driven, you pretty much never have to touch the mouse. They also tend to be fairly light weight and use little RAM. My favourite i3 feature is that workspaces are per-monitor, so I could easily move multiple windows between monitors and not lose the way they are set up.
As for disadvantages, changing any system settings tends to be a research project, because there is no centralized solution, it’s even worse than Windows in this regard. Personally this is the main reason I switched back to KDE from i3. I could also never get theming to work quite right.
WMs typically do not include stuff like a custom GUI for system settings and do not have a suite of GUI software associated with it (think Kate, Konsole, Dolphin etc) - it is just a piece of software for managing windows, you have to put the rest of the desktop together yourself.
Yep, reinvent it for educational purposes and then burn it with fire.