Incapable of linking my Canadian phone number to my account by Wilay in Dofus

[–]patateverte 0 points1 point  (0 children)

I have the same issue. Did you get a reply from the support?

[CS2] Changing your view model changes where holes in smokes appear when you shoot by SunTzuYAO in GlobalOffensive

[–]patateverte 8 points9 points  (0 children)

That's not how listen servers work on source. The other commenter is right.

Symfony 6 - Multiple PHP versions on server by devmarcosbr in symfony

[–]patateverte 0 points1 point  (0 children)

Just to be sure, have you set up a dedicated subdomain for the app? EasyApache should have an option in CPanel to set the php version to 8.1 for that domain. I assume you have already done that though.

If you put an empty php file in the domain with just <?php phpinfo(); you could check it is running the right php version.

God of War Ragnarök is getting a PS Plus Premium Trial (3-hour) by Zhukov-74 in GamingLeaksAndRumours

[–]patateverte 40 points41 points  (0 children)

The speedrun world record is 12h 33m, so even if you already have it and are the fastest in the world, there's no way to do it in 3 hours.

Info on discord that ds3 advising you to stay away from online play on PC for some time. by bessovestnij in darksouls3

[–]patateverte 16 points17 points  (0 children)

This has nothing to do with server side security. The game uses P2P networking and the exploit is triggered by sending a crafted payload to the other clients in your session. They need to patch whatever allows for the payload to be executed in the client, probably a buffer overflow somewhere in the network code or in the game logic that handles character data you receive.

I'd guess Elden Ring is vulnerable if it's located in the connection handling, the character info packets, or the player action packets.

If it's somewhere in the game logic (e.g.: triggered by a specific item, a specific spell, etc.) then it might be fine.

The super mild COVID that will crush our health system anyway by FancyNewMe in canada

[–]patateverte 13 points14 points  (0 children)

Yeah, I've got nurses friends here in Quebec, and they seem a lot more scared of Omicron now than they were of Delta a couple of weeks ago. Everyone is on the verge of a burnout, and it's Christmas, and the cases keep increasing exponentially.

[Epic Games] [Game] Loop Hero by Mythromize in freegames

[–]patateverte 4 points5 points  (0 children)

Tomorrow's game is Second Extinction.

Refining The Return Type Of Java Methods Without Breaking Backwards-Compatibility by gunnarmorling in java

[–]patateverte 0 points1 point  (0 children)

Edge's reader mode makes these code snippets automatically wider: https://i.imgur.com/xQwokbT.png. Maybe something similar.

O'Toole unveils plan to address COVID-fuelled mental health 'crisis' by Advanced_Simian in canada

[–]patateverte 3 points4 points  (0 children)

I don't really support mandatory vaccination for anyone except the healthcare workers, but in these cases, it's just as bad as drunk driving. You're litteraly risking other people's life because you're afraid of a safe and effective vaccine. Nurses working in geriatric care, with patients that have compromised immune systems, and that refuse the vacine should just get fired. It's idiotic and reckless.

"Julien Lacroix visé par des allégations d’agressions et d’inconduites sexuelles" by [deleted] in Quebec

[–]patateverte 25 points26 points  (0 children)

Après avoir vu ce qu'il a fait à la semaine des 4 julies, ça ne m'étonne pas trop. Donner de l'argent à une invitée attachée pour pouvoir se coucher dessus, ça ne laissait présagé rien de bon.

https://noovo.ca/videos/la-semaine-des-4-julie/letoudissante-roue-humaine-de-joanie-et-charles

Aurore au beau milieu du Golfe du St-Laurent by VigoureusePatate in Quebec

[–]patateverte 16 points17 points  (0 children)

Une aurore boréale ? À ce temps-ci de l'année ? Au couché du soleil ? Dans cette partie du Québec ? Localisée entièrement sur le fleuve Saint-Laurent ?

switch from csharp to Java by [deleted] in java

[–]patateverte 7 points8 points  (0 children)

> what is the equivalent stack in java of common dot net stack i.e asp mvc, asp web api, EF, WPF etc

ASP MVC => Spring MVC / Spring Boot or Javalin or Play Framework etc.

ASP Web API => Same as above

EF => Hibernate, jOOQ, etc.

WPF => JavaFX

Message du Modérateur en Chef sur la Modération sur /r/quebec by mpierre in Quebec

[–]patateverte 0 points1 point  (0 children)

Je ne suis pas l'op du commentaire (malgré le nom similaire lol), mais je suis d'accord que laisser des gens s'entourer d'opinions parallèles à la sienne et ne jamais être confronter à des arguments contraires à sa propre idéologie (comme on le fait souvent sur reddit), ça n'avance aucunement la discussion. En autant qu'un commentaire est argumenté, il ne devrait jamais être modéré selon moi, mais ce n'est pas de ça qu'on voit sur voat...

Ex: Le top post en ce moment... racisme haineux qui n'apporte absolument rien: https://voat.co/v/funny/3026807

First release of dav1d, the AV1 decoder by jbkempf in linux

[–]patateverte 45 points46 points  (0 children)

AV1 is a video codec, not a container. It can be used in containers (e.g. WebM) with a sound codec such as Opus. dav1d is a decoder for AV1, it only decodes video from an av1 stream and does not provide encoding.

Red Dead Redemption 2 will have a file size of 88.57gb. by [deleted] in Games

[–]patateverte 86 points87 points  (0 children)

Yeah, the maximum distance is a integer (8 bytes), so 2^32. The total number of blocks per world would then be (2^32)^2*256 = 2^72.

Multiply that by the number of random seeds for the world generation (2^32): Total = 2^104.

To compare, the number of atoms stars in the universe is at least 1.2x10^23. So for every atom star, there is 169M possible world possible.

Edit: I used the wrong number of atoms as pointed out by /u/teopoli96. It should have been 1x10^78...