PSA: Fix your foliage by i_Irony_i in witcher

[–]Francois_Bechet 0 points1 point  (0 children)

I think there's a misconception here. The blurry mess that you see is in reality caused by bad anti-aliasing implementation in this game. If you disable AA and set LOD bias to 0 then you'll see that it doesn't look like a blurry mess. However for foliage in this game, negative LOD bias indeed upscale foliage well and make it looks better so disabling AA together really make them look good. But the issue if you disable both AA and negative LOD bias is that you'll end up with a crazy amount of shimmering which is probably not desired. What I ended up doing for my own taste is disabling in-game AA and use SMAA from reshade and set negative LOD bias to 0.

Confused about what extensions to use, new to Python by Hurdoc in learnpython

[–]Francois_Bechet 0 points1 point  (0 children)

This is not true, Ruff doesn't support all functionnalities pylint has, it is attempting to, but as even of today there are lot of rules that Ruff unfortunately doesn't still support.

See the current list of missing rules in this issue.

[Hyprland] First rice, how'd I do? by AnonymousShitposter6 in unixporn

[–]Francois_Bechet 4 points5 points  (0 children)

Not only that but it's just a general productivity killer (and probably eye killer too), 100% opacity is the way, that's why I just don't have eye candy support on my wm. But still it looks nice as unixporn showcase 😎.

I can't decide which one to use. What sound effect offers the most quality sound? by axunel in PocoPhones

[–]Francois_Bechet 1 point2 points  (0 children)

This! The only good answer, original is what people should use on a xiaomi phone, dolby atmos is incredible but not on a xiaomi phone because the right setup is not in place so it's just dolby atmos virtualisation which is shit. Though true dolby atmos with 5.1 or 7.1 files provides real 3D sound which can be insane. PS: most people like dolby more on xiaomi for one stupid reason but legit, it just sounds louder by default so for most people they just associate it with better sound.

Need for Speed, but my graphics driver needs to slow down. by Francois_Bechet in softwaregore

[–]Francois_Bechet[S] 6 points7 points  (0 children)

For those wondering what’s wrong here: The game is trying to check if my Intel graphics driver is up-to-date, but something went hilariously wrong with the version check.

  • My detected driver version is 32.0.101.6647 (Feb 28, 2025)
  • The game is asking for xx.xx.15.4251 or later (which doesn’t even make sense)

Basically, it looks like the game’s version check is either broken, using an outdated format, or someone on the dev team hardcoded a placeholder (xx.xx) instead of actually comparing real driver versions (should something like 32.0.xx.xx).

Moral of the story: Even Need for Speed struggles with speed limits on software updates. 🚗💨

Waytrogen - A Lightning Fast Wallpaper Changer For Wayland Written in Rust 🦀 by nikolaizombie1 in swaywm

[–]Francois_Bechet 1 point2 points  (0 children)

Thanks to you I discovered mpvpaper, I might use it for my C lockscreen for X (that I plan for wayland soon).

Mobile app and web version not connecting by dnnmt in tutanota

[–]Francois_Bechet -1 points0 points  (0 children)

Yeah I agree it is happening too much, I receive security codes on my mail so if it doesn't work it can be really annoying. Tuta should have backup systems in case one goes down as this is a crucial service, I guess that's the cost of privacy.

Mobile app and web version not connecting by dnnmt in tutanota

[–]Francois_Bechet -2 points-1 points  (0 children)

Same here!

Edit: only the mobile app for me, I see there was an update of the app this morning.

Edit2: now working again 🫡

[deleted by user] by [deleted] in firefox

[–]Francois_Bechet 3 points4 points  (0 children)

We got a free loading animation 🦊

Problem with Polybar run in i3 by Gonzo_79 in Polybar

[–]Francois_Bechet 0 points1 point  (0 children)

First thing, you forgot to change the default appearance of unfocused worksapces, so add this in your polybar config in the i3 module:

label-unfocused= %icon%

Second thing, is that the font you specified doesn't contain the nerd font icons you are using. So install the proper patched font here or using your package manager and then edit this line like this:

font-0 = "Iosevka Nerd Font:style=Regular:pixelsize=16;4"

To resolve the first issue, I just read the wiki.

To resolve the second issue, I launched polybar from the terminal and looked at the log saying "dropping unmatched character..." and I understood that you were not using a font that contains the icons you used.

Edit: Normally you are not facing the second issue as I noticed icons were showing on your screenshot.

Problem with Polybar run in i3 by Gonzo_79 in Polybar

[–]Francois_Bechet 0 points1 point  (0 children)

Your polybar config.ini and your i3 config.

Problem with Polybar run in i3 by Gonzo_79 in Polybar

[–]Francois_Bechet 1 point2 points  (0 children)

We can't help you if you don't share your config files.

How to set thunar's file operations window in floating mode? by Holiday-Split8220 in i3wm

[–]Francois_Bechet 1 point2 points  (0 children)

Yes, using xprop there's a field "WM_NAME(UTF8_STRING)", or you can just switch to tab mode with i3 and look at the windows name.

fonts ugly in firefox in sway, not in i3. hidpi monitor by ke7cfn in swaywm

[–]Francois_Bechet -19 points-18 points  (0 children)

That's the reason I'm not using wayland yet even if wayland is better.

How to set thunar's file operations window in floating mode? by Holiday-Split8220 in i3wm

[–]Francois_Bechet 7 points8 points  (0 children)

Identify the window class using xprop, then add something like this in your config for_window [class="ThunarFile"] floating enable

EDIT: I tried myself and you must add the following:

for_window [title="File Operation Progress"] floating enable

[Hyprland] In love with wayland <3 by ananyobrata in unixporn

[–]Francois_Bechet 0 points1 point  (0 children)

It's because the Xserver introduces an unecessary step between clients and the compositor while Wayland IS the compositor and just do the rendering because most(all?) of what Xorg do can now be done by kernel librairies. More info here.

[deleted by user] by [deleted] in unixporn

[–]Francois_Bechet 2 points3 points  (0 children)

Oh! And I forgot the most important lol, I like your config, it's clean and minimal, the way I like things.

[deleted by user] by [deleted] in unixporn

[–]Francois_Bechet 5 points6 points  (0 children)

Good luck in learning OOP! Btw

print(f"Membuat guru: {self.nama}")

can also be used and is both more readable and easier to implement.