/sqt/ - stupid questions thread

sqt

Attached: logo_fb.png (250x250, 15K)

Other urls found in this thread:

docs.microsoft.com/en-us/windows/desktop/learnwin32/your-first-windows-program
docs.microsoft.com/en-us/windows/desktop/apiindex/windows-api-list
amazon.com/EVGA-GeForce-Gaming-Graphics-06G-P4-1263-KR/dp/B07RJGK1PW?th=1
developer.mozilla.org/en-US/docs/Web/API/Document/cookie#Security
humanwhocodes.com/blog/2009/05/12/cookies-and-security/
twitter.com/NSFWRedditImage

When trying to install grub with grub-install along w/10 with an EFI partition but I get this error

"grub2-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
grub2-install: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
grub2-install: error: will not proceed with blocklists."

Heard a nerd say if you want to increment a variable in C++ and you don't want to check it against its value, it's better to use ++x instead of x++.
Is that so and why?

>The following activities are prohibited, and constitute registration abuse which may result in cancelling, suspending, transferring and/or or deleting of the domain name. The Registrant and/or user of domain names in the TLD agrees to the following:
>Not upload, post, email, publish, transmit or otherwise make available (collectively, "Transmit") any Content that in the Registry’s sole discretion is unlawful, harmful, threatening, abusive, harassing, tortious, defamatory, vulgar, obscene, libellous, invasive of another's privacy, hateful, or racially, ethnically or otherwise objectionable;
what's a TLD registry that doesn't suck?

Jow Forums I have an old android phone that I want to connect to my dumb TV to act as a DLNA receiver. Is it possible? I have a raspberry Pi file server with all my animu. I used to have a Chromecast but it died.

>If ++ precedes the variable, e.g. ++counter, the value returned is the value in counter after it has been incremented.
>If ++ follows the variable, e.g. counter++, the value returned is the value in counter before it has been incremented.

Its only better because its faster because it dosn't have to wait until the next iteration

Hey I have a computer with a Ryzen 2200G using its iGPU and I have a 9500gt laying on my room. Is it possible to stick the 9500gt on the pci slot and have it do any sort of help in processing, ram or else? I thought it was possible because some CPU heavy software have a button to do the processing with the GPU.

What's the best way to get the windows 10 style aero snap on 7? I just wanna be able to drag to corners and have it snap to a quarter of the screen

Attached: 1401514306659.png (500x524, 236K)

there's a way to use vram as swap in linux
besides that, you can't just add a gpu to make your cpu faster, software needs to be explicitly written to use a gpu for accelleration

If you run macrium from a guest account in windows and do a full system image does this include the administrator account aswell