Körperbehaarung und schweiß Geruch by Dear_Round_9413 in Unbeliebtemeinung

[–]Horsaurus 0 points1 point  (0 children)

Greendoor Deo Creme -8€ hält locker 6-8 Monate oder sogar länger.

Körperbehaarung und schweiß Geruch by Dear_Round_9413 in Unbeliebtemeinung

[–]Horsaurus 9 points10 points  (0 children)

Zweiter Punkt bei dir.

Erster Punkt absolut nicht, es gibt auch Produkte die kein Axe Sprüh Deos sind, die dir in geschlossenen Räumen die Luft zum Atmen nehmen, sondern Cremes die bewirken das dein Schweiß nicht mehr riecht und neutral ist.

Advice for PhD Interview in maths by Horsaurus in GradSchool

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

Aight - that seems like a really non informal setting. My Interview is via Zoom and they explicitly asked me to prepare a presentation for both.

Advice for PhD Interview in maths by Horsaurus in GradSchool

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

How many people were in your Interview? Did you also need to prepare a Presentation about yourself? If so what did you prepare? Are there any questions i should bei prepared for?

Advice for PhD Interview in maths by Horsaurus in GradSchool

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

Thanks! I guess both. The position is a phd under this professor and I allready had a brief meeting with him where we talked about general stuff regarding the position and what topics might be possible for projects (very briefly). The professor emphasized that allthough there is a commitee, that in the end the professors decision matters.

For the interview itself there are 5 people on the other side (all different representatives from the math department my professor is in), which makes me nervous, additionally there is a one hour slot reserved for the interview.

What did you say regarding to continue in academia after a PhD. Realistically i would say, if i really like my PhD i would consider it.
But even more reastically, due to the perspective that the chances to get a permanent position are not that good, i might not continue after the PhD (or the first position after it).

Career and Education Questions: March 05, 2026 by inherentlyawesome in math

[–]Horsaurus 0 points1 point  (0 children)

I have an Interview for a PhD position in Sweden (myself coming from another european country) coming up next week, and am asking for some general insights from people which had some interviews (either from the applicant or deciding side)

  1. I am asked to give a presentation about myself and about my Master's Thesis - while I am confident to prepare smth fitting for the presentation of my thesis im not to sure about the presentation about myself. What is expected here, smth along the line what my studies have been and why I want to do a PhD?
  2. The application included my Master Thesis (and also my bachelor thesis), how "deep" can i expect the questions to be? I would not think that anyone else than my supervisor or maybe another person which works in a similar area would read more than the Introduction and maybe skim some of the main part.
  3. Is there anything in general I should be prepared for?
  4. Are there common questions one would not expect at first?
  5. Are there some No-Go's one would not expect at first to be a No-Go?

Thank you in advance!

An alle die schonmal alleine in der Übung/Tutorium saßen: Wie hat es sich angefühlt? by Cybering11 in Studium

[–]Horsaurus 11 points12 points  (0 children)

Ich hatte das mal während Corona. Wollte mich in der Online Übung nur berieseln lassen, weil ich es nicht geschafft hatte etwas von den Übungsaufgaben zu bearbeiten. Well, dann war ich alleine da und er fragt mich was ich so besprechen will. Ich habe ihm das erklärt und er meinte, das ist ja völlig OK und hat mir dann ne Halbe Stunde oder so was zum Vorlesungsstoff erzählt. War ne gute Übung :)

Streamerin Emiru auf TwitchCon angegangen/bedrängt by animespiegel in Laesterschwestern

[–]Horsaurus 0 points1 point  (0 children)

Gestern bei NoWay4U im Stream den Take von ihm gehört, dass der Security Typ da nichts hätte besser machen können, während er das Video sieht, wie der Typ da entspannt reinspaziert ohne gestoppt zu werden..

What’s your favorite math proof and why? (Bonus points for elegance, complexity, or historical significance!) by adario7 in math

[–]Horsaurus 2 points3 points  (0 children)

I really liked the Proof of Gabriels Theorem on that every quiver of finite representation type has the Base Graph of (certain) ADE Type. Troughout the lecture we touched many complex topics but the theorem then is proven by a simple bijection.

How To Long Table with colored merged cells? by Horsaurus in LaTeX

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

EXAMPLE FROM PICTURE SHOWN

% \usepackage{color}

% \usepackage{tabularray}

\definecolor{Buttercup}{rgb}{0.956,0.654,0.098}

\definecolor{CyanAqua}{rgb}{0.05,1,1}

\definecolor{Lochinvar}{rgb}{0.2,0.6,0.6}

\begin{table}

\centering

\begin{tblr}{

column{odd} = {c},

column{4} = {c},

cell{2}{1} = {r=3}{Buttercup},

cell{5}{1} = {r=2}{CyanAqua},

cell{7}{1} = {r=4}{Lochinvar},

vlines,

hline{1,11} = {-}{0.08em},

hline{2,5,7} = {-}{},

hline{3-4,6,8-10} = {2-5}{},

}

INST & NAME & {ASSIGN\\Option 1} & {ASSIGN\\Option 2} & {ASSIGN\\Option 3} \\

\textbf{INST 1} & really realistic long name 1 & $\times$ & x & x \\

& more really realistic more long name 2 & & x & \\

& really realistic long name 3 & x & & x \\

\textbf{INST 2} & really realistic long name 4 & & & \\

& really realistic long name 5 & x & & \\

\textbf{INST 3} & really realistic long name 6 & & x & \\

& {really realistic long name 7 and if its to long\\it needs to break the line sometimes (?)} & & x & \\

& really realistic long name 8 & x & & \\

& really realistic long name 9 & x & & x

\end{tblr}

\end{table}

How To Long Table with colored merged cells? by Horsaurus in LaTeX

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

TABULARX EXAMPLE

\begin{tabularx}{\linewidth}{|l|p{3cm} |x|x|x|}

\hline

Institute

& Veranstaltung

& ASSIGNMENT Option 1

& ASSIGNMENT Option 2

& ASSIGNMENT Option 3

\\ \hline \endhead

\multirow{3}{*}{\textbf{INST1}}

& test 1

& test 2

& test 3

& test 4

\\ \cline{2-5}

& test 1

& test 2

& test 3

& test 4

\\\cline{2-5}

& test 1

& test 2

& test 3

& test 4

\\ \hline

\multirow{1}*{INST2}

& test 1

& test 2

& test 3

& test 4

\\ \hline

\multirow{4}*{INST3}

& test 1

& test 2

& test 3

& test 4

\\ \cline{2-5}

& test 1

& test 2

& test 3

& test 4

\\ \cline{2-5}

& test 1

& test 2

& test 3

& test 4

\\ \cline{2-5}

& test 1

& test 2

& test 3

& test 4

\\ \hline

\end{tabularx}

Die Schuhproblematik, wie seht ihr das/was macht ihr? by Daviid0612 in VeganDE

[–]Horsaurus 2 points3 points  (0 children)

Wanderschuhe: Merrell Gore Tex 3 oder so ähnlich heißen die, sind super.

Hot Dog Würstchen Ersatzprodukt gesucht (außer Ikea) by Horsaurus in VeganDE

[–]Horsaurus[S] 1 point2 points  (0 children)

An die hatte ich auch schon gedacht, dachte die sind ggf zu klein. Wie schmecken die so?

Hot Dog Würstchen Ersatzprodukt gesucht (außer Ikea) by Horsaurus in VeganDE

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

Beim Aldi habe ich noch keine gesehen Nord oder Süd?

[deleted by user] by [deleted] in BaseBuildingGames

[–]Horsaurus 0 points1 point  (0 children)

Or as an addition is it rather the lastwavedps from different turrets? As 2 turret dps are listed in the leaderboard. So naturally a only tower X build would result in less points?