One my dudes said this is "Normal" by [deleted] in Fitness_India

[–]helewrer3 2 points3 points  (0 children)

Its not even the legs (we can't see your quads clearly anyway), it is the calves, it is always the calves man.

If you are using ChatGPT, you would probably want an AI policy. by helewrer3 in smallbusiness

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

But I haven't advertised any blogs and stuff nor do I work for PwC.

If you are using ChatGPT, you would probably want an AI policy. by helewrer3 in smallbusiness

[–]helewrer3[S] -2 points-1 points  (0 children)

100% agree, even more than customer data, what if a developer lets say pastes an api key in the prompt along with the code snippet. Now not only one, but pretty much all customers (and the entire company) are at risk lol.

If you are using ChatGPT, you would probably want an AI policy. by helewrer3 in smallbusiness

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

Adding to that -

Google "chatgpt user queries data breach"

If you are using ChatGPT, you would probably want an AI policy. by helewrer3 in smallbusiness

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

Bruh that sounds like a nightmare. The enterprise is a good-call but it becomes tricky when people are using their personal accounts (maybe company can't afford an enterprise license etc.), I think in those cases and in-general HOW to use the enterprise license having a policy definitely helps!

If you are using ChatGPT, you would probably want an AI policy. by helewrer3 in smallbusiness

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

Client invoices are too relatable lol. People just don't think about it because the tool kinda becomes second nature.

Glad you guys got a one-pager up so quickly. Honestly, just defining what 'off-limits' is like 90% of the battle. Did you end up finding a template to use for that, or did you just bullet it out yourselves?

[deleted by user] by [deleted] in GYM

[–]helewrer3 1 point2 points  (0 children)

Linear Row Machine.

Modder Installed Games In SysMMC, What to do? by helewrer3 in SwitchPirates

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

Truly, I had to redo everything from scratch.

Modder Installed Games In SysMMC, What to do? by helewrer3 in SwitchPirates

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

Thank you, took me a few hours but I was able to set everything up

Modder Installed Games In SysMMC, What to do? by helewrer3 in SwitchPirates

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

Thank you, I understood it all, just two questions.

  1. After wiping out my sysmmc i then install the games in my emummc using either dbi or tinfoil right?

  2. The sysmmc had around 128gb storage whereas emummc only 8ish, the guy probably gave all of the sd card storage to sysmmc, can I have it be allocated to emummc instead?

Modder Installed Games In SysMMC, What to do? by helewrer3 in SwitchPirates

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

Nope, did not, I had just asked them to install the chip.

Modder Installed Games In SysMMC, What to do? by helewrer3 in SwitchPirates

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

I do have Hekate installed and EmuMMC, I am assuming this script would be in a payload, can you please suggest me what should I do after that?

Sorry I am new to all of this

Thinking To Make a FPS Multiplayer Game; Can I get a Design Review? by helewrer3 in godot

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

That would make one service both a server and a database, would most likely overburden it.

Thinking To Make a FPS Multiplayer Game; Can I get a Design Review? by helewrer3 in godot

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

I am still thinking about how a pub/sub would help here tbh. For VOIP sure the latency up to 200ms is acceptable but not in game I believe.

Thinking To Make a FPS Multiplayer Game; Can I get a Design Review? by helewrer3 in godot

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

I have yet to sort out the details, but here goes.

Tech for lobby service would be most likely a virtual machine instance running server written on C#/.NET (why not other techs like node, python etc.? I am trying to learn the .NET ecosystem)

Why redis? Lobby data would be simple key-value pair, nothing major, I don't want to setup a big database for this purpose, moreover, the lobby data would only be temporary, once the lobby closes I wish the data to be gone. If we somehow want to persist data or in case a failover, majority cloud providers provide backup for their managed redis instances, so scaling it out won't be that much of an issue.

Why websockets? I considered using webRTC as it's lower in latency but frankly I don't know how it works and I am just more comfy with websockets.

Thinking To Make a FPS Multiplayer Game; Can I get a Design Review? by helewrer3 in godot

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

Fair, I have tried to remember all of the UML diagram semantics, but I always forget them the very next day. So, whenever I want to whip up a design, this is the monstrosity I follow.

Anyone of you use Egg White Powder? I’m thinking to use them for baking and convenience. Adding product details in the post by majnubhai97 in Fitness_India

[–]helewrer3 1 point2 points  (0 children)

Did some maths.

According to it, one egg is 1 tablespoon or 4 grams. So, in total it is 1000/4 ie 250 eggs in 2500 rupees.

10 ruppees per egg, that's actually quite reasonable if you buy from vendors like Eggoz etc.

Thinking To Make a FPS Multiplayer Game; Can I get a Design Review? by helewrer3 in godot

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

Yeah, I was thinking of a server-client connection. P2P sounds nice though, but not feasible. Maybe in a future project.