#serious-discussion
1 messages · Page 554 of 1
there are loads of methods for finding rational points on certain curves, and they sometimes work
clearly x=y works.
there's no general method
I know
the answer to my problem is either cos pi b = 1 (cyclic), cos pi b = -1 (dihedral), or cos pi b = +- sqrt2/2 (octahedral)
there are loads of methods for finding rational points on certain curves
Please tell because I can't find any
or something like that anyway
check out Poonen's book on rational points on curves
this is classifying a particular class of finite subgroups of SU(2)
My attention span is very short there is no way im making it through over 2 pages of this
I am very good at problem solving and that kind of mathematics but stuff like this just bores me
I bet I could understand it if I actually read it but man this is not gonna be fun
ah so you don't like to do some actual work to get a result 
If I was just given a bunch of equations and their derivations I would understand but this I just can't do.
no I just like problem solving
a lot of problems in mathematics can be stated in a much more simple way than the way they are solved
I see math as just one big difficult puzzle game
and I really can't stand big blocks of text explaining stuff
puzzle games usually come with game design and in particular a difficulty curve
math is not like that
I know I know I just couldn't find a better analogy with why I like math
because I really do just like the problem solving aspect
figuring things out is basically the only part of math I like, and honestly I thought that's all it was.
ask a question similar to yours about cubics (the question is really rather elementary) and suddenly the entire field of elliptic curve theory and modern cryptography pops up
a lot of math is introducing new abstractions and reformulating the problem in terms of those abstraactions
you might like analysis 
"analysis" has a lot of meanings...
mathematical analysis
what are we analyzing?
hold on im going to have to google the definition of analyze.
Analysis is the branch of mathematics dealing with continuous functions, limits, and related theories, such as differentiation, integration, measure, infinite sequences, series, and analytic functions.These theories are usually studied in the context of real and complex numbers and functions. Analysis evolved from calculus, which involves the el...
yeah thats basically the only part of math I've touched
real analysis is calculus for adults
don't like going out from that
Well I'm not an adult.
damn rip then you're not allowed to touch it
just give me something simpler. I really am just some kid wanting to poke his head in math.
I just got very very close to solving the magic square of squares problem and all I needed was rational points on a quartic curve.
given any rational solution to that I can make a magic square of squares with 6/9 of them a square, or a magic square of squares where all but one diagonal work.
then just a bit of extra work (computer brute force) I could probably lead me to a 7/9 that isn't the one already found.
and from what I've found nobody else is anywhere near where I got in this problem.
this is probably the hardest part lol
Yeah it is
took me like a month or two to get to this point
and that was in September.
I just wanted some methods I could use to make a program to generate possible solutions
thought other people would have some advice or point me to someone who would. Wasn't expecting some random person on discord to solve this unsolved problem.
I wonder if there's a way to write math without words at all. Like some notation that makes it obvious what follows from previous statements
so it's very easy to tell if a proof works
because I really do not like words.
just write ergo every other line
what
well if a paper was just a bunch of equations that followed from each other I would probably understand it but the way they're written out are just so confusing.
formal proof assistants be like
mathematical anal
does anyone have suggestions as to how to create a list of symbols for a latex document? are there some relevant packages or do i just create a separate chapter with a table?
i don't need any hyperlinks, just a list of symbols with their most common meaning as a reference
I've never used it but apparently there are premade packages for this?
On a compact set, ||f||_0 <= d||f||_1 where d is the diameter of the compact set and || ||_0 denotes the norm on H_0 and || ||_1 denotes the norm on H^(0)_1. I cannot see how the diameter of the compact set is a natural bound.
I guess the _0 norm is <f> = int of fg and the _1 norm is <f> = int sum of partial derivatives of f_jg_j
What is up with this formatting
Did they bake in latex support
Wtf
you have to pay taxes if you have an us citizenship even if you dont live there?
I dont think that’s exclusive to the us
Ok basically int of f^2 <= d*int of sum of partial derivatives of f^2 where f is an element of C_0 infinity
On a compact set where d is the diameter
I don’t get this
Is this in R^n?
there are 2
Yeah
us and eritrea
I think my understanding of the definition is wrong because my counterexample was x^some n over the compact interval of like [0,12]
Maybe try to prove for d = 1 and theb make a scaling argument
I think supp f has to be contained in D, the compact set, which is a restriction I hadn’t acknowledged until now
Hmm that doesnt seem right to me, since you can just modify any function slightly to make the supp contained in D without really changing jts integral
I guess you would make the integral of the derivatives larger though… so maybe you do need that.
Yeah wait the easiest counterexample is just the function 1
The LHS is nonzero but the RHS is zero
So yeah maybe you do need some support condition
I think the book defined C_0^infinity(D) as all infinitely differentiable functions with support contained in a subset of D
I feel like the indicator function on D is another counterexample though
Because you’d get m(D) <= d*0
True
Would you be able to help break down the proof in the book?
It’s like 2 steps
I can take a look but ill make no promises
Basically the author claims that since f is 0 on the boundary of D, for all x in D, we can write f(x) = integral from x^b to x of the first partial derivative of f, f1, where x^b is a boundary point with the same x2,x3,….. coordinates as x. Then, an application of Schwarz inequality yields that f^2(x)<= d times int of abs(f1)^2, where d is the diameter of the compact set. Integrating both sides yields the inequality.
I guess I’m confused on how Schwarz implies the diameter thing
Schwarz: |<x,y>|<=norm(x)norm(y)
There are 2 inner products: (f,g)0 = int of fg and (f,g)1 = int of sum of f_jg_j where f,g_j are the jth partial derivatives
Im a little confused by where the squares are happening
You use the schwartz inequality on abs f_1 and 1
Thank you an actual analyst has shown up hahaha
Yes
Then by the schwartz inequality, int f_1 = int f_1 * 1 is bounded by sqrt(int f_1^2) sqrt(int 1^2)
Int 1^2 is the area of the domain
Damn that’s genius
Uhhh
But then somehow you want to say that this is bounded by the diameter.
Oh
Yeah it works
Cause diameter squared is more than area.
This is in R^n, not R^2
Well then it's false
It’s the same idea but component wise
Like this case we did f1, the first partial derivative wrt to x1 coordinate
And then extend all the way out by integrating
Yes but the problem is that sqrt(volume(D)) is the constant
Which is only bounded by d^(n/2). Not by d.
Dont you square both sides
Oh, you do. Good point
Yeah ok
I was being silly
You only integrate along one direction
So the constant you get is "however long D is along that direction"
Which is bounded by d.
Good catch
Thank you guys
Was integrating 1 over the wrong set
i will look at this
but probably i will just make my own table
what do the the stars on the side of exercises in spivak mean? I may or may not have skipped the preface
hard
if you're talking about spivak's calculus, they denote difficult exercises. if you're talking about spivak's calculus on manifolds, they denote exercises that are used later in the text
Anyone with a chronic illness that studies math at the undergraduate/graduate level? How has this affected your performance?
i think that really depends on the chronic illness youre talking ab lol
so would it be a good idea to have a programming language that uses homotopy type theory or variations that use simplicial complexes as primitives
I guess "good" is subjective
i'll take that as a maybe
I can share some stuff if you would like ? Feel free to PM me
I got a scam message
still havent received any in discord
discord is losing this fight
I probably would have fallen for it if the number wasnt weird and I actually paid taxed
what
isee no worries
lol
joy cat
HPLY DUCK
same
Can tell
cN tell*
CKD
It was a scam from someone claiming to be the tax people
ah yes because the irs is gonna contact you on discord
im sorry but if you fall for that you deserve to have your life savings stolen from you
Inb4 the IRS has an official secret discord where they nab all the unsuspecting tax evaders
LMAO
thoughts on using latex for creating your resume?
i wonder if the end result would justify using it
perhaps that could be seen as a more professional alternative
i wrote my CV in latex with a random template i stole somewhere
looks pretty good and its easy to manage two languages in one document
thats awesome :D
is it public enough that i could take a look at it?
im curious what else is possible with the tool
I made mine using moderncv too
The result was certainly more plain than the available templates on Microsoft Word
But I'm too proud to use Word for personal use now
plain in what manner?
boring and lame? or more clean rather
Not as graphic-y I would say?
Depending on the perspective you could call it boring or clean
plain is good
Yeah, I agree
Lmao
im a fan
I looked at my CV again and I think it's aesthetically pleasing kind of plain, not Times New Roman on a white background plain
the coolest thing for me is that i have both german and english version in the same document
and just change a switch to compile what i want

i have this
\newif\ifenglish
%\englishtrue % Show English text only
\englishfalse % will show German text only
and then every part has like
\ifenglish
english version here
\else
non-english here
\fi

and similarly a \selectlanguage in the beginning
That sounds like hell
it probably isnt very clean, yeah
You write the document twice?
Why not write in two files, then do the same thing but \input them instead
How about you comment out the parts you don't need
i write each section twice
i want it all in one file
commenting is a lot of work
More than this?
this way its just commenting/uncommenting one line
Hmm, okay
Nice 😌
I should make a CV in German too
Ich heiße Manan und ich liebe Rammstein
the english one is significantly longer
because i have to explain the german grade system

It's the same ECTS system for all, right?
Why is an explanation for grades needed?
ECTS, yes but the grades are numerical
my bachelor grade is 1.4 for example
which is uh
Ah, so ECTS does not prescribe a standard grading system?
I see 
It's meant to be used across european countries to measure someone's amount of education even if the specifics may vary between countries
but there is a supplement explaining how good it is i guess

Isn't that's how much the standard 3 year undergrad program is supposed to carry?
Or can the amount of credits vary from program to program as well?
ye its standard for 3 years
but i think you can do 4 year undergrad and 1 year masters or something
Oh
bologna allows for this at least
There's a push here for doing 4+1 too, away from the standard 3+2 in most disciplines and institutes
With a view towards a more research inclined last year of undergrad
ye i dont know whats better
i think the idea was just to generate workforce quickly
so the hope was with 3+2, most enter workforce after 3 years
The proposed system here will allow you to exit after the third year with a Bachelors without Hons./Research tag
and i dont think that happened really
so maybe 4+1 is the better choice
applied universities here do 7 semester bachelors
Yeah, I think 3 is too scuffed to achieve anything realistic
with the last semester being focused on industry internship
Nice
Internships are usually thrown in the 5th/6th semester in 3 years programs here
internships here are just optional and nobody tells you about them
you can fight the department to get credit but eh
Must be discipline dependent I guess?
its hard to get something that the department will deem mathematical enough to get university credit
I would expect a few places to have a core credit requirement for an internship
Ah, for mathematics in particular
ye, for more applied subjects its more common
Yeah you don't even need an internship here and will not get any credits even if you do
and germany has "applied universities" (Fachhochschulen) where its usually obligatory

and "normal" universities are more research focused in spirit
so its not really part of the education
Are these applied universities like polytechnic?
a local Fachhochschule has a "Technomathematik" degree
its like applied math and has obligatory internships
i think so
This sounds like a good program honestly
https://en.wikipedia.org/wiki/Fachhochschule if you care
A Fachhochschule (German: [ˈfaxhoːxʃuːlə] (listen); plural Fachhochschulen), abbreviated FH is a university of applied sciences (UAS), in other words a German tertiary education institution that provides vocational education ìn many applied sciences and applied arts, such as engineering, technology, business, architecture, design, and industrial...
Lot of room to create a program that can create industry-useful math people
one of my advisors teaches at a Fachhochschule
in fact he is the only professor in germany who can award doctoral degrees in mathematics while being at a Fachhochschule

ye, this might be my dream career
Teaching at a FH?
do some math(ish) academia for now, then fuck off to industry for a few years and get a teaching position at such a school
Sounds good
they like to have people with some industry experience
which makes sense i guess
if you teach people to work in industry
but the teaching can still be mathematical
like, he teaches comm alg and mathematical logic quite regularly
What is the scope of the Technomathematik course you mentioned? Like would it get into stuff like cryptography too?

That's pretty amazing
ye
did his phd in math/CS, worked in industry for 10-ish years and now does this mostly
with some consulting on the side
seems cool
mentally stimulating but you dont get crushed by academia
it also seems easier to get tenure for now
Are you aware of any German unis that do stuff on the intersection of TCS and logic/foundations?
and i think those schools will get a lot more funding in the future
and maybe replace traditional universities
That makes sense

Does that seem plausible?
What even would be the distinction with regular unis at such a place?
I see
not really, sorry

for CS i would look at TU Darmstadt or Tübingen
but i dont know if they have thereotical research
in germany at least most research funding seems to move into applied and interdisciplinary things
and industry complains about universities not adapting to job market
i.e. not teaching useful skills
and most people going to uni just want a job and not academia
I might just start skewing towards learning some "usable" skills by the time I'm applying for a better pitch, not sure if it's actually accounted for in a masters application though
for now Fachhochschulen have less prestige but honestly its just a matter of time until people realize its the better option often
Makes sense
90% of my CS first semester students complained about their classes
"my boss wont care if i can do this"
and im like "why enroll in a university then?"
Why did first semester students have an industrybrained perspective

seems to be very common
CS=math would make more sense, no?
we also have a game design major fwiw
I was really scared of not getting a job in my first year of uni
its a flexible degree
Now I’m like “unemployed? Meh”
but you do have to work through some math heavy classes to get the degree
"Giovanni-Prodi Visiting Professor" is listed on the areas of research on Würzburg's math website 
honestly thats one of the more interesting things happening here
but wü definitely doesnt have TCS
there is one prof roughly working in this field
Yeah, the scope is still pretty broad it seems
maybe you just have a "first semester students have an industrybrained perspective" brained perspective
get meta'd
Lol jk

maybe I just have a "maybe you just have a "first semester students have an industrybrained perspective" brained perspective
get meta'd" brained perspective

thinking about it, it might also be a germany thing
Stealing your data and selling it to potentially interested large corporations, get Meta'd
uni is free, so why not check out some degree if you dont know what to do after school
in my first degree which wasnt math but still had math classes a friend of mine from school was also in
and he quit week 1 because he didnt want to do math anymore
Lmao
"this is like school, i want to do something practical"
I think this system is really great
which is fair i guess but you couldve known that before
still nothing lost other than maybe a few months time
essentially
wdym essentially?
i pay 140€ per semester
oh wow that's pretty low
It seems to save a ton of money/time that is lost in sunken cost fallacy in more rigid systems
tuition and bus/train ticket
i think its 60€ tuition
and the rest is bus ticket
which is insane value
Germany paying people to enrol in uni when
is that the average cost? is it higher for the best uni's in the country?
some unis have a orientation semester or two now
you dont enroll in a specific major
but can just check out some classes
pretty nice idea honestly
I agree
its more or less like that everywhere
Yeah, definitely
some dont have a bus ticket
but uni is free since uh
2010ish?
students fought for it and won
wow nicee
wait the same applies for international students as well??
I looked it up (not sure if that website was credible so idk if it's accurate)
Yes, seemingly
At least so far I've not seen any uni mention different provisions for international students with regard to cost or benefits
me about to learn german and go to germany 
Even learning German may not be necessary
Many programs at the postgraduate and above level are offered in English (partially, or completely)
Still helpful to learn I guess
oh I meant yk for living there and stuff
I'm not sure if I actually should consider doing that
me getting everyone on this server to move to germany any%

i think international students pay a bit more fwiw
but overall universities seem to try and help international students a lot
german is one of the easier european languages to learn for an english speaker, considering both are germanic, no?

If only
Im only speaking from experience
world record speedrun
Which is just compund words
what-
break it apart and its simple
"Just compound words" is uhhh very non-trivial lmao
but no, german is notoriously difficult to learn
not because of compound words, but other reasons
I'm sure there are nuances to how you can piece them together
yeah, the cases suck
3 grammatical genders, sentence structure can be very weird
Or break them apart in an intended manner
Struggling very, very hard with the sentence structure ngl
just listen to german songs and watch german movies while learning german and you'll pick it up in no time 
well you cant form any new word just by mashing 2 or more old ones, but the ones you can make you can pretty much just mash the words together
AMERIKA IST WUNDERBAR
Again, I feel there are a lot of subtleties that work on a case-by-case basis here, and learning that could be fairly involved
Do you speak german?
Errr does introducing myself in 3 sentences count

I might consider moving to Germany at some point tbh
First off in case things crash and burn for me in the US, in principle I can go to Morocco but if I can have a base of sorts in Europe that might also be a good idea. Germany is the natural candidate
sounds good
And also even if I'm doing well I feel like there are things I like about Germany over the US
I remember I was talking to a friend once and basically, if I decide I want a family, which is moderately likely
I feel like Germany is the best place for that
I've also looked at Japan
As a student, Germany seems to hit all the checkmarks for me (there are programs taught in English, the education and living costs are much more reasonable, and the country/universities are actually keen on having international students)
Can one survive in Japan with just English?
Like at least academically
I'm not familiar with how prevalent the usage is in academic contexts there
https://www.thoughtco.com/german-compound-words-1444618 @devout nacelle The rules are indeed very basic, with only letter insertions between words that come very naturally when you speak the language.
no
100% no
i've been there as an exchange student
at least in my case
speaking only english didn't get me anywhere
Thanks, I'll take a look at it. 
Oooof, that sounds rough
maybe because I'm from a country that isn't liked by japan tho
I guess it could be different for europeans and americans
Did that have an impact even on your academic experience?
I see
I mean I didn't do that well
but the grade was on pass/fail
so it didn't effect it that much
How was the living experience otherwise?
the summer was damn hot
this
gods
also since I am already an introvert and weirdo
im so jealous of ppl who take spanish
i obviously didn't make friends
the work culture was a bit stricter
than my countries
Ah yes a fellow introvert + weirdo
tho the city's design and overal enviroment was much better
If you don't mind revealing, which city were you staying in?
did you turn on the subtitles?
Ah, okay
Lol I bet
how's korea rn?
lmao so basically the same as every other country on earth
the problem is
@flat harbor A fellow Korean
manan is loch from germany?
Yes
people now quit being friends because of political ideologies
@surreal sapphire do unis in germany have dorms that students can stay in?
also the president that was elected 2 months ago has all time lowest approval ratings
that sucks 
most of them, yes
how do you get into these unis?
tbh its kinda similar to how usa is now
you apply i assume 

i dont know the international student process
WHY PING
i signed up a week before classes started
what was the process for you?
i had to send them my highschool diploma thing
@devout nacelle ill eat u
oh
did you go to gynmasium
I see
yes
whats the difference between taht and high school
also what exactly is a gymnasium?
the german school system is weird
apparently einstien went to one
so loch = einstein by the transitive property
you and me are not so different, einstein
did you go oberstufe afterwards?
i thought it was separate like 6th form
but now its also 13
nvm
mfw there's 13th grade in germany 
i've heard that theres a high school for students who intend to get a job after graduating
whats that called
right after high school?
bruh
you barely learn anything in school how tf are they gonna get a job
technikum in old poland, don't know about germany. But maybe like technical college or something
in germany you legally arent allowed to be a NEET until you are 18
there are many people who get jobs right after high school
pings u
trade school maybe?
sure if you taught yourself stuff on your own while in school
there are unspeakable acts i would do to you and just you
what degree did you get?
even if I enjoy math the whole thought of getting the job discourages me
I'm currently a junior college student
then go into research 
Wait a minute where are you from
the thing is
korea
graduate school in my country is
not good?
infamous for being cruel and abusive
many professors think students as slaves or atm machines
then in some other country?
thats what I'm currently wanting to do
Probability can get very pure from what I've heard
applied ones I mean
measure theory be like
black scholes comes to mind
Get da big money
Yeah I heard meaure theory was linked to probability
Also how difficult is stochastic calculus?
I've heard that its the most difficult course that an undergraduate could take
math major in korea you say
yep
run away
굶어죽는다
컴공 아직 안늦었어
do fp or smth
blo you're from korea?
lots of open positions there
what does fp stand for?
unfortunately
lmao
yep unfortunately
functional programming
military sucks
oh
oh right I heard all korean men have to do military service or something for a year?
2 years
yikes
its the worst part of living in korea as a man
well at least you now know how to shoot a gun
and nope military does not 'man' you up
it actually turns you more of a coward
and makes you surrender to authority
what kinda stuff do you have to do there?
u can look that shit up on google
some routine 'drills'
after that they make you work
like they make you shovel of the snow during winter
even while snowing
labour extortion
damn that sucks
Same in my country 
"jesul"
where's that?
still a quarter of minimum wage
wtf? how is that legal?
nearby
also it only has been like 30 years since korea was freed from brutal dictatorship
so its remnants are still there
I mean I'm prob gonna learn the language of a country if I move there
ah damn
@surreal sapphire can confirm that my accent in German is perfect
I don't know why people from my country are so cruel to each other
So if I learn the language nobody will know that I'm not German
I think they will notice by your accent
you seem pretty good with languages so there is that
crabs in a bucket
i once thought you were russian for a whole semester
Okay my Russian accent when speaking English is like
Super convincing
I can do 3 accents
Southern, NY, and Russian
I feel like I can do a decent russian accent
Not as good as mine but probably
same for southern (maybe) 
Southern mine is more questionable
Wanna try it out in voice rn?
Loch and Manan will be the arbiters

I guess off topic is occupied so math even though this isn't math
But yeah nah I was joking about how one time I was in voice and Manan and I were trying to pronounce a German word
And I think my pronunciation was like
Not the worst?
probably
Nerd
rude...
Wew get on voice so I can pain you with my absolutely butchered British accent
It'll be the worst thing you've ever heard
Smh Wew
one sec I'm eating chicken
Oh okay
wew eating live chickens 
yeah I caught this snack in the isles of tescos
brown truffle on the sidewalk do be bussin
holup
ewww
everything is ewww for you huh 
meow
😭
wew now is ur chance
oh it's valley
i will eat a chicken
@fervent pebble did I introduce you to our lord and saviour
DarQ
✨✨✨✨
Chicken is delicious
Fish is where it’s at.
I love chicken and I love fish but I will chose fish over chicken any day. At the same time I easily get sick of fish faster than I do for chicken.
Salmon.... 
Yeah but why no eat milka
Ah
Off of sea bass ravioli with shrimp sauce
But the not as good kind
But I couldn't help it
So I ordered a tiramisu anyway
And then I struggled through it
Guess what else I had today
Squid ink risotto
Ryc you eat some weird shit
Eat more hummus
Ewwwww
30 euros
It’s a whole fucking shrimp
That’s fucking vile
You dissect it
Omg ryc I’m gonna be sick
Learn to eat haute cuisine
That’s a fucking INSECT ryc
The squid ink stained my lips
Oh you eat insects right
It took a while of using the napkin and water
Can’t kiss like that
To get it off
Well its gone now
Hey people make lipstick marks with kisses
💋
Anyway
I will never have squid ink pasta again
But it was great to try it
Pretty good but very weird
And also like
It made me feel pretty weird afterwards, like slightly intoxicated
Which im assuming is the body's response to consuming poison
Probably
Go back to the US and have some normal food. Like pizza and pasta and hummus and Sabich and shakshuka please
I will have noodles from my favorite noodle place
Nude-les
yeah he's with you slurp
Need a big juicy burg
Which you don’t even do
Ew
He’s with yo mama
ryc there's an incredible place in rome that does burgers
I get normal pasta sometimes
Staining her cheeks with squid ink
Uh huh sure
meow
are you ally or darq
Lol I hear US food regulations are scarily lax in comparison to Europe in terms of what chemicals you can put in food
To be fair, that's not just US. All of non-EU countries have crazy food scandals.
Yea true
And it's not like EU is perfect. The meat and agriculture industry in EU employ a lot of migrant workers as modern day slaves.
There was a lot of reports during corona, because they live in small quarters.
And documentaries too.
But police did nothing. It's still going on. Disgusting. All countries have their issues.
I saw that the ordered pair (a, b) can be defined to be {a, {a, b}}. can someone explain to me how that makes sense?
{a, b} = {b, a} but {a, {a, b}} isn't equal to {b, {b, a}}
which part doesn't make sense
we need a way to identify which elements come "first"
mhm
and
idk that seems like the natural choice to me 
make the 2nd element in a set within a set
it's just one of many constructions that work
after some googling I found (a, b) = {{{a}, {}}, {{b}}}
ok here's a good justification
we want a set representation that preserves the main property of ordered pairs, (a,b) = (c,d) <=> a = c and b = d
I agree
so taking {a, {a,b}} and {c, {c, d}} to be the set representation, "{a, b}" could be equal to "{c, d}" if a = d, b = c which we don't want, so we force a = c by including them as their own elements in the set
so overall we have that the two set representations are equal if and only if a = c and b = d
now I'm trying to think why {a, {b}} doesn't work 
lmao
(╯°□°)╯︵ ┻━┻
(╯°□°)╯︵ ┻━┻
under this definition, ({{}}, {{}}) = ({{{}}}, {})
Maybe?
I think that checks out
yeah
yeah, ordered pair definitions are pretty arbitrary though
Do you think I been helping out as like to be helpful and is fun in doing this
Wait can you rephrase the question, I'm not quite understanding
Sorry I meant I been trying to help people out with their math homework and wondered from what you seen me doing if I am going in the right direction
ohh
I haven't been paying attention I'm sorry :(
what channels are you doing it in?
I find richard borcherds' youtube channel quite funny
first of all, the channel name
Richard E. BORCHERDS
secondly, the thumbnails
just that they're all off center and low effort makes it funny
and thirdly, the channel banner
just random numbers in random sizes just thrown around
the actual content is good and I'm not dissing him or anything
just funny
as long as you're helping, that's great :)
Thanks
People like you are smart
Have a friend who is doing masters and so is nice to refer to them
You are smart too!
Thanks
why arent I allowed to prove up to minor flaws
god heegner numbers are so cool
every time i try readin about the j invariant my eyes glaze over
okay the almost integer stuff with Heegner numbers is like
really boring tbh
but otherwise this stuff rocks 
Should I google or do you want to tell us
My calc 2 prof is killing me right now we covered polar and parametric in 2 days and now he plans to finish sequences and series in 3 I feel like I'm barely even learning any of this
He also cut an hour of today's lecture because when he originally streamed it a few years ago his internet cut out 💀
Sounds like summer school 😂
Yep the pacing was pretty good till now guess we're paying for it now lol
Well if I end up needing to calculate them again I'll just have to relearn them probably
Yeah I remember I had a buddy who use to take all the “bs” courses like arts requirements during the summer. Later I found out why… you blow through them (and they’re ‘easy’ anyway), leaving more time for core courses during the semesters proper
I only did calc 2 to get a jumpstart on research
So like I watched a movie each day with some notes and then studied ode all day the rest of the day lol 
I failed a summer film studies course in community college it was so hard
3 papers that was your whole grade
Mine was super easy
It was this old lady that basically just made you write some notes and do a couple quizzes
The lectures were basically just watching famous movies
Sometimes the instructor makes it difficult in artificial ways if the course gets an “easy” reputation
Yeah, true.
I've noticed with old tenured arts professord teaching the non-major intensive stuff they sometimes don't care much.
I feel like calc 2 (at least my course) is artificially difficult in some ways
I think calc 2 is just a mish mash
If i have a really simple question for math can I ask here, it requires no work shown I just need to get confirmation on something
sure
The calc series can be weed out courses sometimes
the limit is 10 right
There's a good amt of stuff and kind of a wide variety of stuff in calc 2
yes
alr thx
Like this question was not fun
@jagged tree do you understand it tho
it's 10+(-0.1)^n
NIST published the first round of winners for their post quantum cryptography standardization process
tfw no SIKE 
but oh well, hopefully round 2 soon 

wow cryptographic algorithms that are resistant against quantum computers?
to our knowledge
Who are the winners?
CRYSTALS and FALCON based on lattices and SPHINCS+ based on hash functions
they will announce alternatives "at a later date"
i was hoping for SIKE to be named an alternative
might still happen but still sad
SIKE being based on isogenies between elliptic curves
also nobody cares but the full report is here: https://nvlpubs.nist.gov/nistpubs/ir/2022/NIST.IR.8413.pdf
In addition, four of the alternate key-establishment
candidate algorithms will advance to a fourth round of evaluation: BIKE, Classic McEliece,
HQC, and SIKE. These candidates are still being considered for future standardization.
NIST will also issue a new Call for Proposals for public-key digital signature algorithms to
augment and diversify its signature portfolio.
new call for proposals is interesting
seems the future will be more diverse when it comes to available cryptographic protocols
it's quite interesting that NTRU Prime is out, considering the fact that openSSH uses it
and with the selections there are apparently possible patenting issues
i'd not be surprised if that was intentional
there's good money to be made in having a patented technique get adopted as a standard
NIST has historically been good at avoiding regulatory capture, but recent administrations have been phenomenally corrupt. Laurie Locascio has only been directing NIST since April 2022, and her predecessor, Walter Copan, was the CEO of an IP management company before being in charge of NIST.
hm, they mention switching to NTRU prime if the patent issues aren't sorted by the end of the year
to be fair, copan did sign a letter criticizing the biden administration for failing to adequately address patent issues in standardization
ah, no, that's not at all fair
his position is that patent holders whose patents become parts of standards should be allowed to obtain preliminary injunctions
the biden administration's policy (which mirrors obama administration policy, and contradicts trump administration policy) is that any infringement arising from such usage can be adequately compensated by financial awards, and that injunctive relief should not generally be available to patent holders
the ability to obtain a preliminary injunction for a SEP dramatically increases the pwer of the the patent holder to obtain an unfair negotiating advantage in determining a fair, reasonable and nondiscriminatory royalty
hm, i will read this later
tbh idc about US politics too much
kinda sad NIST has such a big impact even outside the US
i was hoping that they name SIKE as an alternative (and they still might, but later) as this would potentially improve my funding situation
c
Is it based on Kristin Lauter's work?
she did do some work on this but i dont know if "based"
the original idea to use isogenies is due to a french mathematician Jean-Marc Couveignes
Weren't there concerns that NIST standardising RNGs with backdoors?
I don't know how it would differ for encryptions, perhaps it's not a real concern here, but NIST does seem sus sometimes.
i'm not that knowledgeable about cryptography, but patent law and politics are both things i understand
NIST isnt developing those algorithms themselves and they are (to some extent?) public knowledge
certainly SIKE is
well, by definition any patented technology is "public knowledge" since patents are published
they come from the academic community and have been checked by other academics (quite extensively in the last 6 years)
in general, NIST acts as a referee rather than an instigator
at least in this area
there are areas where they develop the standards themselves
oliver smoot used to be the NIST chairman
NIST has published an elliptic curve for cryptographic use in the fast
that raised some suspicions
as to why the coefficients were chosen that way
some leaked NSA documents suggested a backdoor
and it is believed that the curve parameters were chosen in a way such that the NSA would be able to perform attacks more efficiently
so there is that
there have been several US-recommended cryptographic standards that have had weaknesses that have been alleged to have been intentionally placed
the issue here (if true) is only in the choice of parameters though
switching to another curve makes them go away, the protocol itself is (or was) fine
nothing has ever been satisfactorily proved, and some of them could have been honest errors rather than intentional
there is some fishy stuff
even AES does some stuff that seems to have no purpose
and yeah, there isnt any proof beyond doubt for security
i'm very dubious of AES
just heiristics and experience
and i dont think you should trust the US government
i wouldn't and i live here
but they didnt develop those protocols
at least as far as we know they didn't
Yeah it seems mostly a parameter thing, there are some economic reasons why they might not add backdoors. But yeah it is still sus sometimes.
https://crypto.stackexchange.com/questions/10263/should-we-trust-the-nist-recommended-ecc-parameters
https://crypto.stackexchange.com/questions/12898/is-there-a-feasible-method-by-which-nist-ecc-curves-over-prime-fields-could-be-i
Also didn't know Schneier doesn't like ECC.




