I have noticed that I interact a lot more in Lemmy than I ever did in any social media. Let it be Reddit, Facebook, Instagram, Twitter… I am used to be the lurker, but here for some reason things are different. Wonder if more people feel like I do.
On Lemmy, the algorithm is also more prone to show newer with less votes comments, when sorting by hot. So it gives more value to those low votes comments.
Drms need to be installed and enabled on the browser. Drms like widevine and others.
If the drms aren’t enabled and installed on the browser, and able to communicate to the service it’s “safe”, spoofing the user agent won’t do anything.
Hello, could someone recommended a keyboard for android that is a bit smart in predictive typing? I used to like swiftkeybefore it was bought by microsoft. Not that swiftkey itself was much better but I was not so privy conscious at that time....
Currently florisboard doesn’t have prediction nor autocorrect prediction.
Due to complications in the development of that feature (either too heavy to run or not smart enough for prediction…) and the development of the app got stuck, until maybe recently where it seems to get some dev attraction on some topics.
Tho the prediction is still stuck. So you won’t have yet prediction or smart things in this keyboard.
It may depends on your rom/os brand. On my device (oxygen os 13.x), I can restrict access somewhere deep into mobile network settings (the translation may not be good as I have it in French) :
Settings > mobile network > data consumption > network access.
And here I see all apps. I can restrict mobile network, WiFi or both.
It's an old model (Acer One D257) Processor is Intel Atom. Memory is 1GB DDR3 with 320 GB of HDD. I currently Have MX 21 running on it, but I need to reinstall because I forgot the root password. Since I'm reinstalling the OS, I thought I'd ask here for recommendations for an OS that makes the most of this oldie.
I have no experience for this matter, nor a lot of Linux either, but there seem to be some interesting choices here (there isn’t best and worst, it’s just a list, and the most adapted to what you need).
After 16 years of living in my city, they will finally have city-wide fiber internet. I’m pretty stoked because the fastest internet I could possibly have is a WISP at 50gbps down and 10gbps up. Now I will finally have gigabit but it’s through the city, and I’m wondering if they will be more strict on illegal content...
Am I mistaken, or did you want to say 50mbps and 10mbps? 50gbps seems way above what a wireless network can do.
For a vpn, your connection through wireless or fiber is exactly the same. The city only provides the fiber infrastructure. When you get Internet, it’s through a provider which will use their equipments and main network (they link their network to the city infrastructure, using their devices. At least, it’s how it works in France). Unless the provider is the city.
Tho I guess that providers do give data to the state so whatever the case, it would be the same thing.
I use Firefox as my daily driver but sometimes sites just work better on a chromium based browser. I had been using Brave but it seems like they keep adding on more bloat (crypto, VPN, AI) and I’m over it....
But I just saw a video about a chromium browser : Thorium.
It’s chromium but with many hardware acceleration, speed, and compatibility enhancements coming from multiple sources and from the guy developing it on github, making it very fast and nicer to use than default chromium.
It has Google sync, so it’s not ungoogled, but it has way less bload and more privacy than chrome.
When you post something, the post is on lemmy.world.
For example, this is your post lemmy.world/post/7469149 . If you would post to another community, it would still be lemmy.world/post/xxx even if the community isn’t on lemmy.world. But the post is attached to that community.
All is all the post from all the communities the accounts in your instance are subscribed to.
Pop os = the desktop is closer to mac look. With extensions and settings with those, it can be even closer.
However keep in mind that Pop OS is developing their own desktop to get away from gnome (the name of the desktop environment(DE) (the bunch of apps and tools making the desktop and settings work)).
That new DE will most likely not be compatible with gnome extensions. And I don’t know how it will look.
For functionality, both work pretty well.
Pop os has 2 ISO : one which includes the nvidia driver, and another without the Nvidia driver, should be easy to download the right one.
Mint I don’t remember exactly how it works, but it should be easy enough to download and install the proprietary nvidia driver, either through a driver tool, or through the store.
Pop os has a gnome extension which allow you to switch from integrated gpu / hybrid / nvidia “only” directly from the notification menu.
to switch in mint, you need to open the nvidia control panel.
Both need a reboot or log out to switch gpu mode.
(keep in mind, the Nvidia gpu consumes a lot more than the cpu integrated one. In hybrid, nvidia gpus canot be put to 0w sleep yet, so it will still consume some power).
Both need a special argument for app launch or steam launch arguments to launch with the nvidia gpu if you set hybrid.
For boot :
Pop os bypasses grub (a Linux boot menu), so to choose the os to boot from, you’ll have to either use your laptop’s boot menu or the bios priority.
Mint has a grub boot menu displayed each time. So if you choose mint as priority boot, you can at boot still choose windows (about 5-10 sec to use the arrows to boot into something else than mint).
Disadvantage :
Pop OS still needs an additional app to be able to change all settings, including mouse acceleration (say thanks to gnome devs, theming has become harder to do for non gnome standard themes).
Mint : they only now made plans to develop their DE to support Wayland (a new window manager explained a bit further), and so you could have a bit less track pad fluidity (no 1to1 gestures … ). Tho as the DE used is cinnamon, there is less use of track pad gestures.
About Wayland : it’s a “new” windows manager (what allows apps to be displayed, and how they interact with each other). It is a hopeful replacement for X11 (released in 198X, before Linux…) full of issues but still working well for what it has to do. Wayland wants to bring enhancements on security, gesture fluidity and many other things. However it is not yet fully developed and you shouldn’t really base your decision on it yet.
For the rest. I don’t really remember other disadvantages as i don’t really use them anymore.
Hey, for my recommendations keep in mind I did not use Linux as a main os for some time now. It is based on me following Linux channels and news, but also my past experience and installing it on my laptop and my brother’s laptop.
Linux distros are different in the packages they choose to include for their environment, use and desktop. Some distros offer different desktop environments (which are different desktop softwares, with different handling of included apps, settings and theming).
Depending on how well you know how to search online and not follow outdated advice, some different distros can be interesting :
Beginner friendly for Linux :
Linux Mint (cinnamon desktop)
Pop OS (gnome desktop)
Ubuntu (gnome desktop) (maybe, but I’d rather choose Pop OS due to snap packages of Ubuntu beeing forced and having lower quality compared to apt and flatpak)
All desktops can be themed. Tho cinnamon I don’t know how well it supports modifying the task bar.
Gnome can have extensions to do things, show a bottom task bar, start button, start menu…
For these 3 distros, the system package manager used (installer, app searcher) is apt-get (shortened to apt). It is a well k’ow package manager with plenty of tutorials online. All also include flatpak, which is a special package manager where apps Comme bundled with their own dependencies (software to make the main software work), and so reduce incompatibilities.
Ubuntu as a package manager called snap installed by default, it has the same objective as flatpak, but it is closed source, and already had issues with malware spreading through it.
Obviously all 3 package managers can have issues, as community is there to check the apps, but it may not always be safe. The safest package source is still the system one apt as packages are checked by the people maintaining the main distro repo. But many flastpaks and snaps are safe. (tho they can have some theming issues).
All of these 3 include a GUI store where you can search and install apps.
Another great distro which can work for beginner or advanced
Fedora desktop (gnome) (It is also available with the kde desktop). Tho this one has a smaller community, and so there is less useful help online, and there may be more out of date advice you would have to navigate through.
Fedora has a pretty good documentation, but even that one seems to be a bit out of date on some things.
If you have an nvidia driver, this one doesn’t have nvidia proprietary drivers installed by default nor help at the beginning on automatically installing them. You have to enable at install (or after in the store settings) the nvidia closed repo and install the nvidia driver from the store.
Kde as a desktop is pretty great, tho it can be overwhelming with all it’s settings and options available to the user.
Gnome tho still requires an app to be able to control hidden settings like mouse acceleration and some other settings.
I wouldn’t recommend other distros for beginner or someone who just wants to easy setup and work.
Debian is pretty stable even in its “testing” branch (Debian stable = old bur rock solid, not recommended for gaming. Testing = newish, still not breaking. Unstable = unstable) needs to have a manual install or help through someone’s script.
Manajaro is a mess. On some devices it will work, on other it will just desintegrate after some months.
Or the communities are so small that packages may easily pass testing and break.
Well fedora isn’t really a beginner friendly distro. The community is much smaller, and there is a lot more outdated or bad advice circulating when searching an issue.
When I installed fedora on my laptop some months ago, I wanted to switch the ffmpeg install and get codecs installed. Even fedora’s documentation was outdated.
Only by searching and digging in some websites I found a command I had to do to make it world, in order to switch the ffmpeg version away from the open fedora version…
There is a lot to learn for Linux. Search engines are your best friend. Tho sometimes advice is outdated. There are also some discord servers where help exists, tho they also expect someone asking to do their research.
I mostly learned by YouTube, then doing research on Google and other search engines, on forums… Discord servers were my last resort when I had some specific question.
Hi everyone, I’m In the need of an offline calendar and gallery now that simplemobiletools got sold off. I’m wondering what you guys use? My bad if the formatting is weird on this post, I’m trying out a new lemmy client...
Why are apps like Fairemail, Voyager, etc. updated so often? Why don’t they collect the changes and release them once a month or something like that?...
An adblock dns, something like nextdns, or others won’t do anything to harm you Internet speed. They are just resolving a dns query, and saying nothing or no to a blocked query.
It can catch what cannot be blocked by an adblockers on the device, because outside of the website or something.
This is not strictly a Linux-issue as I reproduce this issue under Windows 10 as well (but can not reproduce under Android or macOS), but I will be using Linux for any troubleshooting and I wasn’t sure where else to post this....
The mx5 only support sbc (minimum to support) aac and LDAC. They dropped aptx to only use their own high latency (and not that much better) codec. The headphone has BT 5.3, but does not support LC3 (an extremely good, low latency codec integrated in base bluetooth).
(great ceo choice, she has experience in communication, which is the main thing a ceo has to do for gnome. She doesn’t need to do or participate deeply in development.
Distros bad (feddit.de)
Do you interact more in Lemmy?
I have noticed that I interact a lot more in Lemmy than I ever did in any social media. Let it be Reddit, Facebook, Instagram, Twitter… I am used to be the lurker, but here for some reason things are different. Wonder if more people feel like I do.
18+ What the Fuck Amazon?! (lemmings.world)
Smart android keyboard respecting privacy? (lemmy.world)
Hello, could someone recommended a keyboard for android that is a bit smart in predictive typing? I used to like swiftkeybefore it was bought by microsoft. Not that swiftkey itself was much better but I was not so privy conscious at that time....
What distro would you recommend for a 32-bit old Acer One laptop? (kbin.social)
It's an old model (Acer One D257) Processor is Intel Atom. Memory is 1GB DDR3 with 320 GB of HDD. I currently Have MX 21 running on it, but I need to reinstall because I forgot the root password. Since I'm reinstalling the OS, I thought I'd ask here for recommendations for an OS that makes the most of this oldie.
What are your thoughts on fiber through the city?
After 16 years of living in my city, they will finally have city-wide fiber internet. I’m pretty stoked because the fastest internet I could possibly have is a WISP at 50gbps down and 10gbps up. Now I will finally have gigabit but it’s through the city, and I’m wondering if they will be more strict on illegal content...
What chromium based browser do you recommend and why?
I use Firefox as my daily driver but sometimes sites just work better on a chromium based browser. I had been using Brave but it seems like they keep adding on more bloat (crypto, VPN, AI) and I’m over it....
How do you like to sort your Lemmy feed?
Hot seems meh. I usually go for Top: Day but then I run out. Recently tried most active by comments and liked it....
What Linux distro should I choose?
I’m moving away from Windows and I’m looking for distro for coding and occasional gaming. If more context is needed please let me know.
Alternatives for simplemobiletool gallery and calendar?
Hi everyone, I’m In the need of an offline calendar and gallery now that simplemobiletools got sold off. I’m wondering what you guys use? My bad if the formatting is weird on this post, I’m trying out a new lemmy client...
Why are Some Apps Updated Daily?
Why are apps like Fairemail, Voyager, etc. updated so often? Why don’t they collect the changes and release them once a month or something like that?...
Multiple Adblockers in a row - does it make sense or is it even harmful?
Hi, I was wondering, is it useful to use multiple adblockers in a row?...
low effort meme (lemmy.world)
Help troubleshooting issues with Sony WH1000MX5 playback
This is not strictly a Linux-issue as I reproduce this issue under Windows 10 as well (but can not reproduce under Android or macOS), but I will be using Linux for any troubleshooting and I wasn’t sure where else to post this....
Where to store OTP tokens
Is it safe to store OTP tokens on the same device? Even if app is encrypted and locked with passcode?
YOU CANT MAKE THIS UP
…gnome.org/…/foundation-welcomes-new-executive-di…...
USB fingerprint sensors with Linux support?
I have a Prometheus builtin one in my Thinkpad and even though the mainboard firmware sucks, the sensor has libfprint support....