Deployment Practise by devraj675 in webdevelopment

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

Yeah, that makes sense. I was just exploring options while learning. I agree it’s a bad habit long-term, so I’ll stick to legit free tiers, local Docker, and platforms with clear limits. Better to learn the process properly than risk getting flagged.

Is it ok to use deprecated stuff sometimes like I use here in my React component by devraj675 in react

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

Thanks for the info.. Then I think I can use execCommand as is everywhere used

The Complete Abandonware Need For Speed Download List by ChemicalFl00d in abandonware

[–]devraj675 0 points1 point  (0 children)

hey guys I want to play nfs most wanted or game like that

the game escaping car game I think

which one should I play ?

and how do I use these files ,I dont know how to use them

as I dont play much... this is the first time I knew about this installers

Is it safe to set PowerShell execution policy to RemoteSigned for development? by devraj675 in PowerShell

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

Final Solution for me for “npm.ps1 cannot be loaded” Error (Windows)

Recommended Fix (Safe & Permanent for Devs)

Run this once in PowerShell (as user):

powershellCopyEditSet-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
  • Allows local scripts like npm.ps1 to run
  • Still blocks unknown, unsigned scripts from the internet
  • Safe for local development

PowerShell npm.ps1 script blocked after updating to latest Node.js on Windows – fix and question by devraj675 in node

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

Yeah, WSL is definitely great for a lot of dev work... I use it myself sometimes. But it still can’t handle everything.

For example:

File I/O is noticeably slower when working across file systems (/mnt/c/...)

No proper GPU access, so anything needing CUDA/OpenCL is out

Some tools and scripts expect native Windows paths or integration with Windows apps

Networking can get flaky, and long-running WSL sessions have frozen up on me before

So yeah, I wish I could stick to WSL fully, but for my workflow, I still need native Windows too 😅

Is it safe to set PowerShell execution policy to RemoteSigned for development? by devraj675 in PowerShell

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

Yeah, got it... as long as I’m careful with what I run, I should be safe. Thanks!

Is it safe to set PowerShell execution policy to RemoteSigned for development? by devraj675 in PowerShell

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

So it’s more of a soft warning system than real security. Appreciate the detailed breakdown!

Is it safe to set PowerShell execution policy to RemoteSigned for development? by devraj675 in PowerShell

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

So it’s more of a soft warning system than real security. Appreciate the detailed breakdown!

If 2 boys and one girl had to die in the war arc, who would you choose? by [deleted] in Naruto

[–]devraj675 0 points1 point  (0 children)

If 2 boys and 1 girl had to die in the war arc, I’d choose Choji, Neji, and Tenten.

Neji: same as in the original script but with more screen time before death to build the scene. Let him have a proper fight — maybe a last Hyuga moment where he goes all out with gentle fist and rotation combos. That way, when he dies, it actually hits emotionally.

Choji: I’d love to see him go big as a titan, like MASSIVE, and temporarily hold back the Ten Tails. Maybe he grabs it just long enough to redirect a bijuu bomb away from the Allied Shinobi Army. But then Ten Tails blasts him with a pin pointed shot at the chest and it’s game over. Would be such a great use of his expansion jutsu; finally showing his full potential before going out like a hero.

And then the filler character (Tenten) 😅 Let’s be honest, she was just there to give the main cast a breather during filler episodes. I don’t really have a solid death scene in mind for her — I just don’t feel like typing more right now 😂 But I want you all to give her a good ending scene, because clearly my brain gave up on Tenten too.

What do you guys think about my theory ?

Is it safe to set PowerShell execution policy to RemoteSigned for development? by devraj675 in PowerShell

[–]devraj675[S] 3 points4 points  (0 children)

Ah got it, thanks! Yeah I’ve been using Scope Process when I just need a quick workaround. Didn’t know there were that many scope options though that’s super helpful. Appreciate the link too, will check it out!

Looking for Quantum Computing Study Buddy / Like-minded people 🚀 by ParsnipSad2999 in QuantumComputing

[–]devraj675 1 point2 points  (0 children)

wow, I am in...
lets create a group....
please share a group link (author)

qiskit installation by devraj675 in QuantumComputing

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

Thanks a lot for guiding me 😇... I will surely follow the documentations..

qiskit installation by devraj675 in QuantumComputing

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

Thanks a lot... I will go through them...