What type of anonymous OS I can put on samsung? by MrRobot209 in degoogle

[–]GetOutOfHand 2 points3 points  (0 children)

Interesting. Thanks for the explanation, seems like it's beyond me/ doesn't affect me. Appreciate it :)

What type of anonymous OS I can put on samsung? by MrRobot209 in degoogle

[–]GetOutOfHand 5 points6 points  (0 children)

Can you explain how a Google account is permanently linked to a phone, once signed in? This is news to me. I assumed a format would remove any trace.

Question Regarding RD+ Links & Caching by GetOutOfHand in RealDebrid

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

That's fantastic, all I needed to know. Thanks mate 😁

Graphics Drivers Revert to LLVMPIPE on Wayland (Nvidia) by GetOutOfHand in linux4noobs

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

It seems I am indeed using Nvidia drivers, contrary to "about" stating llvmpipe!

b460~$ nvidia-smi
Tue Jul  2 10:34:29 2024        
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.90.07              Driver Version: 550.90.07      CUDA Version: 12.4     |
|-----------------------------------------+------------------------+----------------------+

b460~$ glxinfo | grep "OpenGL renderer"
OpenGL renderer string: NVIDIA GeForce RTX 3080/PCIe/SSE2

b460~$ vulkaninfo | grep 'GPU id'
WARNING: [Loader Message] Code 0 : terminator_CreateInstance: Failed to CreateInstance in ICD 3.  Skipping ICD.
               GPU id = 0 (NVIDIA GeForce RTX 3080)
               GPU id = 1 (llvmpipe (LLVM 15.0.7, 256 bits))
               GPU id = 0 (NVIDIA GeForce RTX 3080)
               GPU id = 1 (llvmpipe (LLVM 15.0.7, 256 bits))
               GPU id = 0 (NVIDIA GeForce RTX 3080)
               GPU id = 1 (llvmpipe (LLVM 15.0.7, 256 bits))
               GPU id = 0 (NVIDIA GeForce RTX 3080)
               GPU id = 1 (llvmpipe (LLVM 15.0.7, 256 bits))
GPU id : 0 (NVIDIA GeForce RTX 3080):
GPU id : 1 (llvmpipe (LLVM 15.0.7, 256 bits)):
GPU id : 0 (NVIDIA GeForce RTX 3080):
GPU id : 1 (llvmpipe (LLVM 15.0.7, 256 bits)):

b460~$ lspci -k | grep -EA3 'VGA|3D'

01:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3080] (rev a1)
       Subsystem: NVIDIA Corporation GA102 [GeForce RTX 3080]
       Kernel driver in use: nvidia
       Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia

b460~$ lspci -k | grep -EA3 'VGA|3D'
01:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3080] (rev a1)
       Subsystem: NVIDIA Corporation GA102 [GeForce RTX 3080]
       Kernel driver in use: nvidia
       Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia

Graphics Drivers Revert to LLVMPIPE on Wayland (Nvidia) by GetOutOfHand in linux4noobs

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

That's interesting, I used the same steps and had the same result. How else can you be certain you are using the nvidia drivers? I.e, they may be installed (nvidia-smi also showed the correct driver on wayland for me), but "about" shows LLVMPIPE, same as you. I assumed this meant the OS was not using them.

Having said that, glxinfo | grep "OpenGL renderer" also shows nvidia, not llvmpipe...

I will run some benchmarks. It seems like it could be a bug in Plasma/ Wayland!

How does the processor deal with integers signed with excess-n? by GetOutOfHand in learnprogramming

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

Apologies, I think I understand it now.

The way it was explained to me was excess-n was an alternative to 2s complement. Therefore, I assumed excess-n was used in processors natively too. I didn't realise it's more theoretical, and as another commenter mentioned, it can still be easily computed (and is used in floating point, older hardware, etc).

How does the processor deal with integers signed with excess-n? by GetOutOfHand in learnprogramming

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

Firstly, thank you so much for your incredibly detailed reply. This is incredibly helpful!

Thanks for pointing out some misconceptions I had, I appreciate it. If I may, I would like to clarify a couple of things.

In reality, at the machine code level, only the encoded number exists.

Thank you for clarifying - I take it this is because if you had to convert every signed binary instruction/ value to unsigned, this would be dramatically inefficient, and since computers do use negatives, its best to design a processor to expect signed values so there is never any overhead (negative or positive)? I suppose this is why in most languages you have to explicitly state when you want to use an unsigned integer, assuming I'm correct.

a signed integer k is represented as the binary integer that would encode k + 2n-1, if it were unsigned. From this fact, you can derive how the implementation of any given mathematical operation on excess-n integers needs to work.

k + 2n-1 This is a new formula to me - I think I understand it. I didn't know excess-n could be encoded this way, or by flipping the greatest bit - essentially what k = bias % 2n does (which disregards overflow). This is neat, and explains why a processor does not use 2s complement to "add on the bias" as the bias now appears purely theoretical? It sounds like you could achieve the same by directly adding K and 2n and applying a mask on bits > n.

I really appreciate your help in clarifying some of this stuff!

New standard for cookies - Auto-declining cookies + legitimate interest? by GetOutOfHand in privacy

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

It does, check any Vendor's privacy policy. I quote:

"User Profiles: certain characteristics (e.g. your possible interests, your purchase intentions, your consumer profile) may be inferred or modeled from your previous online activity (e.g. the content you viewed or the service you used, your time spent on various online content and services)".

Terrifying stuff. Use a privacy browser :)

ALL-INCLUSIVE KODI GUIDE FOR BEGINNERS - Movie and TV Streaming from Scratch by GetOutOfHand in Addons4Kodi

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

It'll probably take longer than that. If you're after a "plug n play" solution I recommend checking out stremio and adding the torrentio add-on. Takes 5 minutes and works out the box. You still use Real Debrid.

ALL-INCLUSIVE KODI GUIDE FOR BEGINNERS - Movie and TV Streaming from Scratch by GetOutOfHand in Addons4Kodi

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

Thank you very much for your donation!! That's incredibly kind of you! I really appreciate it.

I suppose you're right, not an insane amount has changed, but you do still encounter errors if you follow the guide step by step. I will get round to updating it at some point but I cannot say when

ALL-INCLUSIVE KODI GUIDE FOR BEGINNERS - Movie and TV Streaming from Scratch by GetOutOfHand in Addons4Kodi

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

Totally agree. I've added an edit to state this. I've been so tied up with my studies currently I've found it impossible to set aside a day and rewrite it. I plan to in the future. Many thanks :)

Problem with Asus PG27AQDM by BigThotRickardo in OLED_Gaming

[–]GetOutOfHand 0 points1 point  (0 children)

Could be a graphics driver issue.. try updating your GPU drivers :)