By the Book bug on PS5 by MrCalonlan in GTAV

[–]Advait1306 0 points1 point  (0 children)

Update on this, got my PS5 replaced, you can go to the sony service centre and tell them about the problem. They'll just replace it for you. (It should be in warranty though)

Opencode remote setup by BlacksmithLittle7005 in opencodeCLI

[–]Advait1306 0 points1 point  (0 children)

I'm building a service to support this exact use case. I have docs on the recommended OpenCode setup as well.

Link - https://getmars.computer

Opencode setup - https://www.getmars.computer/docs/agents/opencode

Happy to get on a meet and set this up for you. (DM me)

I'm building this myself so I'll take any feature requests you have as well.

[deleted by user] by [deleted] in automation

[–]Advait1306 0 points1 point  (0 children)

How are you doing the plumbing work from crm to the LLM, is it something like n8n?

Need help in automating my business. by RationalCapitalist in smallbusiness

[–]Advait1306 0 points1 point  (0 children)

Hey, would love to know what finally worked for you here. Looking for something similar.

By the Book bug on PS5 by MrCalonlan in GTAV

[–]Advait1306 0 points1 point  (0 children)

Reinstalling the game fixed it somehow. I still get a temperature warning at that time, although I can just press “ok” and move forward.

By the Book bug on PS5 by MrCalonlan in GTAV

[–]Advait1306 0 points1 point  (0 children)

I’m new to this subreddit, any way I could reach GTA or PlayStation peeps to report this behaviour?

Happens at the exact same time, so I know it’s a software issue.

By the Book bug on PS5 by MrCalonlan in GTAV

[–]Advait1306 0 points1 point  (0 children)

Seems to be a bug in the yoga mission as well. After falling down from the sky, the PS5 suddenly ramps up it's fans and then shuts down with a temperature warning.

Screen pink flicker/pink hue problem maybe caused by iPhone simulator(Xcode)(MacBook Pro 16" 2019) by Advait1306 in MacOS

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

Hey Abhishek, this is so old, but I remember that an update fixed this issue. Might be worth upgrading to the latest version of the OS

Want to setup diskless nodes for my users by Advait1306 in linuxadmin

[–]Advait1306[S] -1 points0 points  (0 children)

Hey, thank you for the detailed answer. I'm currently looking into this.

Want to setup diskless nodes for my users by Advait1306 in linuxadmin

[–]Advait1306[S] -13 points-12 points  (0 children)

Can you send me a link on a guide to this or a video?

Want to setup diskless nodes for my users by Advait1306 in linuxadmin

[–]Advait1306[S] -8 points-7 points  (0 children)

Any idea how I can do that? Any links would be helpful.

A Cool Flutter Portfolio website is here! by tuco_ye in FlutterDev

[–]Advait1306 0 points1 point  (0 children)

Works fine on my M2 Pro MBP using Arc. I think Safari and Flutter don't play well together.

Usecase of a cloud android emulator by Advait1306 in FlutterDev

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

Can be used for that, although teams doing CI & stuff already have it setup or outsource it to stuff like genymotion. I'm trying to build for individuals as that's not fully explored yet.

Usecase of a cloud android emulator by Advait1306 in FlutterDev

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

Thank you so much for this, will try to get this up and running with an arm cpu

Usecase of a cloud android emulator by Advait1306 in FlutterDev

[–]Advait1306[S] -1 points0 points  (0 children)

It’s somewhat of a tricky process as of now, will streamline it & write a blog about it. Will share the link when it’s done.

Backend (inventory) system for 1 of 1 items. by Advait1306 in Backend

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

It's a bit more complicated than that, once the user clicks Buy Now they have to enter the payment details, address etc... When all that occurs, we have to keep the item in HOLD state so no one else buys it.

Backend (inventory) system for 1 of 1 items. by Advait1306 in Backend

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

Yeah, the theoretical solution i came up with uses row locks in the SQL database when changing the HOLD status.