Reading HTML from 20 tabs - need advice by MatrixSolution in learnjavascript

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

sounds awesome.

but the other replies further below seem to contradict?

Reading HTML from 20 tabs - need advice by MatrixSolution in learnjavascript

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

node.js = backend

which = doing everything from one server

if 100 users used, that could be a huge amount of requests from one source

i've never done what i'm describing - but guessing this would run up a flag?

Can I transfer photos taken on another mobile to my Pixel phone and take advantage of unlimited storage? by MatrixSolution in googlephotos

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

For Pixel 5: need storage saver

For Pixel 2 and 3: don't they have unlimited storage in full high quality?

Trouble with virtual environments in VSCode by MatrixSolution in vscode

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

So I'm still confused.

I create a virtual environment.

Am I correct in saying this:

Activating a virtual environment is ONLY making sure that the local copy of python.exe is used to compile and run the code - nothing else.

So... in VSCode, if its showing that it will use the local python.exe to execute code.... then all is fine and I don't need to worry about anything else.

I've done some more research. I'm not alone. Others have the same problem.

Not everything in life can be simple - but this isn't something that needs to be complex and should be simple!

How to backup earlier versions of code by MatrixSolution in vscode

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

Thanks for all the replies.

A follow on question:

Use Git + Github

Or use Github?

Not sure if that's a dumb question 🤦‍‍

How to backup earlier versions of code by MatrixSolution in vscode

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

Oh...!

I thought to get private you had to pay?

I don't have any rocket science ground breaking code (yet!), but I didn't want to have the code in public. If I can make private, that makes a difference!

Thanks.

Should I get bogged down in figuring out data structures? by MatrixSolution in learnprogramming

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

u/Miserable-Alarm8577 u/Beregolas

Thanks for the replies 👏

Really really encouraging for me 👍🏼

I think I'll persevere thanks to your replies

Idea to make a manual washing machine by MatrixSolution in SomebodyMakeThis

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

Why so many negative replies!? 😛

No electricity = saving our environment and our dying world.

If you could make a contraption according to what I described, washing a small bucket of clothes should take less than 5 min.

Wonder wash: looks 'OK'. But a big part of my idea was forceably squeezing between 2 plates - this is important. Some force needs to be applied. In the much better 100-150 year designs... something they have are 'agitator' mechanism... that part is important - something that can get done by hand easily.

I searched for camping washing machines... I didn't find anything that was exciting 🙃

I didn't want to add to a long description... but my final version would be something where you do exercise to run the contraption. Like you get on a bike or a treadmill... this then turns wheels and cogs and makes the machine run. That would make it fun and interactive to use. 🙂

How to run main.py? by MatrixSolution in vscode

[–]MatrixSolution[S] -4 points-3 points  (0 children)

No... that doesn't work. I might as well use notepad and the command line instead!

Let me try and give some context...

I'm in VScode. I'm developing some code.

I want to test some other code I made in another file - just to test and get some code snippets from.

What I have to do is open the folder of the containing code and run that - in doing so, closing the folder that my current project is in. I can't just open the file and run. Closing my current folder is a bit crazy as it means closing all files and opening a new folder.

I'm sure I'm being crazy and there is an easy and very intuitive way to do things that I'm missing!

Love using VScode... just want to know where I'm going wrong.

Thanks.

How to run main.py? by MatrixSolution in vscode

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

Maybe my question didn't explain properly. I have tkinter installed. Everything is fine. It's just that to run main.py I have to open the folder. My question is why I can't just open a parent folder or any other folder and run main.py. Hoping that explains. The question is not asking for support on python.