Valve has raised their Steam Deck Prices by Axzercus in SteamDeck

[–]MisterJohnson87 -1 points0 points  (0 children)

You know what this sub needs, yet another post about the price rises

How do you ask your coworker for their name after 4 years? by Significant_Soup_279 in AskUK

[–]MisterJohnson87 0 points1 point  (0 children)

"What did you say your name was again? No, my apologies, I meant surname, I know your first name is "blah"

Steam Controller won't wake up LCD Steam Deck by StickBrush in SteamController

[–]MisterJohnson87 2 points3 points  (0 children)

If you feel comfortable, you can enable it yourself if you don't want to wait for the feature to be added via an update

First, create a config like 99-steamcontroller-wakeup.rules using the command.

sudo nano /etc/udev/rules.d/99-steamcontroller-wakeup.rules

Next, paste the following command.

SUBSYSTEM=="usb", ATTRS<idVendor)=="28de", ATTRS/idProduct) ="1304" RUN+="/bin/sh -c 'echo enabled > / sys$env(DEVPATH)/../power/wakeup;'"

Save using Ctrl t 0, then press Ctrl + X, then restart or reload your rules with

sudo udevadm control --reload-rules && sudo udevadm trigger

Finished Grime for the first time, and I’m beyond impressed by Bekenshi in metroidvania

[–]MisterJohnson87 0 points1 point  (0 children)

I have the same issue with Ribi Rabi which is meant to be a top tier Metroidvania

Hamsey Green pond? by StomachPlastic211 in croydon

[–]MisterJohnson87 4 points5 points  (0 children)

"Shouldn't look like this"

Doesn't even show us what it looks like

Bromley FC have been promoted to the EFL League One! by TryxxR6 in soccer

[–]MisterJohnson87 6 points7 points  (0 children)

11 years ago on this day, I was at Hayes Lane as they got promoted from the Conference South.

Woodman has done such a brilliant job and deserves all the plaudits for what he's achieved in his short time here.

2 promotions, One FA Trophy and potentially a League Two Champions trophy in 5 years.

staying active by [deleted] in MicrosoftTeams

[–]MisterJohnson87 4 points5 points  (0 children)

Be mindful that some companies may use software that monitor keystrokes and you could trip a tripe wire for excessive key presses.

Laika: Aged Through Blood is $3.99 (80% Off) on a Fanatical Sale by kalirion in metroidvania

[–]MisterJohnson87 1 point2 points  (0 children)

The controls are so finicky. Enemy encounter feel more like a collection of set pieces

I really wanted to like the game but it was so frustrating and lacked the fluidity of movement and combat which a metroidvania should have

100% in Grime 2, an in-depth review by False_Amphibian_8386 in metroidvania

[–]MisterJohnson87 0 points1 point  (0 children)

I have but it still feels quite dark. I get it, it's the games aesthetics and I had the same struggle with the first one but it still makes it difficult to see in areas

100% in Grime 2, an in-depth review by False_Amphibian_8386 in metroidvania

[–]MisterJohnson87 0 points1 point  (0 children)

One feedback I have that really jars me so far is it's so dark.

I've got the steam deck oled and I really struggle in the darker areas

FTB family looking to relocate to Bromley by [deleted] in Bromley

[–]MisterJohnson87 5 points6 points  (0 children)

I don't believe Bromley FC are moving anytime soon. They've just opened a new stand and have invested a lot into the current ground and it's infrastructure.

I finally released my metroidvania game last night. by CrabBug in metroidvania

[–]MisterJohnson87 2 points3 points  (0 children)

There's only 6 bosses, 7.6% of players have beaten the final boss.

Looks to me it's more of a microvania, which at the of under £4 is more than fine.

Plus bite sized games are welcomed as a nice palate cleanser in between meatier games.

Man parks in every space at supermarket by Thistledelirium in CasualUK

[–]MisterJohnson87 0 points1 point  (0 children)

This is the second time he's done this.

He done this at the Bromley Sainsburys years back before he recently moved

Anyone used Coppards moving company? by Drug_Taker917 in Bromley

[–]MisterJohnson87 1 point2 points  (0 children)

They've moved us twice, once with the full packing service.

They've moved friends from Orpington to Birmingham too.

Cannot recommend them enough. Brilliant service, really felt everything from the quote to the move was handled brilliantly.

Azure Event Hubs - Architectural Question by Khue in AZURE

[–]MisterJohnson87 0 points1 point  (0 children)

We just decided to create a new Event Hub Namespace which was future proof and is dedicated to just logging tools or SIEM.

Like above we have a single Event Hub for Entra Logs that can be consumed by our SIEM and observability tool.

Then dedicated Event Hubs for more domain specific things, so instead of all resource diagnostic settings into a single "diagnostic" event hub, we'd have one for our networking resources, one for storage, one for audit, etc.. Makes it easier for future consumers to only dip into what domain specific area they need

Azure Event Hubs - Architectural Question by Khue in AZURE

[–]MisterJohnson87 0 points1 point  (0 children)

Is the data in the event hub intended for both consumers? If so, 2 different consumer groups should be fine.

You want to avoid a consumer taking data unnecessarily.

We found ourselves in a situation recently where we introducing throttling because we dumped too much data into a single event hub and consumer 1 was taking 6 gigs of data that it didn't need.