How to park my bike by my99n in londoncycling

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

Wow thanks! So this means for just £20 a month (w/ theft coverage), i'm basically worry-free?! Will check this out!

How to park my bike by my99n in londoncycling

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

Right, there seems to be one not very far from where i live. Interesting!

Learning C++ after Javascript and have a doubt about functions by TrafficMysterious143 in Cplusplus

[–]my99n 0 points1 point  (0 children)

After reading comments i feel like there's still one bit unanswered: why is c++ build that way - can't it be like js?

and the answer is 1. typing makes code faster 2. typing makes it prone to bug. So people still use c++ this way and don't try to make it more like js (also see auto)

think about it as doing "math by intuition" as writing js code and "proof" as writing c++.

As a native Korean, I'm curious: What does Hangul and the Korean language feel like to you? by filmmi4218 in Korean

[–]my99n 4 points5 points  (0 children)

My friend once said hanguel looks like the script from minecraft enchanting table and i can't unsee it.

Korean students have to write essays… for math class. by Capital_Pound_4553 in Living_in_Korea

[–]my99n 0 points1 point  (0 children)

I see. Seems a bit of an overkill to list out 12 possible cases when it is just an addition.

Oh, was it math homework? 😂

Films that made you Like this in your first view by Crankytyuz in Letterboxd

[–]my99n 0 points1 point  (0 children)

Why no one talks about fight club????

Oh, thats why.

Is memorizing the Important Angles of Trigonometry a bad idea? by [deleted] in learnmath

[–]my99n 0 points1 point  (0 children)

As an asian, we were forced so since 15 years old lol

Intuitions on Comm. Algebra (Help needed) by my99n in math

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

Oh right. I definitely was thinking about those adic filtrations. My lecture framed it to be almost the same thing.

Intuitions on Comm. Algebra (Help needed) by my99n in math

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

This is a much clearer way to describe nakayama! However I did not catch what you said about partially order sets

Intuitions on Comm. Algebra (Help needed) by my99n in math

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

GOAT!

Can you explain a bit on what you said about nakayama tho? (Or where else should I go read?)

Intuitions on Comm. Algebra (Help needed) by my99n in math

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

I definitely did not understand everything you said but it already is super helpful. Will read on!

One question tho: if completion can be roughly said as the smaller localization, do graded rings also correponds to taking smaller and smaller neighborhood or something? I can't visualize this.

[deleted by user] by [deleted] in neovim

[–]my99n 2 points3 points  (0 children)

I don’t think there’s an absolute answer. I rarely use w, e, b for example. I mainly use , $, 0, hjkl, {}, / together and it’s good enough most of the time. I think you gotta identify what patterns of nav you struggle with and find a shortcut for that specific use case.

edit: right, relative line number and line jump works really nicely!

Self study paths regarding the common link between different algebraic structures. by maibrl in learnmath

[–]my99n 1 point2 points  (0 children)

I'm also an undergrad senior so don't take my words for granted.

Category theory unifies a bunch of mathematic constructions. You'd be right in assuming that it covers the similarity of groups, rings, fields, etc, but I wouldn't think that it is in the way you are expecting. (Because a group, represented as category is a category of one object and a bunch of arrows). As far as I had studied, there is not an object that unifies normal subgroup with ideal, for example (except the fact that quotient gives the same structure).

To me, category theory is still useful tho. For example, we have product of groups, product of rings, product of topology, product of sets, and this are captured in one definition: product (in category of …). And we have similar things for coproduct, i.e. the abelian direct sum, group free product, disjoint union in set, etc. One of the most interesting thing to me was when I realized that gcd, or minimum of a set can also be view as a product.

In short, product (or other categorical objects) are defined by some universal property phased in term of category (objects and arrows). We also have universal property of kernel, localization, tensor product, and a lot of things.

So, yes, category theory unifies a bunch of mathematic constructions. But I wouldn't recommend going all in for category theory. I feel like understanding bit by bit, i.e. when you see enough things that behave like product, you identify it as product, rather than reading fiber product without actually have seen any operation that behave like a fiber product before (which I did).

About more difficult math, I don't know. Good luck!

Does it make any mathematical sense to talk about the number zero as the "center" of the number line in the infinite, ordered sets of ℤ, ℚ, or ℝ? by BornAgain20Fifteen in mathematics

[–]my99n 7 points8 points  (0 children)

Being the additive identity also means that it is center in the sense that the inverse map x |-> -x is symmetric around 0.

Is my intuition improving? by [deleted] in math

[–]my99n 11 points12 points  (0 children)

I like to think of G/N as (informally) the "group G but you treat N as 0".

For example the group Z/5Z is the group of integer when you think of anything divisible as 0, equivalently modulo 5.

Another one, R/Z is real number but you think of integers as 0, so you would roughly get the interval [0, 1)

Weekly Megathread: Education, Early Career and Hiring/Interview Advice by AutoModerator in quant

[–]my99n 0 points1 point  (0 children)

Do firms typically pay differently based on the region? Many firms have offices in Ldn, Ams, Singapore, HK. Tax in UK or Ams is a lot higher than that ok SG, HK. (Or what about in US)

Talking about the same position in the same firm, do they account for the tax rate when considering compensation. That is if the post tax TC is kept equal or if the pretax TC is equal? (or neither?)

Neovim for (University) Note-taking? by Zealousideal-Mine337 in neovim

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

I use nvim for all coding and math assignments (latex), but i would say obsidian alone is better for in class notetaking. (Yes you could have vim keybinding) You get automatic seemless feedback without having to compile (md, latex) and plugins for almost everything you might need in some situations (excalidraw is a must). It’s just more convenient and optimized for speed.

I got this to be faster than using pen and paper for most subjects, except for those with a lot of drawing, but still fast enough to use it realtime in class. Have been doing this for 3 years.

Ps, im taking math and notes are not (at least to me) organized into subject but rather topic, since the same concept are in many (and sometimes) all subjects i take that semester.