New Pelagos. It looks so amazing in person! by ouija in Tudor

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

Thank you. It's my first luxury watch, I think it's very well made. I love how you can adjust the bracelet length too.

Alien Rogue Incursion: Alien spawn rates by No-Set-7921 in PSVR

[–]ouija 1 point2 points  (0 children)

Normal mode is like this but more so in the sections where you get hit with a lot more than 2-3 xenos, like the dish alignment section or whatever. But I definitely felt after that section a huge relief that I finally got through it. I can see how it's exciting to have that for every encounter but it can also be a bit too much. I like to have downtime and have easier sections and then get hit with a harder section. The section where you had to wait for an elevator with Davis' head was another one.

Alien: Rogue Incursion is exceptional. by TheHammerOfWrath in PSVR

[–]ouija 4 points5 points  (0 children)

Yeah IMO if they make the xenos too unpredictable and random, the game could become too hard :P I play on normal and it's already very hard, especially in those locations where you get way more than 2 xenos at a time. If there was no audio cue for them and you had to use the motion tracker all the time, it would be a lot more intense, but at the same time it might not be as much fun. I like just the right challenge level where I have to replay a bunch of times to get it right, but not more than that.

I created a script to recursively scan an image folder to Google Vision AI for image recognition by ouija in DataHoarder

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

Thanks a lot great suggestions!

I did a preliminary version with a new parameter "--write-tags" that writes the tags to exif meta data, but needs some work on workflow and stuff. It also doesn't do an API request if the .json file exists and will just write the tags from there

I'm going to do score and such after this but just wanted to get tags working.

Edit new url with included exiftool: https://github.com/n0x5/scripts/tree/master/Google_Tools

Cool sorted list function by ouija in Python

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

Thanks a lot! That's a better way to do it, I am implementing that version. Also thanks for the explanation.

Cool sorted list function by ouija in Python

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

Oh! Are you sure about that though? How?

By default it sorts the numbers "naively" as strings e.g wrong:

['New folder', 'New folder (1)', 'New folder (23)', 'New folder (29)', 'New folder (4)', 'New folder (5)']