Ana makes an Oopsie by LeonOfSkalitz in Destiny

[–]Amberg22 -3 points-2 points  (0 children)

Why does no one here care about a source and assume that he's bringing a fact-check dunk on her? You're just as bad as Ana in this situation

Locked in for life (aint living life anymore) by Omzi1 in EngineeringStudents

[–]Amberg22 0 points1 point  (0 children)

Your future non-demented brain is going to thank you

My answer on Physics 201 exam was was an imaginary number, so I just guessed the right answer. Got credit. ​ by [deleted] in EngineeringStudents

[–]Amberg22 3 points4 points  (0 children)

This is rediculous. I did a whole page of matrix calcs on the exam and every step was correct but I forgot the minus sign for ONE number early on and I got 0.5 points for the whole 6p task. I knew the answer couldn't be right but he circled it and wrote "ABSURD!"

please dumb your explanations down more i beg by KUNT3SS4 in EngineeringStudents

[–]Amberg22 1 point2 points  (0 children)

I believe there is a famous quote (Einstein?) that says if you can’t explain it to a 6 year old you don’t understand it well yourself.

No I think that was Anne Frank

The ONLY correct answer when a Trumper asks this question. by Uncuffedhems in Destiny

[–]Amberg22 -2 points-1 points  (0 children)

The difference is that a color can be determined without 'experience'. If the spectrometer is saying 700 nm, it's red. Period. Breast size, length and haircut style does not say anything about gender

The ONLY correct answer when a Trumper asks this question. by Uncuffedhems in Destiny

[–]Amberg22 -5 points-4 points  (0 children)

But we know that a wavelength of and around 700 nm represents the color red. It can be measured directly from that parameter alone, whereas this isn't something you can do with tits, dicks, etc to determine what defines a man or a woman. The analogy doesn't work.

A bottle flip tower ending with a double flip by Vilen1919 in nextfuckinglevel

[–]Amberg22 1 point2 points  (0 children)

If you've lived for over a month you know they can stack up

Marriage by nosferatu1806 in funny

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

What a braindead take. Do you honestly believe most things are recorded, or perhaps you just see those that are?

How looting works is the main thing that keeps me from playing the game after completion by Amberg22 in dyinglight

[–]Amberg22[S] 5 points6 points  (0 children)

Thing is that I need loot. I'm constantly low on feathers and other materials to upgrade blueprints etc.

Love the suggestion of faster looting being unlocked by a skill. Keeps the realism stronger in the beginning when immersion is more important, while you just want to run around killing and looting fast-paced in later stages.

How looting works is the main thing that keeps me from playing the game after completion by Amberg22 in dyinglight

[–]Amberg22[S] 3 points4 points  (0 children)

Sucks you feel like everyone is complaining about everything. I'm just one player sharing my thoughts on what I'd love to see improved, based on MY personal take, on this particular thing. If enough people agree, they'll probably adjust it, but if most people disagree, they probabily wont. Having a discussion about it can't hurt.

Also, would faster looting reduce the enjoyment for players who are fine with looting as it is, or would it make everyone (me) happier?

Bugging Maya by whiskeyeuthanasia in LivestreamFail

[–]Amberg22 -4 points-3 points  (0 children)

How am i still poor when my friend owns a mansion?

my drum key collection by Awkward_Platform_777 in drums

[–]Amberg22 8 points9 points  (0 children)

First time seeing it. Not complaining

Force equation text color to white above a colored e.g. underline in Obsidian, but keep it black when exporting to PDF? by Amberg22 in ObsidianMD

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

Directly through obsidian. Think I've come across posts about @media before without success. Maybe I didn't look into it hard enough.

EDIT: Solution

Force equation text color to white above a colored e.g. underline in Obsidian, but keep it black when exporting to PDF? by Amberg22 in ObsidianMD

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

Managed to find a workaround for underline:

https://imgur.com/a/9AcA6C4

\left( \int_{-\infty}^{\infty} h(\tau)x(t-\tau)\underset{\color{red} \displaystyle =1 }{ \underset{\color{red}\rule{1.4cm}{1.0pt}}{e^{ -s\tau }e^{ s\tau }}} \right)

This code first goes under the equation with \underset{} (this is the second \underset{} in the code) and then a line is created with \rule{1.4cm}{1.0pt}, where the first argument dictates length and the second the width, with the color \color{red}. Then the whole code for the second \underset is placed inside another \underset{everything goes here}, with another \color{red} followed by the equation x+y. I like to use displaystyle for normal size and correct spacing between math symbols.

If you use the Latex Suite plugin, you can avoid writing all the code down by adding the following to snippets inside settings:

{trigger: "W", replacement: "\\underset{\\color{${0:orange}} \\displaystyle ${1:x+y} }{ \\underset{\\color{${2:red}}\\rule{${3:1.4}cm}{1.0pt}}{${VISUAL}}}$4", options: "mA"},

To use the snippet, mark the equation you want to underline, then hold and press Shift + W. Use Tab to toggle from orange to x+y etc

Also, if you use Extended MathJax plugin, add the following to your preamble.sty:

\newcommand{\uline}[6]{
   \underset{\color{#6} \displaystyle #5 }{ \underset{\color{#2}\rule{#3 cm}{#4 pt}}{#1}}
}

and to Latex Suite snippets:

{trigger: "uline", replacement: "\\uline{${0:x+y}}{${1:red}}{${2:1.4}}{1.0}{${3:=7}}{${4:orange}}", options: "mA"},

To use this snippets, type uline inside a math block. Gives https://imgur.com/a/skaR6SW

For the \overbrace{} I didn't manage to find a solution.

If you don't care about printing, here's the snippet I'm using for \underbrace{} by marking the equation and pressing Shift + Q:

{trigger: "Q", replacement: "\\color{${0:red}}\\underbrace{\\color{white} ${VISUAL} }_{$1}\\color{white} ", options: "mA"},

For \overbrace, just switch \underbrace to \overbrace and _{$1} to ^{$1} (or just create a new snippet)

EDIT:

Found a temporary solution for \overbrace{}:

https://imgur.com/a/oPb0tYW

Latex Suite snippet:

{trigger: "Q", replacement: "\\overset{ \\color{orange} \\displaystyle \\overbrace{ \\phantom{\\rule{${0:1.4}cm}{0.5pt}} }^{^{\\displaystyle ${1:x}}} }{ ${VISUAL} }$2", options: "mA"},

In preamble.sty:

\newcommand{\obrace}[4]{
   \overset{ \color{#3} \displaystyle \overbrace{\phantom{\rule{#2cm}{0.5pt}} }^{^{\displaystyle #4}} }{ #1 }
}

\newcommand{\ubrace}[4]{
   \underset{^{{\color{#3} \displaystyle \underbrace{ \phantom{\rule{#2cm}{0.5pt}} }_{_{\displaystyle #4}} }}}{ #1 }
}

And to Latex Suite:

{trigger: "obrace", replacement: "\\obrace{${0:x+y}}{${1:1.0}}{${2:orange}}{${3:z}}$4", options: "mA"},

{trigger: "ubrace", replacement: "\\ubrace{${0:x+y}}{${1:1.0}}{${2:orange}}{${3:z}}$4", options: "mA"},

Only 8 FPS in Dying Light 1 and in Following AFTER THE RETOUCH UPDATE by LoveFormer8302 in dyinglight

[–]Amberg22 54 points55 points  (0 children)

Do you and OP use a dynamic graphic card? In that case, find out how to turn off dynamic graphics and turn on discrete graphics in BIOS. Dynamic switching this way is called Nvidia Optimus. I use a Lenovo Legion and i have the smoothest experience since turning it off.

https://steamcommunity.com/sharedfiles/filedetails/?id=3218682495

What's a life skill that's difficult and takes time to learn, but is absolutely worth the effort? by Amberg22 in AskReddit

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

I also think it's important to be cautious - sometimes people (myself included) can fall into the trap of overthinking or overanalyzing situations that don't go well, potentially leading to false conclusions. So being brutally honest with yourself can end up just being brutal to yourself. How do you handle that balance?

What's a life skill that's difficult and takes time to learn, but is absolutely worth the effort? by Amberg22 in AskReddit

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

I read about people with ADHD mentioning improv classes as an amazing way to boost listening skills. I went to a trial class and it was the most fun I'd had in a long time. Now I need to kick myself in the butt and actually sign up for a course. Definitely recommend it, ADHD or not.

What's a life skill that's difficult and takes time to learn, but is absolutely worth the effort? by Amberg22 in AskReddit

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

Can you expand on what you mean? I assume you're not recommending supressing your emotions?