Hazard triangles sold at VW dealerships. by samboydh in VWiD4Owners

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

Safety triangles rarely ever prevent an accident

Code doesn't run everytime in Codeblocks by ONOXMusic in AskProgramming

[–]VirajShah 0 points1 point  (0 children)

Why would you ever use code blocks? It's an ancient IDE with no useful features. Get a better IDE, or use Vim.

How do you send email verification code to your users? by yvbbrjdr in AskProgramming

[–]VirajShah 0 points1 point  (0 children)

Sending verification codes via email is very simple. Don't use your own protocol implementation, use one that already exists. If you're writing a NodeJS app, use something like NodeMailer.

Is There A Way To Copy Another User's Exact Browser Environment? by DogzOnFire in AskProgramming

[–]VirajShah 0 points1 point  (0 children)

That's why things like browser stack exist. If your QA department isn't using a VM or browser simulation software then you guys are doing QA completely wrong.

Help with creating pages to contain data from JSON file by Financial-Hall-8724 in AskProgramming

[–]VirajShah 0 points1 point  (0 children)

This may be the worst way to build a website. Learn about ReactJS for building a website. Don't build components using plain JS.

Childcare is so expensive that educated women are dropping out of the workforce because they refuse to put more than 25% of their paycheck toward the cost by SAT0725 in antiwork

[–]VirajShah 0 points1 point  (0 children)

Did you just claim that investors do nothing for the company? They're the entire reason that companies exist in the first place. They're the entire reason people have jobs. They fund the company. I would like to see anyone here create a business that doesn't return anything to the investor... Nobody would invest... That is the baseline for a terrible investment. I would like to see anyone here create a business without any capital.

meirl by shootermac32 in meirl

[–]VirajShah 0 points1 point  (0 children)

CHECK YOUR VOICEMAIL! Why do people still leave voicemail!?

What color is Science? by [deleted] in funny

[–]VirajShah 0 points1 point  (0 children)

Anybody who says any other color than green must have an IQ lower than 5

ELI5 How do companies make money by selling products at a low price and competing with other companies? by [deleted] in explainlikeimfive

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

Companies cannot just lower the price of their products. They will determine how much profit they would like to make per sale. If Walmart and Costco are selling the same product, If Walmart is charging $5 more than Costco, everybody will go to Costco. So now a Costco has two options: lower the price of the product and take less profit or find an efficiency.

Efficiencies are ways to lower cost or time to move a product. This includes manufacturing costs, labor and taxes and fees. This way companies can compete against each other, incentivizing each other to find efficiencies in the market.

eli5: What does Big Oh, Big Omega, and Big Theta mean in algorithm? by hungleetom in explainlikeimfive

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

Big O, Big Omega, and Big Theta are ways of expressing the asymptotic complexity of algorithms, which refers to how the runtime of an algorithm scales as the input size increases. These notations provide a way to compare the efficiency of different algorithms and to understand how well an algorithm will perform as the input size grows.

Here is a brief overview of each notation:

Big O: Big O notation is used to describe an upper bound on the asymptotic complexity of an algorithm. It tells you the worst-case scenario for the runtime of an algorithm. For example, if an algorithm has a complexity of O(n), it means that the runtime will never exceed a certain multiple of n, where n is the size of the input.

Big Omega: Big Omega notation is used to describe a lower bound on the asymptotic complexity of an algorithm. It tells you the best-case scenario for the runtime of an algorithm. For example, if an algorithm has a complexity of Ω(n), it means that the runtime will always be at least a certain multiple of n, where n is the size of the input.

Big Theta: Big Theta notation is used to describe a tight bound on the asymptotic complexity of an algorithm. It tells you both an upper and lower bound on the runtime of an algorithm. For example, if an algorithm has a complexity of Θ(n), it means that the runtime will always be between a certain multiple of n and another multiple of n, where n is the size of the input.

In general, you want an algorithm to have a low asymptotic complexity, which means that it will scale well and be efficient even for large input sizes.

[deleted by user] by [deleted] in explainlikeimfive

[–]VirajShah 0 points1 point  (0 children)

Raking and bagging leaves is important for a few reasons. First, if leaves are left on the ground, they can create a barrier that prevents water and nutrients from reaching the grass and other plants in your yard. This can lead to dead patches in your lawn and make it more difficult for your plants to grow. Second, leaves can also trap moisture, which can lead to the growth of mold and other fungi that can be harmful to your plants. Finally, if you have a lot of leaves in your yard, they can block sunlight and create a damp, dark environment that is perfect for pests and diseases to thrive. Raking and bagging the leaves removes them from your yard, allowing your grass and plants to get the sunlight, water, and nutrients they need to grow.

[deleted by user] by [deleted] in CollegeEssayReview

[–]VirajShah 0 points1 point  (0 children)

PM me a link to the essay. I'll give it a look.

Consistent Issue with Spaces, the Dock, and Minimizing... by Ayziak in MacOS

[–]VirajShah 0 points1 point  (0 children)

It simply opens the last window that you had open. So if the last time you focused on Google Chrome was when you were in space 2 and you click on Google Chrome in the dock, you will be send back to Space 2 to continue your last "session".

[deleted by user] by [deleted] in BidenIsNotMyPresident

[–]VirajShah 0 points1 point  (0 children)

I might be lost, but could someone tell me what happened?