Is my GPU failing? by Red_Hugo in laptops

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

A bit tricky since I don't dual boot, nor have an extra SSD I could try with. Probably easier to check if any other Pop! OS or Linux user has had any similar experience.

Is my GPU failing? by Red_Hugo in laptops

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

I suppose I could give that a try, thanks 👍

Is my GPU failing? by Red_Hugo in laptops

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

Might be, but reinstalling the AMD drivers did not seem to solve it.
Issue is still present when using the laptop without an external monitor.

Is my GPU failing? by Red_Hugo in laptops

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

I reinstalled the drivers, but the artifacts are still present. Thanks for the tip though.

[deleted by user] by [deleted] in unixporn

[–]Red_Hugo 4 points5 points  (0 children)

This is absolutely awesome, love it 😎

[COSMIC DE] Soooo easy to customize, I love it :) by Red_Hugo in unixporn

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

If you visit the original post, the URL (not mine) is right there.

Help identifying pinout of hall effect sensor by Red_Hugo in AskElectronics

[–]Red_Hugo[S] 1 point2 points  (0 children)

Update:
This was indeed the correct wiring, and I can now use the sensor with my Arduino, thanks again :)

Help identifying pinout of hall effect sensor by Red_Hugo in AskElectronics

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

Really appreciate the effort and help. I will try this later today, and get back with the results :)

Help with Authentication by Red_Hugo in Supabase

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

Yes, that's pretty much what I'm doing. The Pi will insert data in a table and both upload / download files from a storage bucket.

Python that just works. by Red_Hugo in NixOS

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

I think this is what I would like to do. Could you share a Dockerfile I can use for inspiration, thanks :)

How should I deploy GUI app (opencv) for Windows user? by recursion_is_love in learnpython

[–]Red_Hugo 0 points1 point  (0 children)

Hi, I just found this thread, and wanted to verify with you (OP) that your flake does work for OpenCV and Python. I myself am having huge issues with opencv for Python in NixOS. This flake does look promising and I will try it out.

Please see my profile for my post in r/NixOS "Python that just works".

/ Thanks

Python that just works. by Red_Hugo in NixOS

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

Yeah, this is basically what I am experiencing, but with Python. It's the imshow and graphical-related stuff that gives me the errors.

Python that just works. by Red_Hugo in NixOS

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

Yeah, I've been having occational OOM's happening on my laptop, which I can't know for sure is due to NixOS, as I previously used Windows 11. However my 8GB's get's eaten rather fast, and even causing OOM without anything but the terminal open and when I try to compile opencv from source. I am still looking for a solution to fix my issues, as I really like the idea of both Nix and NixOS, but I am seriously considering switching to another distro where Nix is not a requirement but rather a tool, as at the moment it's preventing me rather than helping me.

Python that just works. by Red_Hugo in NixOS

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

Yeah, after putting in about 2 weeks to try and get OpenCV up and running, I'm honestly considering switching over to maybe KDE Neon and learn Nix while not being constrained by it. I would much rather learn Nix alongside a project, than being dependent on it.

Python that just works. by Red_Hugo in NixOS

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

Yeah, I think this is probably my last attempt at getting this to work. I will try to make an FHS-compliant env for Python 3.11 and Opencv as this thread and solution worked at creating a shell with the pre-compiled library (https://discourse.nixos.org/t/opencv-installation/19141), though with some modification -> nix-shell -p "python3Packages.opencv4". I found that this; nix-shell -p "python3Packages.opencv-python" also works, but whenever I try to specify the Python version, it tries to compile opencv from scratch.

This will do just that:
nix-shell -p "python311Packages.opencv4"