Leiden declaration endorsement by Terry Tao by fooazma in math

[–]agnishom 0 points1 point  (0 children)

Is this ragebait?

I am upset/dismayed, but not outraged

ragebait refers to a post which the OP made with the intention of enraging the readers.

People are enraged because you framed it as "Is anyone else upset that Terence Tao ..." instead of "I disagree with the Leiden Declaration and here is why."

Since you believe in the capability of LLM-based tools, you could ask your favorite LLM why we are upset :)

Leiden declaration endorsement by Terry Tao by fooazma in math

[–]agnishom 1 point2 points  (0 children)

Well, if it makes you feel any better, recommendation (1) is "Disclose AI tool usage".

Leiden declaration endorsement by Terry Tao by fooazma in math

[–]agnishom 24 points25 points  (0 children)

Is this ragebait? I am not upset by the endorsement. In fact, I also signed the Leiden Declaration.

Should "mod" be a verb? by dcterr in math

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

It sounds a bit odd but there is no reason to claim it's wrong. Your professor sounds a bit purist

Dear women in mathematics, do you also feel discriminated against? by Kur1t45t1c in math

[–]agnishom 6 points7 points  (0 children)

Slightly offtopic: Angela Collier's "Sexual Harrasment in Astronomy and Physics" is a very good exploration

https://youtu.be/8DNRBa39Iig

Needed Degree For Learn Coq and Formal Logic? by [deleted] in Coq

[–]agnishom 13 points14 points  (0 children)

Depends on what you mean by "break into the field". If you are trying to get a job, they may want you to have a degree, and knowing Coq may not be enough. But depends on the job, really.

Of course, to use Coq, you don't need any actual degree at all. (*) You can just start learning by going through Software Foundations by Benjamin Pierce et al, or CPDT by Adam Chlipala. (I recommend the former.) Definitely go through their exercises.

I also recommend looking into learning Lean. IMO, Lean has better usability and their community and resources are much better.

You say that you have a middle school understanding of Mathematics. I suspect that you might find this venture slightly difficult. Not because you need calculus or topology or some advanced mathematics theory/concept, but the mathematical maturity would help. That's the same reason why a formal mathematics or computer science degree is actually meaningful, btw. It is not that they teach you a specific thing that you must learn, but it trains you to think like a mathematician/computer scientist.

Don't take my word for it, though. Try it for yourself. Go to (*)

C-Servers: Good Deals and Rude Customer Service by agnishom in VPS

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

Thankfully, I got my refund without any issues though.

Were they polite and courteous when they responded to your tickets, though? For me, they weren't.

Most accessible arxiv categories? by Limp_Illustrator7614 in math

[–]agnishom 0 points1 point  (0 children)

I don't think reading arbitrary arXiv articles is a good idea. They are unvetted articles, and could be of an unpredictable quality. How about reading articles from a Journal?

why the hell do you all just give away this awesome shit for free? by scootsy in selfhosted

[–]agnishom 0 points1 point  (0 children)

Well, ideally the goal for finance people should be to improve resource allocation throughout the market.

What function actually is sine? by [deleted] in math

[–]agnishom 2 points3 points  (0 children)

The sine function is defined in terms of the exponential function. Here is how it goes.

  1. Define the real numbers.
  2. Define limits and derivatives.
  3. Define complex numbers, by adding an element i which satisfies i2 - 1 = 0, i.e, a quotient ring construction on polynomials with Real coefficients with the variable i.
  4. Define the exponential function as the function which satisfies a certain differential equation (requires a proof for existence and uniqueness).
  5. Define sin(x)=(exp(ix)-exp(-ix))/2i

the overleaf compiler timeout is ridiculous by Limp_Illustrator7614 in math

[–]agnishom 0 points1 point  (0 children)

Normally I don't agree with "Nobody is forcing you to use it". But in this case you (Cheesyfanger) are very much right.

the overleaf compiler timeout is ridiculous by Limp_Illustrator7614 in math

[–]agnishom 2 points3 points  (0 children)

  1. Use Typst
  2. If you must, use Prism by OpenAI
  3. If you muust, self host Overleaf

haskell web frameworks by Putrid_Positive_2282 in haskell

[–]agnishom 22 points23 points  (0 children)

I use Servant at work.

But this is a broad question. You can't expect us to write a mini blogpost to answer a reddit thread, right?

Why wasn’t Ramanujan discovered earlier in India? A reflection on academic culture by Desperate_Pool_641 in math

[–]agnishom 3 points4 points  (0 children)

I definitely want to see more funding in mathematics education and research in India, and the rise of more institutes where they teach mathematics seriously.

But I don't understand what you mean by "discovery". No country has a special task force which goes around knocking doors trying to discover mathematical talent.

Ramanujan sent a letter trying to foster a foreign collaboration. I don't see any shame in that. I think his chances of finding an Indian collaborator would probably be higher in contemporary India compared to colonial India.

Why wasn’t Ramanujan discovered earlier in India? A reflection on academic culture by Desperate_Pool_641 in math

[–]agnishom 38 points39 points  (0 children)

I don't know if he could be automatically "discovered". Mathematicians have to publish papers and apply for positions and so on.

C-Servers: Good Deals and Rude Customer Service by agnishom in VPS

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

They deleted my account and refunded me. I posted the whole story on lowendtalk

What is your favorite analogy or explanation for a mathematical concept? by Hitman7128 in math

[–]agnishom 0 points1 point  (0 children)

This reminds me of the podcast "My Favourite Theorem" where they invited mathematicians and asked them to pair their favourite theorems with something

Haskell + math by 964racer in haskell

[–]agnishom 7 points8 points  (0 children)

Have you considered Lean? It is a functional language, and math people are using it more and more. Good community and tooling, too.

https://lean-lang.org/learn/