#serious-discussion
1 messages · Page 420 of 1
what's dangerous about surfing?
i think youre less likely to get injured surfing but more likely to get severely injured
Nah skating is way more dangerous
Can’t get eaten by a shark skating tho
can you feasibly die on a skateboard without doing something dumb?
drowning
why would you drown though?
what
board breaks, head injury, get too tired, bad cranp
If you go underwater, get smacked with the board
cramp*
Seems like surfing is safer than skating tho for sure
Currents hold you down if you're in a weird place
the latter reasons apply for swimming as well
Ehh
Me?
and the other two are just bad luck
swimmers dont go out into dangerous waves and dont get head injuries
im so mad cause I literally just slept in
the ocean is not the same as a swimming pool
even strong ass swimmers are wary of the ocean
You don't get battered by a giant fiberglass stick when you swim, and you don't have to carry said stick out through the waves for your sport
I guess it depends where you are surfing too right
Can confirm
Anyway, I wouldn't do either of the sports.
huh, how? xD
that i broke my toe while reentering the water bc i kicked a rock
tow
I'm a really strong swimmer, my dad has done rescue diving, we've always said this since people underestimate how much harder it is to swim in the ocean
yeah lots of tourists die that way
Salt is just annoying.
also by underestimating how hard a wave can hit you
"I can swim really well in a pool"
esp if it breaks close to shore
basically my point is swimming in the ocean is probably more dangerous than skating and surfing
Ok yeah try floating as well when you topple off the side of the boat, smack water from 6 feet up, get salt in your sinuses and eyes, and can't tell which way is up, while there's larger waves
but normal swimming isnt even close
Well
I think if you're planning on swimming in the ocean
And you just get out past breaking waves, it's easy
swimming in the ocean without knowing what youre doing**
At least nowhere near as dangerous as like, unplanned swims
Yeah
Skating though
Traffic deaths
yeah
And just hitting your head on concrete
i guess to me
skating close to traffic
is about as dumb as swimming into big waves
the head injuries smashing makes sense tho
A lot of people usually skate around cities ofc
Cycling isn't terrible
i feel like im terrified of killing every cyclist near me while i drive
and im a great driver
You can often keep up with traffic and stay safe
Skating like
If you're going uphill you're not gonna stand a chance
true
And you have much smaller wheels
surfing uphill is hard too
LOL
just pump your hips bro
My bike is a pretty great city commuting bike
Disc brakes, internal hub, belt drive
belt drive?
Super easy, very convenient, minimal servicing
yeah i mean
Yes
You've got belt drive, nice
idk
Instead of a chain
damn
its so easy to be in a cars blind spot on a bike
True Max, but I'm usually pretty aware of that
you need to be a very aware person if you're going to be seriously cycling in cities
Also there's just bike lanes most places where I am
lucky
fiona rides a tank 
yeah the cyclists around me normally do everything right
I bike everywhere I go pretty much
but most drivers suck
No what
i see people just veer into cycling lanes
That's not what the belt drive is LOL
all the time
Yeah it sometimes happens hear
yeah I've almost got hit a bunch riding in Kelowna & Toronto
I usually make sure to let cars pass and assume they're gonna turn right into bike lanes and stuff without them seeing me
never actually been hit though 
cars bad
Check Harley Davidson bikes
Also car engines connected to AC compressor
It's belt drive
lmao
I meant I've never seen a belt on a bicycle
whenever i hear a motorcycle engine
i just refuse to change lanes
lol
until the sound goes away
Yeah it's high maintenance though
Motorcycle is statistically like the least safe one out of all the major travel things IIRC
But I heard it's smooth
No it's not what
youre forgetting about canoes
It's much lower maintenance than a chain LOL
or sorry i think white water river rafts
There's an argument against that
are the real number 1
I don't think white water river rafting is generally a commuter travel method
There isn't? It's just wrong
i think so
Belts just kinda exist for years
Without needing any oiling or tension or cleaning
I should really do paragliding sometime
More fun, more speed and less effort. E-bikes seem like a no-brainer. But not so fast. These innocent little electric bicycles are a lot closer to motorcycles than pedal bikes when it comes to injury rates.
GEAR BREAKDOWN
Cable & Chain Locks : https://frt9.co/0449vc
First Aid Kits : https://frt9.co/93hyyy
Hi-Viz Vests : https://frt9.co/pp8z4r
...
thonk
???????????
I ride a belt drive bike not an e-bike and that's safety not the maintenance
I was talking about this
a lot more fun though
I guess
riding brakeless fixed in cities is probably up there
I think thats the most dangerous way to commute in cities
E-bikes shouldn't really be matching motorcycle speed though
Like most ones I've seen can't get anywhere close to that
e-bikes are bad
e-scooters ftw
That almost seems more like a mini electric moped than a traditional e-bike
those things seem like they're used a few times and then thrown in a river
or a ditch
LOL there's a river in my city and they've fished soooo many out of the river
Yeahh, well keeping up with traffic kinda makes e bikes more appealing, so cycling in traffic sounds a bit dangerous
yeah they had a big parking station for those scooters setup right beside a big pond in Kelowna
The max I've seen ones hit around here is like
predictably it was full of them
any big type theory or dependent types people here
that's one of my interests for sure but I havent managed to invest a bunch of time in it yet 
@compact tartan
OOO 😄

HoTT people are both
@edgy atlas so uh, did you have a question?
no I didn't really haha I'm sorry, I was just wondering (because I'm a CS but I like the math aspects) but ill be sure to ping you in the future if I have an interesting question
And i'll know who to ping also if i have a boring question 😅
ping ultra for boring questions
he's bound to provide an interesting answer
I remember reading it
I don't remember understanding what was being talked about
what was the problem?
um
there are base cases
it depends on what your functor looks like
sure
there doesn't need to be a base case when doing induction either if the functor is as such
(but then the inductive type is empty)
you want to have a close look at how the inductor/coinductor simplify in the sum-of-products case
suppose FX = sum_k G_k X, and suppose I is the initial algebra
it comes with a "constructor" C : FI -> I, which is the same as specifying C_k : G_k I -> I
and a recursor, that corresponds to each FA -> A a map I -> A
again maps FA -> A are in correspondence with tuples of G_k A -> A
if one of G_k is a nonempty constant K, you get something that looks like K -> A
a "base case"
coinduction really doesn't wanna factor in this fashion
coalgebras look like A -> FA
they factor when F is a product
there's uhhh... a name for this I forget
copatterns!
anyway yeah, neither the "coconstructor" I -> FI factors nicely here, nor do coalgebras for the corecursor
oh
that's because cofixpoints are guarded by comatches and not matches
if I is the initial algebra of F, you can show that FI -> I is an isomorphism, and hence there is a map I -> FI
you can interpret this as the non-recursive "pattern match"
similarly for coinductives, you have a map FI -> I, (which can factor in the sum of products case) which looks like a constructor, but it's closer to a "comatch"
coq-style (co)fixpoint definitions are about rewriting code that uses (co)matches into code that uses (co)inductors
so the point of interest here is not that we're matching xs infinitely
but that at every step we yield "stream_eq_cons"
you want the production side to be guarded, not the consumption side
yes, they are infinite proofs
but you can get to any specific part of the proof in a finite number of steps
no
with guarded recursion your assumption is that all values of your inductive type have bounded size
and that the operation of dismantling terminates in a finite number of steps
to do that you make sure you dismantle at least something on every step
coinductives are a little bit different
in that they're concerned with maps A -> I, not I -> A
you want an algorithm that produces a value
producing at least something on every step
the values need not be finite here
you can't induct on coinductives
but you can pattern match
so for every "location" to which you can get with a finite amount of pattern matching, you want the generating algorithm to be able to fill that location in a finite number of steps
for some reason the duality between R^infty and R^omega seems relevant here
a sequence in R^infty has finitely many points, and a functional can be infinite
a sequence in R^omega can be infinite, but a functional can only probe at finitely many points
yeah
stream R versus list R, pretty much
modulo trailing zeros

I guess to make this point more... straightforward
for inductives, your production algorithms have to be finite, and the consumption algorithm can assume that
for coinductives, your consumption algorithm has to be finite, and your production algorithm can assume that
thank you and @compact tartan ! I will read this
You ask a moderator
ahh okay, thanks!
can i just ping the moderator role or is that not allowed?
Don't ping mods for that
someone gave me the tag so thank you moderator 🙂
are you fucking kidding me

^
yknow this isn't even a terrible problem because at least the boundary conditions are like
already in a fourier series
nah all u do is spam fourier and equate coefficients
it's so braindead

intro pde is bad
spherical fourier 
hi i just came here to say screw the physics and aero server no one is helping me.
on god
for like 3 days lmfao
fuck the physics server
i swear whenever i have a math problem HERE
dude wasnt your project due like 20 hours ago
someone actually helps
yeah i asked for a second deadline extension 🤡
and the maths department ignored me
so im just hoping they reply at some point
lmao
thats a yes I think
there are 0 people in the physics server
ah yes i think so too
so it makes sense you didn't get a response
there's just more math homework than physics homework
its trash
someone buried my physics question in the question help channel with some philosophical bullshit
i got banned for interrupting a talk
didnt utter a single word other than sorry and hey can ia sk for help
pog
is the physics server shitty
everyone knows hpysics is much cooler than math
it is moth
but at the same time this serv is way mroe alive than physics
Its been fine whenever i have used it but usually cawabi immediately answers any questions i have
so yea that says something
and ive used it very few times
i am glad that slimvesus agrees with me
rauch's comparison theorem is a top tier theorem
doesn't make any sense tterra sorry
cope

its generalization is probably easier to digest geometrically
What the actual heck is that last line in the main para
I dont know what geodesics or sectional curvature are
What is that symbol even
which one manan
this is so beautful.
The funky K like thing, which looks like ) and < superimposed
trerra
I do not understand the difference between #math-discussion and #discussion channels
slim give me a minute to think
i think i see it
i just want to figure out how to put it into words
discussion can be anything i think
is this geometry u guys talking about
makes sense slim

let me find a piece of paper i havent scribbled on
i want to convince myself with a picture
They intersect
i think your interpretation is good. as curvature increases, you expect geodesics to spread less / be closer together. then jacobi fields would become shorter, since they measure the variation of nearby geodesics (roughly)
hmm
why do we expect this

it feels right to me but i need to think for a moment to actually explain it

i'm tempted to just copypaste the intro to do carmo's rauch chapter
Tterra do you know about

do carmo's RG is fine after chapter 4
also equivalent to locally constant sheaves of complex vector spaces
i know about connections but next to nothing about complex geo
It looks sad
ok the reason i have for bigger curvature -> less geodesic spread actually goes through jacobi fields 
Massive meme

i'm conflicted between trying to put this in my own words and just copypasting do carmo
because the explanation in there is exactly how i think of it
i am currently coping

curvature makes them spread! of course it does, what else could possibly happen?!!?!
What a silly question to even consider for a moment.
also it's late
this concludes my excuses 
do carmo chapter 10 has a very nice paragraph on this
vibe check
i had no idea how to do it beyond comparing coefficients but this is the answer at the back of the book
i figured it out after looking at a solution which uncovered more coefficient comparing which i was not doing
this is garbage
i hate this class
if $J(t)$ is a jacobi field along a geodesic $\gamma(t)$ with $J(0) = 0$, then $$|J(t)| = t - \frac{\mathrm{sec}(\gamma'(0), J'(0))}{6}t^3 + o(t^3)$$ where $o(t^3)/t^3\to 0$ as $t\to 0$
R2T2 ✓
so if you interpret t as capturing how the rays in the tangent space spread, the curvature measures the deviation from that somehow
idk
(to third order)
i agree


but note that this (almost) gives rauch's theorem for small positive t
just cut off the o(t^3)
xd
small positive t
TTerra physicist confirmed
quoting do carmo, "rauch's theorem gives conditions under which this inequality can be extended to all t"

do carmo is the kind of book that starts out 🤢 and just gets better and better
no wonder all those boomers on MSE love it
MSE? mean squared error?
the later chapters in do carmo are literally just
"we will prove this theorem," proves the theorem, exercises

🐱
rg good
wtf do i do after lee
gomez give rec
i was eyeing the comparison geometry book by cheeger and ebin
there's also a more advanced book like petersen
my last paper was geometric, about focal points for geodesic flow on a certain class of manifolds, but we ended up mostly exploiting symplectic geom/structure of the integrable system rather than explicit RG calculations.

have managed to avoid having to get my hands too dirty with with rg calcs
oh you asked for a rec @neat lintel , yeah ergodicity on negatively curved surfaces is a good thing to do.
I know of a nice presentation of it, let me find it.
@neat lintel appendix A
you might find other things in here interesting too.
Gomez desperately attempting to stay hip and relevant to the youths
I only used it for the writeup of ergodicity, which I quite like.
big spider on my wall rn
Oo nice thanks gomez
🐱 👍
Goddamn this looks sexy
yeah its very nice
good morning friends
solved a few PDEs i think for the first time
using separation of variables and some sturm liouville fun
seems neat
i should sleep
have an exam at 2pm on this stuff
pain
wait
you just solved a few PDE's for the first time and you have an exam today on that
whad did you do until now

See our metal is doing something called the "engineer strat"

ty
i think i will do well though these are much nicer problems than from before
and this is the final exam for the class
he made it less points this time
i also already have a very nice score in the class
i have 103, expecting it to go down to a high 90s after that last exam 💀
90 is A
i will make it

Good luck Metal
metal just wait until u see
fourier neural operators
theres no need for analytic solutions.
hi
anyone here who can help me with finance math
who has great knowledge of cryptocurrencies and mathematics
Goodluck!
<@&268886789983436800> this user's doing steam scams through here
Cheers
what happens in the DM's stay in the DM's
oh crap, it's written in Swedish!



insert ORV endorsement here
I pre-ordered the special edition of ORV
It's very exciting
Eeeeeeeeeeee
I'm so excited


Yes?
@sharp mulch plenty of good comments in what demmel sent
ok welll...
uhh
it's so far a lot of word choice changes
lol
but at least that means other stuff was good
yeah i can try to implement these changes now i guess
I'm doing some of them
I've done the abstract and am doing the introduction right now
ok, i won't touch it then for now
i can fix the formula thing, the last comment
that was just a typo
Are there any changes you did not implement besides the last one?
I didn't touch 2.2 or 3.1
haha yeah man.
hi
Hi
hi (i think anyone needs to upload animated catwave emoji)

this is displeasing

that is cursed.
this is still better than his talks where he writes on paper and then holds it up to the webcam every so often
@deep mango are you going to finish the parallel bounds before you leave
i'm leaving tomorrow morning
and i haven't packed
so... no
but i'm going to work on things while i'm on the trip
i can't drive, so i'm going to be sitting in a car doing nothing for about 5 days
first priority is pokemon on phone emulator

you're driving from Berkeley to NYC?

you should visit the grand canyon
i've always wanted to go
Other way around
NYC to west coast
Grand Canyon is not along the way
The way is I-80 all the way
why are you driving back 
RYC has stuff stored in Berkeley
also the grand canyon is on the way if you go out of your way

it's worth it
I've been before
probably
It's fun
No

I do digital photography
good

this is what i assumed
I'm not pretentious enough to do film photography
you don't have a film photography personality
Okay, The Place of the Lily that Weeps.

I'm also not good enough at photography to do film photography
Like there are things to be said for getting better results on film
the point of film is that it makes bad photos look good by making them seem grainy and emotional or something idk
But this is not relevant to the vast majority of film photographers
i have negative associations with film photography
I mean like my brother's wedding photos were done on film
You can definitely get very high equality images
My entire family is very serious about photography
good morning friends
i just took my final exam for this ode course
i think i did flawless or near flawlessly
😌
i feel good
Congrats
ty 😌
Hell ya!
The current time for Yohan Wittgenstein is 03:16, 19/06/2021.
well if it's a random exam just answer it randomly
considering how arbitrary the profs can be that might even turn out alright
you have to give an exam
as expected 
good job
you deserve it buddy
❤️ ty
Metal acing Laplace exam
Now Metal is gonna ace Laplace talk
hehe
i wanna attend that live so badly, but its 1:30 am for me, so i cant


yea thats what i can do as well
Not because I won't be awake but because I wanna watch spain vs Poland
Virgin football match vs chad talk on Laplace transforms
Virgin football match all day

im not a sports fan so 
chad talk is what i would go for
I'll just go for omegachad sleep
Mathematicians calling sportspersons virgin
The irony
same lol

sir, who are u calling a mathematician

Lol fine then
Virgo shaming smh....
what?

Omniscient Reader's Viewpoint
New nickname everyday
Each of them is a chapter title, I guess.
sadge dont talk about manhuas
the only translator of this one series I'm reading privated her translations because aggregators were copying them
and the official tls are like 15 chapters behind
so I'll have to wait like 4 months

before I can read the next chapter
Read One piece 
Apparently Jujutsu mangaka is also undergoing health issues
So new chapters might be stalled
I dont really care about that
more authors should take breaks
weekly series burn people out
Fair enough
Imagine being in Odas place
hes been pumping out chapter almost every week for last 23ish yrs
hopefully some other tl picks up the series or she un-privates her translations or I somehow get access to her private discord
or I'll be sad for 4 months


why do i still get emails of people joining the zoom call
if the meeting hasn't officially started
like on zoom i set the time to 4pm
so like
okay ig
lol


I like how the big cat emojis are denoted like matrices
11, 12, 13, 21, 22, 23, 31, 32, 33
instead of the standard 1-8
that's how you know this is a nerdy community









but i am not in the server that has that emote
gotta do some work then, but for the cats, it is worth it

lol
do not trisect the cat
that was not my intention



why did it become trisected?
it adds a space between emojis just delete it
there we go
:sipPepa:
How to get good at math
Wait, I recognize that person
Is it not the guy that’s the quantum physics chair of some of something
He “invented” string theory?
Witten
The God
(Jk)
Is this your first time going outside, Toki? Europe has been like that for quite some time 0.0
yes, he's a weeb
No, it’s been raining and shit in Sweden lol
Of course lol
Should I change my name
Bye I have to go
yes
You should change your profile picture to the real Tinky Winky 0.0
NOOOO RIKKA BEST GIRL
No tinky winky

Ayyyyyyy what da dog doin
its not a dog.
I have to go again, bye!
fight the animal
It is Forest Dog
it's the middle of the night and i don't understand a thing
what don't you understand?
have you tried sleeping
https://youtu.be/UubU3U2C8WM?t=428
what does he refer to when he says "lower curve" and "higher curve", "lower values" and "higher values"?
dont reveal the secret tech tterra
and what's "making an error in sign"?
should this go into math help actually
yes

i can't go to sleeeeep without understanding this
ok i can, it will just claw at my brain
whats this pasta from
is there a symbol for for orthogonal projection of a line?
What a silly question to even consider for a moment.
isnt it just $\mathrm{proj}_L(x)$ or something?
jesse ✓
P is a projection matrix
jesse ✓
P
j
Why is exponentiation used in Gödel numbering? What's the algebraic structure of doing that?
Because of the fundamental theorem of arithmetic
because binary wasn't discovered yet
What, really? Binary representation is more efficient?
sure but it's probably more annoying to write down
ah... google ignores when I try to filter out "binary operation" so results about group symmetry get clobbered.
Guess I'll have to actually read the Dragon Book.
help
you're alright dude
no
it's fine
ssshh
I’m now a turncoat
I’m switching to science and gonna win over math in every way and any way possible
Look, 4 and 7 are fine on their own. They just get into trouble when they are alone together.
3 usually helps them out
I’m gonna try my very hardest to get rid of number 4 and 7 out of the number chart of numbers
21 is going to miss them
What’s 9+10
910

People only talk to you when they want you to clean up their mess.
Well it's nice when things are nice.
And if there are no mods things aren't nice.
So I guess it depends on how much you like things being tidy.
maybe solve it just for yourself?
don't have to tell anybody
you could just

what are the pros/cons of a phd in the usa, where you have a couple years of foundational classes before starting your dissertation? (as opposed to a european course where you start researching straight away)
Well, a phd in the USA doesnt require a masters beforehand.
That's the "foundational classes" part usually.
Many schools even grant a masters after 2 years as part of the program.
A big pro of this is that even if you don't start active research immediately, you can ease into it while taking classes, do reading courses and attend seminars, get to know people, etc. It's a good environment for directing yourself well.
Another pro is that you're funded for what would have been the duration of the masters in europe (so more years of funding in the US)
A con is that you may not be able to get out with anything if things aren't going well. Some schools (mine for example) give you a masters if you leave sometime after the first two years but not every school does this.
I’ve been thinking about this on and off. There’s no super clear answers but if you apply to the right program maybe you get more fortunate with waiving course requirements and stuff. Seems like a headache.
There’s a few foundational formal math courses I haven’t taken to be qualified for a grad program in mathematics. I have not taken any formal analysis course or algebra course that is higher undergrad level I guess you can say.
hmm ok
the thing is, i'm on an undergrad course right now which lasts 4 years and I graduate with a masters
so it seems like the first few years of a usa phd might be a little "wasted"/better spent doing research, rather than studying at a master's level again
Sounds like your in an accelerated bachelors-masters program. If your a quick learner then that shouldn’t be too bad but I tried doing something like that and had a bad time for my Comp Sci degree
it's quite common in the uk to have 4 year undergrad courses which give you a masters degree
It’s a large part of why my student loans are maxed out and I’m basically screwed out of getting into most Grad programs now
I think (some?) American grad schools can waiver your classes subject to clearing some qualification exams.
Yea quals but also I’m not sure if scoring well enough on math GRE has an impact either. Then again math GRE is strictly timed test and if you have disability accommodations, you can’t get that for math GRE like you would for course exams
I mean, I could choose to end my degree after 3 years and graduate with a bachelors, after which i could go straight into a us grad program
I would like to find out if I can take qualifying exams or get course credits for prospects in a mathematics grad degree without worrying about my student loan situation
The answer seems to be no
If you don’t already have a bachelors I would suggest that. Idk why faculty convince students that anybody can get through an accelerated program.
it's not really an accelerated program, most people in my course are staying on for the full 4 years
I’m terrible with stress and multitasking related time management. I cannot do accelerated anything as far as I’m concerned haha. I stressed myself out so much trying to get thru an accelerated program for Comp Sci. I just finished with another bachelors instead
Already had a bachelors in social sciences beforehand at the time
I feel like almost nobody wins if you don’t have your life figured out before it’s time for you to be already prepared for college classes and god forbid knowing what your going to study
Most people (like myself) went to college prematurely. When I mean prematurely I don’t mean younger than most people going to college but on a whim that your doing the right thing not for your own sake but cuz everyone else told you to go to college even tho you didn’t have any idea wtf you wanted to do and had no motivation to prepare properly for it during your grade school years.
I can kinda relate to that
yeah, for sure i agree
I don’t know mniip, you seem like you been well educated compared to me during my younger years
it's slightly better in the us where you can change your major/courses while you're there
if i knew wtf I was doing, my situation would've been so much better
I am still playing a lot of serious catch-up if I want to be a mathematician lol
there was a lot of stress as a consequence of me not preparing appropriately for uni admissions
because in the uk (and europe?) you apply for a specific subject and that's all you do for 3/4 years
can be really hard if you pick the wrong thing
and then there was this 3 year hiatus where I was trying to figure out why I'm doing it
I think part of it might be because for most people job prospects might be a careful balancing act, and they are motivated because they don't have a lot of options
and I was like "nah I'm smart I'll wing it"
Yea well I’m ina situation where I wasted my opportunity to get the right course credits when I still had student loan eligibility. I’m kinda screwed now unless maybe if I audit a bunch of classes and get letters from those professors that I know the material or something? Seems like a pipe dream. How do you take courses and or get prerequisite course credits toward qualifying for a grad degree program if you can’t afford them and they are required in order to get admitted to the grad program of your choice?
Seems like all I can really do right now with math is just pursue it recreationally for the most part outside of tutoring and maybe substitute teaching or summer schooling
I don’t necessarily have a problem with this but I have some concerns for financial stability
You can get accommodations for the gre but it’s a bit of a hassle
Kinda don’t like thinking about finances too much cause you never win in that thought process. It’s always a damned if you do or damned if you don’t kind of situation
If only I could work a job I didn’t care about that actually took effort. I tried that and it was a bad time
Well that helps but it’s too late now for me probably haha
Also the math gre will not be getting you out of any classes
Exactly mate
It’s always something
Put all that effort into scoring decently enough on math GRE, just to find out you still need to take those undergrad analysis and algebra courses and you probably have to pay to take those classes yourself
Wdym by nobody wins?
If by win you mean get into a phd program that just isnt true at all.
Most of my friends started as CS and switched
Coming in and knowing you want to study math and knowing what you need/do to take to get into grad school helps a ton
You are never paying to take classes during a PhD program
But most people didnt know that stuff.
No I mean how can you get into a PhD program for a major that you still have to take core prereq classes for?
Unless you can just take quals to go right into your grad core courses
That’s in line with my thinking haha
Why should people care if you figure out what to do
But like other PhD programs are more unforgiving are they not?
Maybe math PhD is different standards
youre not supposed to be good at multitasking
nobody is
I’m just genuinely bad at it
And that’s not true
I’ve met several people that are just optimal multitaskers
But I guess mainly I’m also bad at working under pressure and expected to do some serious problem solving that isn’t math related
Mainly cuz of lack of motivation
I mean a lot of people can handle working under reasonable amount of pressure and not cave in on themselves into burn out is what I really mean to say when most of the time I’m referring to multitasking but usually that’s not the same thing
I just don’t perform well if I’m not interested in the work
Reason I’m not working full time rn
The benefit of the class is that the grade in the class is evidence of your skill
Rather than just walking up to the grad program and being like hey guys I swear I know soooo much math
I will do that for grad school too
Not even going to show them my transcript
Or degee
Lmao
just demand they let mei n
based

I would be like "lemme see" but tbf I kinda flexed on Madison in the app and got accepted so
How flexible are unis willing to be, to be able to assess candidates who don't meet formal criteria?
I have no idea, it's not a common situation for sure
And it's difficult because they are throwing money at you so they wanna be sure
Fair enough

Using that emote basically guarantees admission
🌮
No
using
or
should
What grades do grad schools generally expect me to have? Due to the pandemic what was once a solid 4.00 has gone down to a 3.50, and I'm afraid that that will hurt me when I apply to grad school.
(I was considering whether to ask here or in a questions channel; I can delete here and ask there if that's more appropriate)
Here is fine
That depends on what your target is for a grad school
Yea I’m down for taking the classes or even auditing. Somehow getting the credits at some point is what I would like if possible without worrying too much about finances.
A fully funded PhD program somewhere.
3.5 is gonna hurt at the top
If you're looking for top 20 programs a 3.5 will probably matter unless your other app materials are super shmancy
In general it's still workable, especially given the pandemic
wow so many roles 

Is that 3.5 much overall GPA or math GPA?
Lmao my GPA was hardly approaching 3.0
If you're looking to get into a funded phd program somewhere, then you just need to be looking for the right places that are a good fit for your research interests and academic style.
I wish I went to school when I had my shit together
Overall. I think my math GPA is about 3.6 or so. (I also have like 2 more years to bring it up, which I intend to do)
And I guess the next question is, how do I even begin to research programs? I'm really into algebra and number theory, but a google search for "good algebra PhD programs" or "good number theory PhD programs" returns ivies and MIT and things of that caliber, which I might apply to one or two as a stretch but that's not what I'll be applying to in general.
Ask a professor you are close with and knows your interests where to apply
Talk to professors who you plan to ask for recs. Or grad students that were your tas.
Look on arxiv for papers you are interested in and see where the authors are located
I got A- in calc II and diffeq, I got B+ in multi and I got B in number theory (when I was the only sophomore in the class)
The rest of my math grades were either A or A+
Lol
Yeah then this is fine
Also idk if you're looking at this but look at mathprograms.org for research programs, usually summer research has applications in jan/feb.
I was rejected from every REU I applied to for this summer
So is basically everyone the first time around
The rumour I heard is that lots of professors were just re-accepting the people they accepted last year
Yeah
And last year was just the summer after my freshman year when I didn't really have enough to apply to anything
I'm a bit strapped for cash.
Ok well yeah no one gets reus after freshman year lol
Maybe a few people
Actually my friend did but that was an anomaly
This summer I'll be reading by myself about Galois theory and maybe something else
I finished sophomore year recently

Lol same I never got into reus
Across all the application cycles I did
#serious-discussion = #grad-school
Honestly a dedicated #admissions channel or something might be useful
I got into 1 of 14 REUs I applied to in sophomore year, and then in junior year the first 3 I applied to I got into all of them immediately lol, so I wouldn't stress about one bad year.
I only applied to like 5 or 6. I'll put way more effort into it this upcoming year.
In the last staff summary from a bit more than a month ago it mentioned something about an opt-in system
This has not happened yet
You can also do research with a professor at your school, you dont need to do an "official" REU 
They werent top quality REUs but the only top quality REUs are combinatorics and number theory shit
My advisor is also telling me to apply to the Budapest Semester program and that that will help a lot, so I'll do that, and my algebra professor and my number theory professor suggested I try the Putnam.
My school really only does undergrad math research via the REU; it's a small department.
Rip
What are other things that help applications?
Good letters
weed
Write good statements
I'm working on building relations with some of my favourite professors so that I get good letters.
Is there a maximum number of letters? I think I can get good letters from possibly up to four professors right now, and I still have two years of undergrad left.
Schools generally want 3 letters
make sure that your gpa is a baby
@velvet dagger what is your advise for someone interested in graduate mathematics program who both lacks formal credit requirements currently and didn’t have the greatest graduating GPA shy from a 3.0
i am go to harvards
How many reading courses should I do a semester?
Yeah I mean, have realistic expectations, and get rec letters, have projects to show
I have nothing planned this upcoming semester and I might try to do one the subsequent semester.
Of the 15 schools I applied to, here are the # of letters they required/ max accepted
(I mean, I have real analysis and an advanced/applied linear alg course planned this semester, but no reading courses)
I blew that opportunity too
Yea that’s my plan
where tf does one get 3 letters 
From 3 professors
talking to ur professors
you have to go to class to do this mniip so i see why it could be confusing to you
And then the last one was whatever

Oh I did, I got an A+
look, classes are conducted differently here
Yeah topo isn't offered next semester unfortunately
I tried doing an accelerated program for my comp sci degree that I maxed student loans for
self learn
So I didn’t end up getting a masters for that, I have a social sciences Bachelors of Arts and a bachelors of science in comp sci
Honestly I've heard this from a bunch of people. My school only offers point set as a class though so it would have to be a reading course.
Trust me I would totally do a math masters if given the chance
I just don’t think it’s gona be that simple for me
just cyberbully a professor into it
see if you can get it added on ur transcript or something idk
liberal arts schools are sometimes cool with things like that right
(I go to a small liberal arts school that focuses heavily on undergrad instruction, so there's no grad programs here)
Worth a shot
Point set is so borked
A friend and I are trying to get the department to offer more algebra classes for us before we graduate
i had a 3.8 gpa and did undegraduate research but didnt get in monkaS























