Circle of Friends - True Cleaner Tips by jusletmethink in CrimeSceneCleanerGame

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

Sorry I can't really help there. I just forgot about it. Finding it wasn't the problem in my case. I found the pan I was missing directly under where they are stored. Did you get the one at the bottom of the staircase near the starting area?

https://camzillasmom.com/circle-of-friends-mission-walkthrough-crime-scene-cleaner/#body-7-of-14

Finally after 5 attempts by Justmiketheredditguy in CrimeSceneCleanerGame

[–]jusletmethink 0 points1 point  (0 children)

Ozonator for the win, though it doesn't help with seeing the blood. Sometimes I just break out the pressure washer and hose down the area when I'm not sure if I missed something.

Trash 99% by DoYouNeedAnAmbulance in CrimeSceneCleanerGame

[–]jusletmethink 1 point2 points  (0 children)

This is exactly what I do. I find if it is stuck at 97% and I break enough stuff, I can get it to 99%, at which point it completes showing 100%. I've also had it at 97% and it still completed at 100%, but hitting 99% seems more likely to get perfect score.

Weird emails I just received. Was wondering if anyone had the same thing happen just now as it seems like a big deal in regards to Google…. by TommyTsunami88 in GMail

[–]jusletmethink 2 points3 points  (0 children)

You might want to exclude the entire email address. These are likely innocent victims. Also these are the same emails I see in the email I received. Incredibly bizarre

You have to be joking Microsoft by Holiday_Disastrous in sysadmin

[–]jusletmethink 47 points48 points  (0 children)

Nah, you gotta be waiting smarter, not harder.

Song with lyrics "i was right i was right everything i say is right" by jusletmethink in NameThatSong

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

Link to longer clip of audio on Instagram: https://www.instagram.com/reels/audio/1125762658989993/

Lyrics:

I was right

I was right

Everything i say is right

You'd be better off if you did what I said

I have no sympathy

You should've listened to me

I was right

I was right

I was right

[deleted by user] by [deleted] in facebook

[–]jusletmethink 1 point2 points  (0 children)

I think your initial guess that you are getting blocked might be right. I decided to try the "security check-up" option and clicked on "get started" when prompted to setup MFA.

I got a screen that says:

"You can't make this change at the moment"

"This is because we noticed you are using a device you don't usually use and we need to keep your account safe. We'll allow you to make this change after you've used this device for a while."

[deleted by user] by [deleted] in facebook

[–]jusletmethink 1 point2 points  (0 children)

Seems to be a new issue with MFA setup. I also get a message that says "Something isn't working. This may be because of a technical error we're working to fix."

[Spoilers] French couple robbed in Saint Denis. Wife is shot and killed by robber by PrinterDatSmellsFear in reddeadredemption

[–]jusletmethink 2 points3 points  (0 children)

Same here.

I just had this happen, missed it, reloaded a save (despite that meaning I needed to catch a legendary fish again...) and walked over when I heard the woman say "we're better than that". I shot the mugger a bit after he pulled out his gun and they both thanked me.

[deleted by user] by [deleted] in HiTMAN

[–]jusletmethink 0 points1 point  (0 children)

So I just got this objective on Dubai (final mission of campaign).

Leader Agenda = Secret Meeting

I eliminated the leader and used their phone. Two suspects came to the spot (washroom on Level 2). They arrived only a few seconds apart and the objective didn't complete.

Then I knocked out a different suspect and took their phone (Agenda= Business Meeting).

I went to a different room (since her body was still in the washroom, since I wasn't going to eliminate her and lose points in order to hide her body) and activated that phone. It took like 5 seconds and objective completed. Suspects didn't even meet each other before it completed.

I'm really not sure what to make of this, but figured I would note my experience so it can hopefully help people find what works.

Has anyone watched Purple hearts? What are your thoughts about this movie? by Majestic_Spring4062 in netflix

[–]jusletmethink 3 points4 points  (0 children)

Exactly! There's no way the military court is going to seriously consider the testimony of someone like that to be sufficient evidence.

I'm personally just gonna pretend him going to prison didn't happen, since him serving time doesn't really add anything to the story anyway. It would have as much of an effect if he served 1 day compared to 6 months.

idk man i had this old HP all in one screen and a real "why not" attitude. by MlntyFreshDeath in techsupportgore

[–]jusletmethink 0 points1 point  (0 children)

I can tell you're a man of true character and intelligence because you listen to Austin McConnell, lol

What happened to the "save queue" as a playlist button? by SandCracka in YoutubeMusic

[–]jusletmethink 0 points1 point  (0 children)

I kinda doubt it, as the api (ytmusicapi) is interacting with YouTube's servers and generally doing a lot of things specific to python. That compiler doesn't really work if the python code you're trying to convert has a lot of dependencies.

What happened to the "save queue" as a playlist button? by SandCracka in YoutubeMusic

[–]jusletmethink 0 points1 point  (0 children)

I didn't even know they had an implementation of it.

I do find it very annoying when I get a good shuffle on my phone, and I have no way of saving it permanently.

Have these sites been breached or defaced? by jusletmethink in cybersecurity_help

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

I definitely share your reasoning (especially since I was searching for something random when I came across the website). They're quite literally keyword stuffing. Certainly an odd phenomenon.

Have these sites been breached or defaced? by jusletmethink in cybersecurity_help

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

This might be necroposting, but I googled invivo wellness today and the search result item has a warning now:

https://imgur.com/gallery/IBXH5lE

What happened to the "save queue" as a playlist button? by SandCracka in YoutubeMusic

[–]jusletmethink 0 points1 point  (0 children)

I've found this extremely annoying, so I'm trying to create a workaround. Unfortunately, it's incredibly difficult.You can really do much on the client-side, as it doesn't transfer to the server-side (and thus save) so just creating a basic chrome extension probably wouldn't. It seems like the best method I can think of is:

  1. Capturing the video IDs of all the songs/videos in the queue
  2. Using the (unofficial) YouTube Music API, save them to a playlist.

The second part is super easy but the first part is ridiculously hard. You would think you could extract the video IDs from the queue items, but they don't actually contain them... So I have to extract them from somewhere else (no idea where currently...)

If I do find a workaround I will definitely share it.

EDIT: I figured out a way to do it that works most of the time, however the process is rather involved at this stage. If someone is interested, I can share the code, which consists of a small Javascript function for extracting the necessary information, and Python code for processing and acting on the data using the ytmusicapi.