Why is the title so generic? It seems the subtitle is the real title…
Modern Mathematics (Pre-Print) Cutting-edge math for today's coder
11–16 of 16 posts
Re: Modern Mathematics (Pre-Print) Cutting-edge math for today's coder
#12Re: Modern Mathematics (Pre-Print) Cutting-edge math for today's coder
#13Why is the title so generic? It seems the subtitle is the real title…
Yes, the title is comically non-specific. It is also mildly misleading: the table of contents/abstract mention boolean logic (after John Boole, 1815–1864), set theory (Georg Cantor, 1845–1918), Curry-Howard correspondence (middle 20th century), etc. It does say "This book is not for mathematicians" — or the nit-picking historians of mathematics I imagine... Plus one should not judge a book by its cover or anything wr…
Why not? The cover and that things that go on it are as much a part of the book as any other page.
This saying is so outdated and comes from a time when all book covers were essentially the same.
Re: Modern Mathematics (Pre-Print) Cutting-edge math for today's coder
#14Earlier quoted context omitted.
Yes, the title is comically non-specific. It is also mildly misleading: the table of contents/abstract mention boolean logic (after John Boole, 1815–1864), set theory (Georg Cantor, 1845–1918), Curry-Howard correspondence (middle 20th century), etc. It does say "This book is not for mathematicians" — or the nit-picking historians of mathematics I imagine... Plus one should not judge a book by its cover or anything wr…
> Plus one should not judge a book by its cover Why not? The cover and that things that go on it are as much a part of the book as any other page. This saying is so outdated and comes from a time when all book covers were essentially the same.
> The cover and that things that go on it are as much a part of the book as any other page.
Indeed, and a book should not be judged by any single page alone. Not the cover, nor page 39.
> This saying is so outdated and comes from a time when all book covers were essentially the same.
If all covers were the same, there would be no temptation to judge the book by it, and thus no reason to invent a saying cautioning against it, so I doubt this history.
Re: Modern Mathematics (Pre-Print) Cutting-edge math for today's coder
#15One can argue that today’s coder needs to understand how code-generating LLMs work. Which means learning a bit of linear algebra, calculus, and probability/stats.
Not sure I agree. "A bit of linear algebra, calculus and probability/stats" would make you better equipped at leveraging LLM? Or do you mean that having "a bit" of those you would be able to implement/train you own custom LLM to write code for you?
Re: Modern Mathematics (Pre-Print) Cutting-edge math for today's coder
#16Earlier quoted context omitted.
Not sure I agree. "A bit of linear algebra, calculus and probability/stats" would make you better equipped at leveraging LLM? Or do you mean that having "a bit" of those you would be able to implement/train you own custom LLM to write code for you?
I just meant that if you want to understand the tools you use as a SWE you will need to learn the relevant math to understand LLMs. Not sure if that would help with “leveraging”. Similar to any practical benefits of learning something like lambda calculus.
Just like the majority of MS Word users do not need to know that the paragraphs are internally represented as XML encapsulated in tags.
You seem to conflate the idea of "building models from scratch" together with "using a model created by others to do meaningful work.
We are discussing "tools" here, you do not need to know much about physics or metallurgy or woodworking to use a hammer. And hammer users will outnumber hammer makers by various orders of magnitude.
Same applies to LLMs, IMHO.