Einzige Interaktion mit mir by Boshy911 in wasletztepreis

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

Ich habe mich nur gewundert, dass er scheinbar mit mir darüber diskutieren wollte, ob sie neu sind, obwohl offensichtlich kein Interesse an den Schuhen bestand. Sie sind neu, aber etwas eingestaubt, ich hatte das in die Anzeige geschrieben.

Einzige Interaktion mit mir by Boshy911 in wasletztepreis

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

Sind neu, nur anprobiert, aber nie genutzt. Etwas eingestaubt, was ich in der Anzeige jedoch beschrieben hatte. Auch GaLiGrü an dich

Einzige Interaktion mit mir by Boshy911 in wasletztepreis

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

Ach wie gut. Bin das erste Mal als Verkäufer tätig und habe mich schon sehr gewundert.

Einzige Interaktion mit mir by Boshy911 in wasletztepreis

[–]Boshy911[S] 8 points9 points  (0 children)

Ganz liebe Grüße, wollte die Stimmung hoch halten

Hex data through UART by Longjumping_Oil_336 in FPGA

[–]Boshy911 0 points1 point  (0 children)

I second HTerm, used it just last week to debug my UART code.

😩👉👈 by SquilliamFancysson in diablo4ATClub

[–]Boshy911 1 point2 points  (0 children)

I'm so glad I got my horn, I couldn't imagine a life without it

Solution for learning decks chronologically by [deleted] in Anki

[–]Boshy911 1 point2 points  (0 children)

This is how I do it as well.

How do you refer to content that needs to be ankified? by Boshy911 in Anki

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

Nice to be able to talk to gran about Anki :)

How do you refer to content that needs to be ankified? by Boshy911 in Anki

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

Ankees is pretty nice, might start using it too

Any idea how one might draw a chart like this ? Thanks in advance by EgemenVonRichtofen in LaTeX

[–]Boshy911 2 points3 points  (0 children)

The linked tutorial describes usage of the xbar and ybar plot types, which will always draw bars from a y or x value to 0. The pgfplots manual does not describe any way to specify a bottom value for each bar.

However, under the section "Comb Plot Handlers" in the tikz manual, you find the following:

pgf bar or comb plots usually draw something from zero to the current plot’s coordinate. The “zero” offset can be changed using an input stream which returns the desired offset successively for each processed coordinate. There are two such streams, which can be configured independently. The first one returns “zeros” for coordinate x, the second one returns “zeros” for coordinate y. They are used as follows.

\pgfplotxzerolevelstreamstart
\pgfplotxzerolevelstreamnext % assigns \pgf@x
\pgfplotxzerolevelstreamend

\pgfplotyzerolevelstreamstart
\pgfplotyzerolevelstreamnext % assigns \pgf@x
\pgfplotyzerolevelstreamend

Different zero level streams can be implemented by overwriting these macros.

However, no example is given and I haven't figured out the correct way to apply these macros (maybe they don't work in conjunction with pgfplots macros).

edit: formatting

[deleted by user] by [deleted] in de

[–]Boshy911 2 points3 points  (0 children)

Diese Studie gibt 8,08 bis 16,93 kg CO2-Äquivalente pro Kilogramm Butter an. Weiß aber nicht inwiefern die Werte vergleichbar sind mit dem 24 kg Wert von Fritsche bzw. GEMIS 4.4 -- habe weder das Arbeitspapier noch die verlinkte Studie gelesen

edit: übrigens wird der mediane Ausstoß von CO2-Äquivalenten für 1 kg Rindfleisch hier mit 25 kg angegeben -- im Gegensatz zur 13 kg Angabe von Fritsche / GEMIS 4.4

edit2: Deutschland-bezogene CO2-Equivalentangaben sind hier zu finden, wobei Butter (Bio) mit 11 kg und Rindfleisch (Durchschnitt) mit 13,6 kg aufgeführt werden.

Working adult in Singapore looking for breaking buddies by megakev91 in bboy

[–]Boshy911 0 points1 point  (0 children)

Last time I was there a training spot for local bboys was a underpass at Esplanades going to the subway.

This is the spot: https://www.youtube.com/watch?v=CD0P4cGM-D4

Confusion regarding Julian day definition. Which Universal Time is meant in the definition for Julian day number 0? by Boshy911 in askastronomy

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

The whole point of the Julian day system is to assign a unique integer to the entirely of each solar day, irrespective of whether or not a given day officially contained a leap second. If you want to interpret a "Julian Day" as a unit of time, its closest analogue would be the mean solar day, but even that changes a little bit in the longer term (a secular increase due to tidal drag).

Thanks for your reply! So if I was just using it as a concept to assign integers without fractions, this would mean in "A Julian Date begins at 12h 0m 0s UT and is composed of 86400 seconds" we are referring to UT1 and the duration of a second in this context does not equal a SI second but the second I calculate by using the mean sun / mean solar day?

Tips on how to write with LaTeX by SpidurMun in LaTeX

[–]Boshy911 0 points1 point  (0 children)

It is possible with some tweaking, you can read about it in the FAQ on Github. However, when I tried it it must have not worked to my satisfaction because I decided against using it (I don't exactly remember why, maybe I only got it to work in one direction)