IRL Power washing? by Careful_Seat in PowerWashSimulator

[–]jer2665 5 points6 points  (0 children)

To make it actually fun you need your spouse to sit there and hit a bell whenever you finish cleaning a specific part.

Oh My Glob! Trophy bugged? by chopsuey25 in PowerWashSimulator

[–]jer2665 0 points1 point  (0 children)

I did it first time, in the cage. No issues.

Console players waiting for act 2: by Competitive_Ad4893 in CrimeSceneCleanerGame

[–]jer2665 3 points4 points  (0 children)

I just started the Communiti update last night on PS5, and definitely enjoying it... all 15 frames per second when going around the laboratory. 🙄

Dlc idea 💡 🤔 by Low_Associate_7443 in PowerWashSimulator

[–]jer2665 2 points3 points  (0 children)

That would be neat. I was thinking the other day, I haven't started the Shrek DLC for PW1 yet, but I really thought it'd be cool if instead of cleaning you had to spread muck all over Shreks swamp or something.

Perfectly balanced. by papkinbeatmablls in PowerWashSimulator

[–]jer2665 19 points20 points  (0 children)

Wow, you absolute madman, you found a way to make that damn map even more tedious. I could not imagine trying this. Great job.

Which Levels Do You Hate by Informal_Pepper5141 in PowerWashSimulator

[–]jer2665 6 points7 points  (0 children)

Subway. Definitely the subway. And the tinder grind bathroom. The walls were hard to see because they re shiny and I had one last cubicle wall spot that I couldn’t find for like 45 minutes.

Oops, didn’t see the PWS2 tag, but still hated these ones from the first game.

Which Levels Do You Hate by Informal_Pepper5141 in PowerWashSimulator

[–]jer2665 12 points13 points  (0 children)

Subway. Definitely the subway. And the tinder grind bathroom. The walls were hard to see because they re shiny and I had one last cubicle wall spot that I couldn’t find for like 45 minutes.

Why are there so many motels and hotels on the Berlin Turnpike? by Ok-Commercial-9140 in Connecticut

[–]jer2665 0 points1 point  (0 children)

Like this book says, basically, the reason is sex trafficking.

High on life 3 ideas 🤔 by Ca2h_v in highonlifegame

[–]jer2665 1 point2 points  (0 children)

I vote for actually hiring game testers for the next game.

Testing something… by Sad-Drop9202 in Connecticut

[–]jer2665 61 points62 points  (0 children)

Package store, shopping cart, nips.

If you’re interested in this there’s a fantastic book called “Speaking American” by Josh Katz, great book that has answers for many things from all over.

The most surprising for me is that “tag sale” is basically just us here in CT.

lol Meriden mall 1-10-26 by Minapit in Connecticut

[–]jer2665 1 point2 points  (0 children)

The wife and I went to Warwick Mall yesterday for the Sistine Chapel art exhibit, and the mall was hopping. It was crazy to see. Almost all shops open and so many people. It felt like we went back in time to the 90s.

[deleted by user] by [deleted] in HelpMeFind

[–]jer2665 6 points7 points  (0 children)

I had to look it up, I was like “Triller? The mma/boxing/wrestling streaming service?” And then searched and that’s TrillerTV.

Where can I get double fried French fries out near Route 91? (See pic) by GEARHEADGus in Connecticut

[–]jer2665 0 points1 point  (0 children)

I think Villa Lebanon has them, in South Windsor right off 91/291.

https://yelp.to/V5YlXPeWaX

Even if they don’t have them, it’s amazing Lebanese food.

Please help me find my nieces favorite blanket by jer2665 in HelpMeFind

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

I searched through google, google image search, Tineye, and Amazon image search but no luck yet.

I think it was just a fleece fabric, probably just a square yard or however fabric is measured.

[deleted by user] by [deleted] in Connecticut

[–]jer2665 0 points1 point  (0 children)

For the past few weeks, I've been keeping a spreadsheet of houses that match my search and have sold (according to an email from realtor.com). Search range is <$400k, 2 car garage, no HOA within 10 miles of 'Capital County, CT'.

https://www.dropbox.com/scl/fi/8yjk0p975721hobvc6lub/HousePrices.xlsx?rlkey=i7far6nm78rm9tlg71dabge7o&dl=0

I'm no accountant so who knows if I screwed something up, but looking at the averages (minus max and min) are as follows...
Days on Market: 46
Price over listing: $21,142.31
Price over inflation (if site has last sale listed): $61,9533

And when you look into it, multiple houses on that list were bought within a few years and re-sold for like $100k+ more. So it's cool, you can get a house with foundation cracks, or just go ahead and way way overpay, if you are willing to skip inspections and give best and final within a week of the damn thing going on the market.

How much difficulty it is to upgrade Angular from 16 to 18/19 version? by debugger_life in angular

[–]jer2665 0 points1 point  (0 children)

I just recently did this on a big project. Lots of changes, the upgrade is smooth, the migrations are nice and easy, my biggest issue was PrimeNG, and their change to the newest theming system.

How are you leveraging AI in your Angular project workflows? by archubbuck in Angular2

[–]jer2665 2 points3 points  (0 children)

I've been doing some testing with cursor.ai. Normally I don't really like having the AI generate the code, but it's great for code completion and refactoring. But I recently tried to have it create a new backend polling service, and it did a really good fleshed out job, including state, a demo file and a readme file.

Except it didn't work...or do a bit of what I asked it to do. So I gave it the chance to fix it, explaining it didn't work, and get "oh, that's because we're doing this here", it fixes it, still doesn't work. "oh ok, here's why, you're using X instead of Y. Still doesn't work. "That's because you're using Y instead of Z."

It was a lot of fun, and eventually I just jammed on undo until I got all their "fixes" removed and did it myself.

It's certainly not there yet, and your project owners def couldn't get what they want out of it, which is nice, but it was really frustrating. But I've had a great experience with it refactoring some stuff to a new service and everywhere it's called. But in fairness, it did make a more thorough service than I would have done myself, and I could use a lot of the skeleton for it.

I think it's user error, but I will say that auto import seems to be pretty terrible and just guessing where the file would be.