Tibert

joined 2 years ago
[–] Tibert@jlai.lu 6 points 1 year ago (1 children)

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...

[–] Tibert@jlai.lu 15 points 1 year ago* (last edited 1 year ago) (5 children)

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.

[–] Tibert@jlai.lu 42 points 1 year ago (2 children)

This meme looks ai generated.

Scam/wish text is back and some elements looks off in the picture (hand, eyes teeth...).

[–] Tibert@jlai.lu 15 points 1 year ago* (last edited 1 year ago) (3 children)

This : https://github.com/SimpleMobileTools/General-Discussion/issues/241

As explained sold to ZipoApps (low quality add ridden shovelware, with extremely high price /week to remove adds, from the git discussion).

From a reddit post https://www.reddit.com/r/SimpleMobileTools/comments/18929pq/simplemobiletools_was_sold_alternatives/

There seems to already be a fork : https://github.com/FossifyX

Tho not sure how trusted it can be, but seems to have some hope.

The reddit post also suggests some alternatives. The comments in that post also suggests more alternatives.

[–] Tibert@jlai.lu 3 points 1 year ago* (last edited 1 year ago) (1 children)

Hey on android? Didn't know simplemobiletools was sold. Should be fine if updates are disabled from play store and only f-droid versions are used.

But for alternatives :

For a gallery app, I find Aves to look pretty good and has many great features https://github.com/deckerst/aves

If you need gallery (still not that great yet) & backup : ente gallery (there are other ente apps too) https://ente.io/

For a calendar no idea.

[–] Tibert@jlai.lu 1 points 2 years ago

If you go into the settings floating button, you can customise what it does when you press it or long press it for feed and comments.

By long pressing on the available options you can set press or long press to them (just clicking on the options will disable or enable them with the switch).

[–] Tibert@jlai.lu 2 points 2 years ago (1 children)

Unreal engine is pretty bad for open maps. It generates a lot of cpu usage when changing zones. And heavy textures and other heavy elements don't enhance the experience.

The vram, I'm not sure what your questions is about.

The vram is special ram (much higher bandwidth, but slightly higher latency than cpu ram, also supports special extra things) included on the board of the graphics card.

It is necessary because it stores textures and others game elements the graphics card needs to operate the game (shadow info,...). The elements are loaded into vram, from the very slow (in comparison) drive (even nvme 5.0 ssds are extra slow compared to vram or ram) to allow the gpu to process whatever it has to do. Background tasks, windows, the desktop... Also use vram to be able to have the app windows and desktop displayed, so the total available for the game can vary.

If there isn't enough vram, there can be multiple things happening (I'm talking about textures but vram includes others things too) :

  • Resizable bar ( or SAM on amd) is not enabled : the gpu will not be able to load all the textures, so it would either have missing textures, or lag a lot due to texture swapping. The textures can also take a lot of time to load instead of completely missing depending on the game optimisation, due to swapping with previous textures. The game can even crash.

  • Resizable bar is enabled : it is possible with this pci-e configuration for the gpu to access system memory. So in some cases, textures may spill into system memory (cpu ram), which isn't great either, because system memory has a way higher latency to the gpu (it has to go through the cpu, pci-e slot...), and way lower bandwidth. And so generates lots of lag.

If a game is well optimized, the lower the settings are the lower vram usage there is. Some games however did not have such great optimisation. Vram usage mostly depends on the texture quality and resolution. (increasing the texture quality will use a very few/negligible amount of extra gpu power, but increase the vram usage).

There is also a baseline the devs may put for optimisation. The less vram there is, the less the textures can have data available to use. So the more compromises have to be done, with less and less quality. So fixing a baseline quality depending on the current most used vram capacity is not that bad. Tho it does have issues for people having less available.

[–] Tibert@jlai.lu 9 points 2 years ago* (last edited 2 years ago)

Bruh wtf did my keyboard write. Fixed to new.

[–] Tibert@jlai.lu 2 points 2 years ago* (last edited 2 years ago)

Looks like an automatic commit/merge.

[–] Tibert@jlai.lu 9 points 2 years ago* (last edited 2 years ago) (7 children)

A big issue with recent games is Vram usage (the gpu has vram). If you don't have enough vram the game will stutter. At the moment where there isn't enough vram, even a tiny bit not enough, the game will stutter.

Another issue is also ram and cpu utilisation which in some games is pretty extreme.

Othrt issue can be very heavy graphics and badly optimized lower settings.

Some games also have transition stutter, where you change zone. It will try to load the new zone and unload the precedent one. But it uses cpu power and requires a fast ssd depending on the size of what has to be loaded.

[–] Tibert@jlai.lu 3 points 2 years ago* (last edited 2 years ago)

It can do that yes, but Liftoff is so much better on that point. It can show and switch the account used to view a post effortlessly.

On Liftoff, I can search a post with a lemmy.world, then switch to my account to up vote it or whatever.

[–] Tibert@jlai.lu 3 points 2 years ago (2 children)

Currently thunder got so much better for posting. On the main feed or community feed, you have the blue or whatever color button at the bottom left. Clicking on it will hide the already viewed posts. But sliding it up will show more options, and the new post option.

 

ECH (encrypted client hello) is going or get enabled by default (already existed in a hidden setting) with version 118.

This page about the version explains a bit better ECH https://support.mozilla.org/fr/kb/understand-encrypted-client-hello

Tho it is still a bit confusing.

From what I understand there is the DNS query > the dns servers sends back an IP. This DNS query can be encrypted with DoH (or DoT?, it seems only DoH from the post).

Then there is a handshake with the website where the website informations can be leaked, and that can be encrypted by ECH (if the website supports it).

Then after that there is a tls connexion established between the website and the user.

The part where I'm confused is : can ECH be used without DoH? If yes that would mean that I can use a DoH capable software and not have to configure it into Firefox? (ex: Nextdns + yogadns)

 

Dish Network Corp. was fined $150,000 by US regulators for leaving a retired satellite parked in the wrong place in space.

The Federal Communications Commission called the action its first to enforce safeguards against orbital debris.

Dish's EchoStar-7 satellite, which relayed pay-TV signals, ran short of fuel, and the company retired it at an altitude roughly 76 miles (122 kilometers) above its operational orbit. It was supposed to have been parked 186 miles above its operational orbit, the FCC said in an order (PDF). The company admitted it failed to park EchoStar-7 as authorized. It agreed to implement a compliance plan and pay a $150,000 civil penalty, the FCC said.

 

The image is a spam advert. Didn't want to get a screenshot from an NSFW community. I tried to hide most of their links and name.

view more: ‹ prev next ›