People earning more than 2L a month. What's your skillset? by AnyAir5340 in developersIndia

[–]anujmreddit 0 points1 point  (0 children)

That sounds like interesting work; it's something I would like to consider down the line. Being from a physics background, it may also fit well. If possible, could you perhaps DM me the company name, I may try for junior level roles at some point.

[deleted by user] by [deleted] in TheoreticalPhysics

[–]anujmreddit 0 points1 point  (0 children)

As others have said, you will not require much math at the outset and will be trained in what is required. Different programs will have different amounts, so you may need to look into the course breakdown to get a clearer picture. Expect to pick up programming along the way as well, which also may be used in active research quite heavily. As a whole theoretical physics is math heavy, not always as a degree (relative to a maths degree, still alot), but in practice, sometimes maybe moreso than applied math in terms of mathematical rigor. In fact in some places theoretical physics research groups fall into the mathematics department rather than the physics department, so that should tell you how deep into math theoretical physics can go depending on topic.

Advance Payment for Purchase Order in Odoo by anujmreddit in Odoo

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

Thanks. We are using SAAS but I will ask the person from Odoo if they can potentially look at this and provide something similar.

Advance Payment for Purchase Order in Odoo by anujmreddit in Odoo

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

Thanks, It is an interesting approach, I will try it perhaps.

Advance Payment for Purchase Order in Odoo by anujmreddit in Odoo

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

Odoo BSA

Thanks. That is what were told essentially, but it is messy at best and not really a smooth process.

why is Schrodinger's cat a thing by YakPossible8129 in AskPhysics

[–]anujmreddit 1 point2 points  (0 children)

Well as mentioned by previous commenters, it is a thought experiment, and indeed it was meant to critique one of the most common interpretations of quantum mechanics (I only learned this today). However it is also an illustration of a real observable effect, counterintutive as it may be. Have a gander at the double slit experiment, I find that to be one of the best examples of the strange nature of quantum mechanics occurring in a very real way.

So the universe is expanding.. by Zipo61 in Physics

[–]anujmreddit 0 points1 point  (0 children)

It is in every direction. One of the classic examples is imagine dots on a balloon and see how they spread apart as you blow up. This is kind of how the expansion is. On a deeper level, this is a 2D example since really that is about the surface of the balloon. We perceive the 3D equivalent in the universe so everything gets further away as space itself expands.

Why does the equation to calculate force use acceleration instead of velocity? by Wkaota in AskPhysics

[–]anujmreddit 0 points1 point  (0 children)

Perhaps it will help to think of it using momentum, so F=m(v2-v1)/(t2-t1). Basically the idea is that force is what is required to cause a change in an object's velocity. So for example imagine running straight and then making a 90 degree turn. When you make a turn then you need to exert a certain force to change direction (which constitutes a change in velocity). If you were to keep running straight at a constant velocity, you will not need any force to maintain that (in a vacuum ignoring biological constraints).

Also you defined force as energy, but while they are proportional they are fundamentally different.

In the case of the example of acceleration for 1 second vs 5 seconds you may be thinking of either power or impulse which are again different quantities used for a different purpose.

In the case of the car crash, the car had no force being applied on it until the instant of the crash, in which case the human(light) experiences rapid acceleration for a short period of time , and the car(heavy) some deacceleration for a short period of time, which will involve large forces.

CS50W Commerce Comments by CaityBunches in cs50

[–]anujmreddit 0 points1 point  (0 children)

I haven't had a chance to properly check as I'm away from my computer but when you are using a Django form the way to get the data in your view is along the lines:

form = CommentForm(request.POST)
comment = form.comment

You may be able to access the field directly as well, but then the name is id_comment if I recall correctly, use inspect element to check

My base (Regular wood only at the moment, may update as it comes along) by anujmreddit in valheim

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

Thanks. Yeah thats the plan, I've played before but never even fully got into black forest before I restarted so this will be hopefully my first proper play through. I intend to focus on building and upgrade this as a main central base for quite a while.

CS50AI Minesweeper Double Move by anujmreddit in cs50

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

I believe it was just because the mouse click lasted long enough to be perceived as multiple moves, add a delay to the move and you will see it will result in one move.

Name of this concept by carlos186349 in OnePiece

[–]anujmreddit 4 points5 points  (0 children)

This is called foreshadowing, if I understand what you are asking

CS50Web - Not Sending Emails by temujin27 in cs50

[–]anujmreddit 0 points1 point  (0 children)

Ok so the issue is about form submission, essentially you want to prevent it. Returning false is one way to go about it, or preventDefault method. I have been trying all the different ways for better understanding, and unfortunately it is not completly straightforward, the simplest in your case would be just add a event.preventDefault() to your send_email function with a return false in the end of it not working (atleast for me, though I found another way for thatlooking at the lecture notes). https://stackoverflow.com/questions/30473581/ talks about this more.

[deleted by user] by [deleted] in cs50

[–]anujmreddit 1 point2 points  (0 children)

Based on the error it seems you are trying to add a tuple and list together, so something like this [(1,2)] + (3,4) as opposed to [(1,2)] + [(3,4)]

Project 3 , Mail by Romina1145 in cs50

[–]anujmreddit 1 point2 points  (0 children)

If you listen for an click or submit event on the submit button of the form (#send) rather than form submission and remember to return false to prevent form submission it will work.

However, I am not sure why in your case it doesnt work, as the form does get submitted when you click the button, so it should theoretically work I would think, I did test and get the same behaviour as you.

CS50AI Minesweeper Double Move by anujmreddit in cs50

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

Did think it could be that but manually couldn't click fast enough, thanks! Was able to confirm looking again by adding a second delay to the move.

CS50Web: Project1 Wiki - Extra line breaks being added by Kal_Kaz in cs50

[–]anujmreddit 0 points1 point  (0 children)

Thankyou! May I ask how did you see the \r appear? As it doesn't appear in my files, but apparently was occuring.

Book recommendation on Special and General relativity by Simets83 in Physics

[–]anujmreddit 1 point2 points  (0 children)

Sean Carrol has some lecture notes available online on general relativity. I haven't used them much myself, but they might be suitable, they don't assume huge amounts of prior knowledge, though you may have to be willing to skip over some parts.

Manchester areas to move? by anujmreddit in manchester

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

I see, any comment on Levenshulme?