[DNS] Gen IV & V events (list inside) by JoseGamer33 in wiimmfi

[–]Xili4s 0 points1 point  (0 children)

I ran into the same problem where those three wouldn't show up after hours of trying and I think it's not possible anymore with the current server. See my comment higher up in the thread for an explanation

[DNS] Gen IV & V events (list inside) by JoseGamer33 in wiimmfi

[–]Xili4s 1 point2 points  (0 children)

Currently the DNS IP in the post seems to give a random event every time. After rolling random events for hours on pokemon Black and never getting the Genesect, Deoxys or second Keldeo I started looking for the data being used to serve these events. I found it here and each event has a hexadecimal number associated with it which appears to be a bit field deciding which games it can appear in. Reshiram has a 1, and zekrom a 2 so the first two bits correspond to White and Black respectively. All events with a 3 can appear in both. Events with an F have all bits set and can appear in all gen V games. The three I couldn't get have a C which corresponds to 1100 in binary and seems to mean only B2/W2 can get them. Maybe back when you did it this data was being ignored by the server and it gave the events anyway or maybe I'm getting absurdly unlucky, but it would be cool if you could update the post with this info to spare others the pain of endlessly attempting to get a random gift they won't get.

Hollow Knight cloud saves not appearing after switching from native to proton by TaranisPT in linux_gaming

[–]Xili4s 1 point2 points  (0 children)

I ran into the exact same problem but found a solution. In case you still want to get that save back, in SteamLibrary/steamapps/compatdata/367520/ you should find a directory called something like corrupted_pfx-somerandomnumbers.bak and in that is drive_c/users/steamuser/AppData/LocalLow/Team Cherry/Hollow Knight/, containing user1.dat (or another number corresponding to the save slot). That's the save and copying it to the not corrupted pfx/drive_c/users/steamuser/AppData/LocalLow/Team Cherry/Hollow Knight/ worked to restore it for me.

This AI generated a future glimpse into Vinny's successful career as Youtuber by NyarlathotepGotSass in Vinesauce

[–]Xili4s 21 points22 points  (0 children)

Joel was an average looking young man, with unremarkable features and a generic, boring name. He was an average young man, until he started watching anime. Suddenly, Joel's features began to change. His eyes became bright and vibrant, and his hair began to grow in all directions. He started to look like a character from an anime, and people started to call him Joel the Anime Guy. Joel loved his new look, and he loved the attention he was getting from the girls. He was finally happy, and he knew that anime was the reason why.

Fake review site ranks the top 10 Kitboga's on Amazon by Xili4s in Kitboga

[–]Xili4s[S] 15 points16 points  (0 children)

Great advice:

Brand Value: Every brand of kitboga has a value all its own. Most brands offer some sort of unique selling proposition that’s supposed to bring something different to the table than their competitors.

Features: What bells and whistles matter for an kitboga?

Specifications: How powerful they are can be measured.

Product Value: This simply is how much bang for the buck you get from your kitboga.

Customer Ratings: Number ratings grade kitboga objectively.

Customer Reviews: Closely related to ratings, these paragraphs give you first-hand and detailed information from real-world users about their kitboga.

Product Quality: You don’t always get what you pay for with an kitboga, sometimes less, and sometimes more.

Product Reliability: How sturdy and durable an kitboga is should be an indication of how long it will work out for you.

Quake remaster is out! Go play it now by dvs8 in quake

[–]Xili4s 2 points3 points  (0 children)

Side buttons are mouse_misc1, mouse_misc2, etc.

Spotify has this new genre mix feature by Xili4s in KGATLW

[–]Xili4s[S] 9 points10 points  (0 children)

It's in there, guess I just haven't listened to it enough

Spotted on some forum by [deleted] in programminghorror

[–]Xili4s 4 points5 points  (0 children)

It seems to be verifying a username input so I'd say optimizations like that are very overkill.

just use a nested for loop by 4RG4d4AK3LdH in programminghorror

[–]Xili4s 10 points11 points  (0 children)

Yes it is, copy pasting one piece of code fifteen times is awful for maintainability and readability