0 Followers
0 Following
1 Posts

What are some of your unpopular opinions in math? (not about math)

https://sh.itjust.works/post/38217531

What are some of your unpopular opinions in math? (not about math) - sh.itjust.works

For example: I don’t believe in the axiom of choice nor in the continuum hypothesis. Not stuff like “math is useless” or “people hate math because it’s not well taught”, those are opinions about math. I’ll start: exponentiation should be right-associative, which means a^b should mean bb…*b } a times.

What is your favorite math constant that is NOT a real number?

https://sh.itjust.works/post/38216300

What is your favorite math constant that is NOT a real number? - sh.itjust.works

Lemmy

What is the difference between an API, a Library, a Package, and a Framework?

https://sh.itjust.works/post/33789904

What is the difference between an API, a Library, a Package, and a Framework? - sh.itjust.works

I have some familiarity with C++, and concepts like compiling and linking static and dynamic libraries, which is what I understand as collections of code that simplify doing certain things. But then I get confused in certain cases, for example, why is OpenGL considered an API? Why is it necessary to use other libraries like GLAD, freeGLUT or GLFW to interface with OpenGL? And then other languages have this thing called package managers, like pip, node, cargo, and vcpkg for c/c++, where you install these packages that get used like libraries? What’s the difference? Finally the ones I understand the least of are frameworks. I keep hearing the concept of frameworks like Angular for js and a lot of stuff that’s too alien for me because I’m still unfamiliar with web development. So for example, I’m using the raylib library for a small game project I have. I link the .lib or .dll file to my executable file so I know I’m unambiguously using a library. How come there’s also Cocos2dx which is a framework? What’s the distinction?

Closure of exponentiation of real algebraic numbers.

https://sh.itjust.works/post/24507403

Closure of exponentiation of real algebraic numbers. - sh.itjust.works

Given two real, nonzero algebraic numbers a and b, with a > 0 (so that it excludes complex numbers), is there any named subset of the reals S such that (a^b) belongs to S forall a,b? I know it’s not all the reals since there should be countably many a^b’s, since a,b are also countable.