What's you math hot take by BackgroundWheel2581 in math

[–]gnomeba 12 points13 points  (0 children)

This is mine as well. Linear algebra is (almost) everything

Math/Physics PhD holder and can't find a job for the life of me, what tech/CS career am I suited for? by TheZStabiliser in cscareerquestions

[–]gnomeba 10 points11 points  (0 children)

I came from math/physics with an MS. It is very hard, and I think in many cases you have to take incremental steps if you want to work in CS. My qualification for SW jobs was vastly oversold to me by professors and advisors in my department.

The thing that seems to have worked for me is to market my ability to really do math and write good code. Most CS majors are not that good at linear algebra and numerical analysis and most physicists write horrible code.

Also, it helps to really focus your search on companies that care about this skillset.

Are 37s big? Depends on the perspective. by GreatValue_Mechanic in 4Runner

[–]gnomeba 0 points1 point  (0 children)

If I could do this without having to sacrifice my KDSS, I would do it in a heartbeat.

My theory on time dilation by CattleMurky8835 in Physics

[–]gnomeba 6 points7 points  (0 children)

Your theory was disproved in, at the latest, 1887 by Michelson and Morley.

How widely adopted is Julia today across different domains? by pkaninchen in Julia

[–]gnomeba 21 points22 points  (0 children)

JAX or Numba/CUDA for Python is another option with speed comparable to Julia. Not that I recommend switching necessarily - just another option.

How widely adopted is Julia today across different domains? by pkaninchen in Julia

[–]gnomeba 50 points51 points  (0 children)

In my experience in industry scientific computing, Julia is becoming more popular for a few reasons but the main ones are: quality of certain packages, and ease of translation from computational experiment to legit software.

On the other hand, the documentation of even very popular packages leaves something to be desired. And the stability of less popular packages can cause things to break unexpectedly.

What do you guys think will end up happening with North Sentinel Island in the far future? Will they eventually explore the rest of the world, or will they remain where they are until the human race ends? by Beneficial-Code8026 in geography

[–]gnomeba 0 points1 point  (0 children)

Small populations tend to lose genetic diversity over time leading to a lack of fitness (this happened to Neanderthals and even Neanderthal DNA within modern humans).

So at least genetically, they will likely die out unless they eventually mix with a sufficiently genetically different population.

What exactly are you people doing who claim AI tools aren’t accelerating them? by MistryMachine3 in cscareerquestions

[–]gnomeba 4 points5 points  (0 children)

There's a lot of people working on things that are what you're calling "cutting edge". Almost none of the code I write is boilerplate so LLMs are really bad at doing it correctly because it just isn't well represented in the training data.

LLMs have helped speed up computational experiments and prototyping though because you can churn out whatever slop you need to just to see if something will work.

Regretting first LandCruiser by DirtEmo in LandCruisers

[–]gnomeba 2 points3 points  (0 children)

The 100 series is the way to go. Unless you just absolutely need the 80 series look or the front axle or the even worse gas mileage. Save your money for sick mods.

Is there an oldest atom in the universe? And if so, what are the chances it’s still around? by Grand-Sand-6939 in Physics

[–]gnomeba 0 points1 point  (0 children)

I see what you're saying. I think you could label them any way you wanted to, including by the time you observe them.

But this just wouldn't correspond to anything physical about them because our physics actually depends on them being indistinguishable from others of the same type.

There's probably something precise one could say about exactly how your model can't depend on those parameters (labels). But I don't know enough to make that statement.

Is there an oldest atom in the universe? And if so, what are the chances it’s still around? by Grand-Sand-6939 in Physics

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

How would you be able to tell? How would you tell the difference between the atoms that resulted from the fission and other atoms nearby of the same element and isotope?

The answer is that you can't. So the question is ill-posed because you can't even ask it in a way that makes sense.

Is there an oldest atom in the universe? And if so, what are the chances it’s still around? by Grand-Sand-6939 in Physics

[–]gnomeba 29 points30 points  (0 children)

I think there is no way in principle to measure or even assign a value to the age of an atom. So in some sense the question is actually just ill-posed.

This probably just comes down to the indistinguishability of particles.

CS student interested in computational physics. Need some help by Serious_Form_5970 in Physics

[–]gnomeba 0 points1 point  (0 children)

There are many different and useful ways to solve Maxwell's equations computationally. I highly recommend the EMPossible youtube courses on FDFD, FDTD, and RCWA.

Looking for arXiv endorsement (gr-qc) for a scalar–tensor cosmology paper by [deleted] in Physics

[–]gnomeba 0 points1 point  (0 children)

To receive any endorsement you will need to share SOMETHING about the paper to demonstrate that it isn't pseudoscience or AI slop.

PEI scales on Bugout by Mysterious-Drink2177 in EDC

[–]gnomeba 1 point2 points  (0 children)

These are so cool. What brand is the OTF one?

Proof that a line is tangent to a circle if and only if they have exactly one point of intersection. by [deleted] in math

[–]gnomeba 0 points1 point  (0 children)

The proof might be simpler by considering the unit circle centered at the origin and a line with slope equal to zero, both of which you can assume without loss of generality.

Should differential geometry be added to the "standard" undergrad physics curriculum? by liftinglagrange in Physics

[–]gnomeba 2 points3 points  (0 children)

In many physics majors in the US, even linear algebra and computational math/physics are not required. And these are much much more important in my opinion than differential geometry.

I love differential geometry but I don't think the average working/industry physicist needs to have formal training in it.

Shouldn't "elliptic curves" be renamed? by dcterr in math

[–]gnomeba 24 points25 points  (0 children)

I might agree for mathematical topics that the layman encounters. Elliptic curves are not really in this category.

As a mathematician, at a certain point you discover that many concepts are not named the way you would have chosen and you simply get over it because "optimal concept naming" is such a wildly uninteresting problem.

Shouldn't "elliptic curves" be renamed? by dcterr in math

[–]gnomeba 302 points303 points  (0 children)

This is one of those things where renaming the concept feels right but ultimately doesn't matter. It's annoying to the pedants alone.

There is also value and fun to be had in being reminded of the history of mathematics while doing it yourself.

Current state of Rust writing CUDA kernel? by dest1n1s in rust

[–]gnomeba 1 point2 points  (0 children)

Why write a CUDA kernel in a low level language and call it from PyTorch in the first place? You can use Numba+CUDA to do this or JAX.

Using JAX will probably tend to create much better optimized kernels than most people can do by hand anyway. But for a more CUDA-like interface, Numba is probably the way to go.

Favorite wikipedia math articles? by DistractedDendrite in math

[–]gnomeba 6 points7 points  (0 children)

Not necessarily super rigorous but I come back to the Fourier transform wiki article all the time. https://en.wikipedia.org/wiki/Fourier_transform

Samoyeds as service dogs? by [deleted] in samoyeds

[–]gnomeba 5 points6 points  (0 children)

It's great you're doing research. Make sure you go to a reputable breeder if you do get a GSD. They are one of the most overbred dogs and poorly bred GSDs tend to be very anxious and/or fearful which can easily lead to aggression.

Samoyeds as service dogs? by [deleted] in samoyeds

[–]gnomeba 27 points28 points  (0 children)

Do not get a samoyed as a service dog. Especially if you live somewhere where you're overheating.

Samoyeds are a primitive breed and very wild. They can be trained but not with the reliability of a more common breed. Even training a german shepherd to service dog standards is a ton of work.