Tibert

joined 2 years ago
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

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.

[–] [email protected] 1 points 1 year ago

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.

Linux for all : https://discord.gg/eSP6cXjY4B Gaming on Linux : https://discord.gg/AghnYbMjYg The Linux experiment (YouTuber) also has a discord server...

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (2 children)
  • Mint = the desktop is closer to windows look.
  • 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.

[–] [email protected] 5 points 1 year ago

Hmm, from the average and some reviews here and there, it's sad the game is just mixed.

It's the first to get out with fsr 3 frame gen working mostly well. Fsr upscalling working mostly well, which is very unexpected due to a lot of foliage.

Tho the ui protection to frame gen was implemented in a very shitty way (just a box without frame gen arrount it...).

[–] [email protected] 5 points 1 year ago (3 children)

It's amd's side of Nvidia's gsync, but with a different way of working.

Both do about the same thing : match the monitor hz to the fps, in a range of minimum and maximum hz.

So if your game is doing 103fps and monitor can do 40-144hz. The monitor will match 103hz.

It reduces tearing and can maybe reduce the perception of lag. It doesn't remove it. If you have frame drops you will still see them.

For the ur way of working :

-Gsync uses a physical chip in the monitor to do what it has to do. In addition of beeing a paid technology, it adds to the cost, and nvidia also does a quality control check on the monitors, which also increases costs. Gsync can only be used with nvidia gpus.

There are some limitations with these tho, they can only be used with display port 1.4+(or 1.2+, i don't remember) or hdmi 2.1+ because of variable refresh rate support. Except for amd gpus and freesync. Amd gpus support freesync with older hdmi versions.

[–] [email protected] 8 points 1 year ago (8 children)

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.

[–] [email protected] 5 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...

[–] [email protected] 17 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.

[–] [email protected] 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...).

[–] [email protected] 1 points 1 year 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).

[–] [email protected] 2 points 1 year 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.

[–] [email protected] 9 points 1 year ago* (last edited 1 year ago)

Bruh wtf did my keyboard write. Fixed to new.

 

"We would like to inform you of a recent incident affecting the security of certain data hosted by one of our service providers.

What happened?

At the end of September, we were the victim of a social engineering attack targeting one of our employees. This highly sophisticated attack began on the Discord platform with the downloading of malware under cover of a game on the Steam platform, proposed by an acquaintance of our employee, himself a victim of the same attack.

Our security team took immediate action. Despite our actions, the attacker was able to exploit one of the stolen cookies to connect to the management interface of one of our SaaS providers. Thanks to this cookie, now deactivated, the attacker was able to extract, via our SaaS provider's API, certain private information about you.

The information concerned is your first and last name, e-mail address, date of birth, billing address and credit card expiry date. It is important to note that no passwords or sensitive banking data have been compromised.

What actions have we taken?

As soon as this incident was discovered, we took immediate steps to secure our systems and took all necessary precautions to avoid future incidents. We have also reinforced the security protocols we apply with all our SaaS providers. Finally, we will be upgrading our internal systems to render compromised workstations harmless.

What can you do?

In the wake of this incident, please be very vigilant about the emails you receive, as they could be phishing attempts. In general, for all your accounts, we advise you to protect yourself by setting up multi- factor authentication ("MFA").

To set up MFA on your Shadow account, please refer to the following

guide: https://shdw.me/HC-B2C-2FA

We are here for you

We sincerely apologize for the inconvenience and assure you that we are doing everything possible to ensure the security of your data.

If you have any questions or concerns, please do not hesitate to contact our customer service department at https://shdw.me/HC- B2C-Support Form

Thank you for your understanding and trust.

Best regards,

Eric Sèle, CEO, Shadow"

 

Passkey is some sort of specific unique key to a device allowing to use a pin on a device instead of the password. But which won't work on another device.

Now I don't know if that key can be stolen or not, or if it's really more secure or not, as people have really unsecure pins.

 

In the current market, the A580 doesn't look to be very attractive, compared to other intel gpus.

But something very interesting is 8GB of vram at under 200$. In this market where nvidia puts all the vram in AI gpus, it's a nice number to see.

Hopefully intel battlemage (next intel gen) can disrupt the market with true competition.

 

Ecosia adds "contractually forced" Microsoft Clarity tracking (https://learn.microsoft.com/en-us/clarity/setup-and-installation/about-clarity | privacy faq : https://learn.microsoft.com/en-us/clarity/faq#privacy), which will record the behaviour of users on the website. Recording clics, size, and more.

They will also add an optional Google setting. Enabling the cookie will allow to get search results from Google, but also to get tracked by Google.

Optional Microsoft advertising tracking is still a thing, tho it may not be necessary if Bing can get a fingerprint and behaviour of the user in real time...

This may be the final flow for Ecosia for me. Unless somehow the Microsoft Clarity can be private... But I don't think so.

 

Apple played into the greenwashing since a long time. For example removing charger for "climate", "ecology", while changing the cable port from a usb A (the rectangle one you plug onto the charger) to a usb C when first removing the charger from the box (thanks for bringing this s* to android too).

 
 

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 ›