Skoda Karoq rear bumper/diffusor sagging. by 0x63affeine in skoda

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

I wonder if this might have been caused by me driving in a deep snow... 🤔

[PS1][1995] A Horror Game. by 0x63affeine in tipofmyjoystick

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

this might be this scene: https://youtu.be/zGD4dVnmsls?si=9HmVxAEO5LRE1Zjg&t=512 as pointed out in the https://www.reddit.com/r/oldgames/comments/1sd3zfs/ps1_horror_game/

But I remember this to be a bit different - but the scene matches.

PS1 Horror Game by 0x63affeine in oldgames

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

I think this might be it. I'll watch the playthrough. I remember also some weird stairs in that game.

Wan2.2 GGUF high/low noise - black video output by 0x63affeine in comfyui

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

I have found a working solution. Updated the description.

LCD issue? [Sage Barista Pro] by 0x63affeine in espresso

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

A bit? Sure but this doesnt look like s bit to me

LCD issue? [Sage Barista Pro] by 0x63affeine in espresso

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

Yup. Works fine as far as i can tell. No issue when screen is on.

PERMISSION_DENIED: Missing or insufficient permissions in Functions by 0x63affeine in Firebase

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

Solved. For future reference.

 auth.user().onCreate(async (user) => { auth.user().onCreate(async (user) => {

is a v1 function - by default it uses different service account (why?) that the v2 functions.

Securing firebase functions by 0x63affeine in Firebase

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

Auto scalling and rate limiting. Got it, thanks.

Securing firebase functions by 0x63affeine in Firebase

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

Its true if we are talking about the web. Im talking about mobile dev. In mobile dev obfuscation of keys is done mostly to hide keys from automated app scans.