Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TI
Posts
23
Comments
156
Joined
2 yr. ago

  • I don't understand some things in the water consumption.

    Why do they need to humidify the air for the datacenter?

    Why is there water consumption for cooling? Aren't they recirculating water used for watercooling? Or are they using f*ing tap water then throwing it out?

    Water for electricity production, kinda, yes. Could be indirectly attributed to their water consumption as they are using the electricity produced by the sources using water.

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

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

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

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

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

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

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

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

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

  • Don't hope too much. The project looks dead or stalled due to maintainer not giving news.

    If not updated, once your Lemmy server gets on version 0.19 the app won't work anymore.

    A pretty good app which also has post search is Thunder. Tho it doesn't have the same account switching capabilities.

    Tho post editing in thunder is still not released.

  • Well let's give some counter examples in the softwares I mentioned :

    • WhatsApp closed : Owned by Facebook. Well Facebook had multiple data leaks, privacy violations and nothing substantial was done about it. Definitely not trustable (also zero days are getting sold on the black market for WhatsApp (https://techcrunch.com/2023/10/05/zero-days-for-hacking-whatsapp-are-now-worth-millions-of-dollars/ ).
    • Telegram closed : not end to end encrypted. Russian app. Not trustable.
    • Signal open : well this one is e to e encrypted. Open source, maybe could be trusted. Seems to have passed some security audits (https://community.signalusers.org/t/overview-of-third-party-security-audits/13243), tho it's based in the US and uses servers, maybe the US may have super computers capable of decrypting such communications. However is signal has switched their encryption to quantum computer resistance it may be too hard even for a state actor. However they also "debunked"/ignored zero-day reports which were not reported through their own tool, and by asking the US for confirmation. I am not sure if the US can be trusted to give confirmation about the existance or not of vulnerabilities when they are very likely to use them (https://thehackernews.com/2023/10/signal-debunks-zero-day-vulnerability.html?m=1).
    • Olvid open (servers closed) : is French, e to e, and backed up by an encryption PhD. And why not use a local messaging app witch also is very secure and open source.

    Notice how closed source is untrusted here. The economic activity of the tool changes how trustable it is. Military équipement has a huge and strict budget, it has to be secure.

    Communication apps are user first. So they do what they can get away with, and that is very true for Facebook.

  • Sending the entire email content to their cloud isn't that good.

    However an advantage to doing so is to be able to use push notifications on the app without having to poll continuously the email address from the device. Which in return reduces the battery usage compared to constant polling.

    However, they could have done something like spark mail, only get the email subject, sender and a little bit of the content to put into the noficiation then delete after the push notificdation has been sent.

  • Technology @lemmy.world

    Firefox rolls out ECH enabled by default in 118

    Technology @lemmy.world

    Dish Dealt First-Ever Space-Debris Fine For Misparking Satellite

    Technology @lemmy.world

    Bing's chat advertising pushing malware