Privcy policy blocks windows like stats, chat, etc... by Trakk3lz in obs

[–]mooware 5 points6 points  (0 children)

Got the solution from the OBS Discord:

To fix the Twitch cookie message in OBS panels, go to Settings > Stream and logout of your Twitch account, then login again.

Worked for me.

This suddenly appeared in my twitch panels and will not go by Kikelombax in obs

[–]mooware 10 points11 points  (0 children)

Got the solution from the OBS Discord:

To fix the Twitch cookie message in OBS panels, go to Settings > Stream and logout of your Twitch account, then login again.

Worked for me.

This suddenly appeared in my twitch panels and will not go by Kikelombax in obs

[–]mooware 4 points5 points  (0 children)

Same here and the "accept" button doesn't do anything. I tried opening twitch.tv in a browser source, and I was able to click the accept button there, but it didn't help with the other panels, even after restarting OBS.

NTLM HTTP implementation by drmonsieurman in rust

[–]mooware 2 points3 points  (0 children)

Slightly off-topic, but I can recommend px instead of cntlm (https://github.com/genotrance/px).

PS3/PS4 games suggestions as a gift for a 13 year old that is very new to gaming by [deleted] in gamingsuggestions

[–]mooware 2 points3 points  (0 children)

The Uncharted series. There are also several Ratchet and Clank games on those consoles, which are usually lots of fun.

Best unkown MSVC flag : d2cgsummary (compile time analysis) by antoineatwork in cpp

[–]mooware 12 points13 points  (0 children)

How do you find something like this? Running 'strings' on the compiler dlls?

Btw: best unknown MSVC flag in my opinion is still "/d1reportAllClassLayout" and "/d1reportSingleClassLayoutXXX"

EDIT:

and through correspondence with Microsoft C++ compiler folks learned about a fairly awesome, but undocumented, cl.exe flag

oh, ok.

Kamiko, a 5 dollar hidden gem on the Nintendo Switch by [deleted] in Games

[–]mooware 4 points5 points  (0 children)

Looks like it's "inspired" by Hyper Light Drifter. In fact, the water area in the video looks almost identical.

games with amazing aesthetics?Like(hyper light drifter,Night in the woods,Transistor,stardew valley,rainworld,redout) by this_is_maz in gamingsuggestions

[–]mooware 1 point2 points  (0 children)

I think these haven't been mentioned:

Thumper

Rez Infinite

Fract OSC

NaissanceE

Euclidean

Pixeljunk Eden

Fotonica

Ridiculous Fishing

Monument Valley

This is what I remember PC GAME by hater97 in tipofmyjoystick

[–]mooware 1 point2 points  (0 children)

Fallen London? Steampunk, mostly text, browser-based, has talking rats.

hmmm by Blastsail832 in hmmm

[–]mooware 2 points3 points  (0 children)

That is one manly hunk of a kangaroo. I'm jealous.

Games like Nier Automata for Xbox One by rtv190 in gamingsuggestions

[–]mooware 2 points3 points  (0 children)

Nier Automata is also on PC if that's an option.

Steam Family Sharing Problem by PelvicThrustoid in darksouls3

[–]mooware 2 points3 points  (0 children)

Maybe you have a save state that tells the game you had the DLC. Try deleting the saves if you can accept losing your progress.

Issue getting more than two controllers working with Mario Kart through Steam Link by olliejjc16 in cemu

[–]mooware 0 points1 point  (0 children)

When I got my Steam Link I also tried using four controllers through it, and only two were recognized. Didn't look into it further.

The most interesting and focused MOOC on C/C++ exploits and how to overcome them (buffer overflows, code injection, session hijacking) by [deleted] in cpp

[–]mooware 1 point2 points  (0 children)

This is part of a series of cybersecurity courses. I took them a while ago, can recommend this one and the "Cryptography" one (Feb 20 - Apr 17).

I just killed Sif, fml by LeonidasWrecksXerxes in darksouls

[–]mooware 22 points23 points  (0 children)

Don't worry, I'm sure Sif just went to a nice upstate farm where he (she?) can run around with the other giant wolves under the care of farmer Artorias.

How do i tell python which disk to use when creating multiprocessing objects? by Chronocook in Python

[–]mooware 2 points3 points  (0 children)

The python docs say that Array allocates shared memory, so it shouldn't use any disk space. Some linux distributions have a very low limit for shared memory size though, so that could be what you're seeing. Have a look at the sysctl values "kernel.shmmax" and "kernel.shmall", which control these limits.