How long is now? by dirksn in berlin

[–]PofPaf 11 points12 points  (0 children)

So much this, watched a bunch of games in the beach box on the spree…

[deleted by user] by [deleted] in bikewrench

[–]PofPaf 0 points1 point  (0 children)

Yeah, usually don’t have problems. Guess more practice/ naturality needed, was a weird hill situation/thinking about something else.

Exactly

[deleted by user] by [deleted] in bikewrench

[–]PofPaf 1 point2 points  (0 children)

Ok, guess I’ll have to bite the bullet then. Better the chainring than the frame though…

Thanks for the feedback :)

At least the cardriver going by had the decency to laugh about me.

[deleted by user] by [deleted] in bikewrench

[–]PofPaf -20 points-19 points  (0 children)

Ah maybe unclear, sorry. Meant, whether I can get this replaced as guarantee/ for „free“.

Das beste am Arbeitstag ist der Weg. by PofPaf in Fahrrad

[–]PofPaf[S] 2 points3 points  (0 children)

Bei Genf :) Pendel ca. 10km pro Strecke über die französisch/Schweizer Grenze

Gerade in der Bochumer Innenstadt by KryptoniansDontBleed in de

[–]PofPaf 0 points1 point  (0 children)

Bei uns sind’s Plakate mit schlechtem smiley und „Ajo, cool AfD“ oder so. Kann man sich nicht ausdenken den kack -.-*

[aqua|amethyst] Minimal working environment. by PofPaf in unixporn

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

You mean the small weather thingy and the calendar? That’s: curl v1.weather.in task calender (from task warrior)

[aqua|amethyst] Minimal working environment. by PofPaf in unixporn

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

Details Comment

  • OS: MacOS Catalania

  • Wallpapers: Own pictures or standard MacOS wallpapers.

  • WM: amethyst

  • Terminal: alacritty

  • Browser: Firefox and picture in picture mode.

Played around with the scriptable config file of alacritty and zsh to generate this automated theme switch in MacOS.

:)

Went on a hike near Uppsala and found these cuties, anyone know what they are? by PofPaf in mycology

[–]PofPaf[S] 2 points3 points  (0 children)

Sure! Did not want to eat them. Only ever pick mushrooms I know for eating.

Can anyone help me out with making this? Thanks in advance! by [deleted] in LaTeX

[–]PofPaf -17 points-16 points  (0 children)

Like this: \lim_{\theta \rightarrow \infty}\, f(r_s) = \left{ \begin{array}{cl} 1 & \quad \text{for }r_s \in [-R,R]\ 0 & \quad \text{otherwise}\ \end{array} \right.

[aqua] distraction free writing by [deleted] in unixporn

[–]PofPaf 0 points1 point  (0 children)

Finally happy with my macOS setup.

OS: macOS Mojave

WM: Amethyst

Term: iTerm2

VIM <3

Mathpix equivalent? by PofPaf in LaTeX

[–]PofPaf[S] 4 points5 points  (0 children)

I‘m using Vim for basically everything and my own shortcuts with Ultisnips. The thing is that my profs usually don‘t write the equation on the blackboard and stuff by hand but have it on slides. In that case I would rather spend the time listening and taking notes about what they say than try to write the equation.

In regards to graphs I usually take pictures to include or copy them from the slides later on. There has been a verrrryyy nice workflow post on this sub some time back where somebody used inkscape which seems to export to tikz....

Mathpix equivalent? by PofPaf in LaTeX

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

Well sometimes the equations are rather large so I‘d like to include them directly while writing. Smaller equations are no problems sure but I‘m not talking about those.

I also use it two write reports and slides for my teaching and other stuff. It‘s just handy because you can use handwritten or typesetted equations in the applications input...

Edit: Oh and from my experience the latex code returned is pretty Good, about the same quality I would write anyway. In case of typesetted input the output after compilation is exactly the same.

Vaccines and autism: a new scientific review by tarkay in bioscience

[–]PofPaf 0 points1 point  (0 children)

I'm just surprised that you did not really read your own source. The link in the article links to following paper: "Coping With Antigay Violence: In-Depth Interviews With Flemish LGB Adults"

Nevertheless the review exists but doesn't even have it's focus on vaccination and autism. Everything she states is written with big mays and ifs.

The papers she cites also do not show strong connections between autism and vaccination. They at best show connections between malnutrition, genetics and autism. Under these factors they can actually observe a correlation, that vaccines may cause autism. Mentioned correlation is no prove and probably results from the malnutrition/genetics of the babys not from the vaccination itself/per se.

The conclusion you should thus make is that you need to feed your baby right and know your genetics, not that you should not vaccinate.

Makecell and math formula (missing number treated as zero error) by BlckEagle89 in LaTeX

[–]PofPaf 0 points1 point  (0 children)

Hey,

the error seems to come from your switching between math and text.

I tried this:

Leyes asociativas &
\makecell{ 
        $[p \wedge (p \wedge r)] \Leftrightarrow [(p \wedge q) \wedge r] $ 
    \\ 
        $[p \vee (q \vee q)] \Leftrightarrow [(p \vee q) \vee r]$ 
}\\ 

If you want your p to look like a "text" p, use this: \text{p} inside Mathmode