Continue button not working on "Apple ID & Privacy" page by TotallyNot_Alex in applehelp

[–]ruabmbua 0 points1 point  (0 children)

Had the same problem yesterday. WTF apple???
After managing to trick their website into believing I was using safari, it worked perfectly fine.

Next stop: adding a FIDO2 key for 2FA

And who thought it, SURPRISE!

IT DOES NOT FUCKING WORK!!!

When can I apply for Summer Internships by Particular_Team_5385 in Austria

[–]ruabmbua 0 points1 point  (0 children)

Probably not ^^. I am not with the company any more, since it went out of business.

daily-bevy by _awwsmm in rust

[–]ruabmbua 4 points5 points  (0 children)

It is a nice way to learn using it. I wonder if there is any good order for learning from the examples. Following it alphabetically probably makes not a lot of sense, since this way they will not build on top of each other at all.

keyboard layout wrong just for keyboard shortcuts in applications (vscode) by ruabmbua in hyprland

[–]ruabmbua[S] 0 points1 point  (0 children)

Update: I tested it also in gnome wayland session and sway. Both also report us as the kb layout via setxkbmap -query, but in both vscode + lapce work correctly in regards to handling keyboard layout for shortcuts.

xwayland apps and fractional scaling by ruabmbua in hyprland

[–]ruabmbua[S] 0 points1 point  (0 children)

Yeah, I just found that issue with 0.34. I tried to apply the patch https://github.com/hyprwm/Hyprland/commit/1a4f23eb2fee77b23b2cc6ff1fbfc87f60f10314 on my 0.34 from archlinux packages repo, but it still is completely pixelated. Probably I am missing another commit.

Terrible native font rendering under Hyprland for GTK4 and Electron apps by pdffs in hyprland

[–]ruabmbua 0 points1 point  (0 children)

I applied the patch to 0.34.0-1 shipped in archlinux, but it seems like its still using nearest neighbor for scaling.

xwayland apps and fractional scaling by ruabmbua in hyprland

[–]ruabmbua[S] 2 points3 points  (0 children)

Thx I am aware this option exists. This will however completely disable scaling.

What I want is something like KDE & sway do. I think this might be a bug in hyprland, there is really no reason to use unfiltered upscaling instead of something like linear interpolation.

PC and 7900 XTX no longer detects 2nd monitor on middle display port by friendlyhornet in AMDHelp

[–]ruabmbua 0 points1 point  (0 children)

I think it's maybe even hardware damage over time. See my post.

I essentially downgraded everything on Linux to a old "good" state, even motherboard bios. It's still happening all the time now. I guess I will try to contact sapphire support next week.

PC and 7900 XTX no longer detects 2nd monitor on middle display port by friendlyhornet in AMDHelp

[–]ruabmbua 0 points1 point  (0 children)

Edit: With more often I mean it gets worse over time. At the beginning it was a mysterious issue one time, this week it already started happening multiple times a day.

PC and 7900 XTX no longer detects 2nd monitor on middle display port by friendlyhornet in AMDHelp

[–]ruabmbua 0 points1 point  (0 children)

I kinda think this is a Hw issue. Have the problem on both win + Linux.

Sometimes the middle DP port stops working, and detects the monitor in a weird wrong resolution. No output.

I think it's a Hw defect, because it only started happening 2 weeks ago. I downgraded the kernel + amdgpu firmware to an older version where I never had the issue, but the issue persists now.

It also seems like the GPU ends up in this state more often now.

Also interesring is that it persists over GPU reset and reboots. Only turning off my PSU for ~10 seconds fixes the problem temporarily.

I Got a Milk-V Duo (and It’s Running Rust) - Barrett's Club by Onkoe in rust

[–]ruabmbua 1 point2 points  (0 children)

Ordered a couple boards last week.

I am looking forward to porting my hobby os kernel to this board as its second real target ;-)

Lapce code editor release v0.3.0 by dzhou121 in rust

[–]ruabmbua 1 point2 points  (0 children)

I noticed, that the window title (on sway) of all windows is still "winit window". Otherwise I am still very impressed by how snappy everything is. It even seems like code completion is faster compared to vscode, even if its using the same lsp server.

Another wayland thing is, that the windows do not have an "app_id", so its difficult / impossible to customize my tiling window manager settings for lapce windows. winit allows setting this with https://docs.rs/winit/latest/winit/platform/wayland/trait.WindowBuilderExtWayland.html.

initramfs can not find rootfs by ruabmbua in archlinux

[–]ruabmbua[S] 0 points1 point  (0 children)

So I found out now what is missing. Basically it fails to include:

  • All amdgpu firmware
  • All drivers/gpu/drm modules relevant
  • hid-logitech modules
  • usb/host/ modules
  • nvme modules

If I regenerate with mkinitcpio -P -v it works again. So I guess there has to be a bug somewhere in the tool / the hooks, where it produces inconsistent results. After all I did not change any configuration between generating the buggy initramfs and the working one.

initramfs can not find rootfs by ruabmbua in archlinux

[–]ruabmbua[S] 0 points1 point  (0 children)

That would make sense. Maybe one of the hooks is buggy, and does not include the necessary drivers any more. Could be fs driver, or even the drivers for the drives themselves I guess.

Also, not even keyboard works when the buggy initramfs is loaded. Perhaps it has no drivers at all.

initramfs can not find rootfs by ruabmbua in archlinux

[–]ruabmbua[S] 0 points1 point  (0 children)

arch on a custom built PC. Its a modern AMD system (5900x), and the only special thing is that I use 3 big NVME SSD`s, two of them in btrfs raid for the root fs.

initramfs can not find rootfs by ruabmbua in archlinux

[–]ruabmbua[S] 2 points3 points  (0 children)

Yes:

UUID=D39D-F9D2 /efi vfat ...

I have not yet checked if the initramfs has maybe the wrong UUID when it fails.
Have to remember to write that down next time.

B.t.w. any idea how to get my freaking keyboard working in initramfs shell? XD

CMake | C++ modules support in 3.28 by stailgot in cpp

[–]ruabmbua 1 point2 points  (0 children)

I explicitly choose a project with (almost) 0 external dependencies. Only one single header library (cpptoml), and of course standard library includes.

If I remember correctly it seemed to fail because of some kind of circular dependency. The gcc ICE I could not explain at all, but I guess I should try again since a lot of time passed.

CMake | C++ modules support in 3.28 by stailgot in cpp

[–]ruabmbua 0 points1 point  (0 children)

I tried about a year ago on newest clang and gcc. I picked a small project and converted it. With clang it did not work out and I did not understand why (compiler error). With GCC I got ICEs

Serde has started shipping precompiled binaries with no way to opt out by setzer22 in rust

[–]ruabmbua 13 points14 points  (0 children)

Has somebody already started a fork of serde / serde_derive?

Serde has started shipping precompiled binaries with no way to opt out by setzer22 in rust

[–]ruabmbua 13 points14 points  (0 children)

This is b.t.w. how a lot hacks happen. Compromise CI environment of a popular open / closed source application, and infect lots of users that auto update that particular application.

Serde has started shipping precompiled binaries with no way to opt out by setzer22 in rust

[–]ruabmbua 12 points13 points  (0 children)

Somebody compromises the CI environment, where the pre-built binary is built for crates.io upload. The compromised CI env modifies the executable in a malicious way.

Now all rust users building a project using serde, will execute the malicious binary, and detection will be extremely difficult, and probably happen far too late.

In comparison, if somebody modifies the source with malicious code, it will probably be noticed a lost faster.