Academia to Industry
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    4mo ago 100%

    no it's not. but you should know what you're getting into.

    in the beginning of my PhD i really loved what i was doing. from an intellectually point of view i still do. but later, i.e. after 3 years doing a shitty postdoc, i realized that I was not cut out for academia but nevertheless loved doing science.

    however, i was lucky to find a place in industry doing what i like.

    so i guess my 2c is: think about what comes after the PhD and work towards that goal. a PhD is usually not a goal in itself. hth

    8
  • Big think
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    4mo ago 100%

    thanks for the explanation. i guess it really doesn't work as a meme if I've doesn't happen to know this particular image.

    4
  • Stuck fermentation?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    5mo ago 100%

    in my mind 4°c is sufficiently stable and should be stable enough to not have me worry about volume contraction influencing airlock activity. wikipedia says volume contraction should be minimal at these temps https://en.wikipedia.org/wiki/Thermal_expansion I'd say two days at your average temperature without airlock activity is sufficient to call fermentation done. cheers

    3
  • LPT Do it.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    5mo ago 94%

    and then there are fucking PIs insisting on word files who never heard of tracked charges let alone of file naming conventions.

    16
  • Stuck fermentation?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    5mo ago 100%

    i can see your issue here. but wouldn't you want to aim for a somewhat constant temperature during fermentation? my understanding is that yeast will produce different aroma profiles with different temperatures. so depending on the style you are aiming for on would choose a different temperature. https://www.homebrewersassociation.org/how-to-brew/understanding-fermentation-temperature-control/

    2
  • Stuck fermentation?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    5mo ago 100%

    uh thanks for the update! I'm happy your beer is coming along nicely. personally I wouldn't bother with hydrometer readings during fermentation. it sure is nice to see the numbers change but i find airlock activity to be just as good. i take a final reading after bubbling has stopped (only because I'm curious, never used the value for anything), and call it a day. anyways cheers!

    3
  • Stuck fermentation?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    5mo ago 100%

    any indication of airlock activity? did you taste it? (never used a wireless hydrometer: did it become stuck somehow, bubbles stuck to it may cause it to float, giving readings which are too high)

    3
  • Secondary Lager Fermentation Slow?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    6mo ago 100%

    my guess then it just needs more time. as another commenter said it, likely around two weeks, perhaps 3?

    checked my book: it says 4 weeks at 3°C, so maybe 1-2 weeks at 10 degrees. I'd just open a bottle after like 10 days to see where it's at.

    3
  • Will they still be good?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    6mo ago 100%

    wouldn't use it as it is but use it as an adjunct when you brew a similar style. fresh malt has plenty of enzymes to convert the additional starches.

    4
  • Passively regulating fermentation temperature
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    7mo ago 100%

    sorry didn't check the original picture. mine has a drain. can't remember where i bought it though. but it should be easy to install one. the metal is quite thin

    1
  • Passively regulating fermentation temperature
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDR
    drre
    7mo ago 100%

    sorry didn't check the original picture. mine has a drain. can't remember where i bought it though. but it should be easy to install one. the metal is quite thin

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNI
    nixos drre 1y ago 100%
    shared library paths

    I'm developing a small library which intercepts some library calls from a program installed via home-manager. My library works fine outside of nix, but it fails when trying to intercept calls from a program installed via home-manager. I figured that it is related to hardcoded library paths in my interceptor library. lld shows ``` linux-vdso.so.1 (0x00007fff7a341000) libasound.so.2 => /lib/x86_64-linux-gnu/libasound.so.2 (0x00007fb2f3b72000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fb2f391c000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fb2f38f8000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb2f3716000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb2f3637000) /lib64/ld-linux-x86-64.so.2 (0x00007fb2f3cac000) ``` What is the preferred approach here? - Changing the paths in my binary doesnt seem very portable? - Setting LD_LIBRARY_PATH seems also a hassle - Are there linker settings which could help - Or, should I "just" (no idea, how to do this) create a derivation for my program and install it via home-manager, too? Any pointers are greatly appreciated. Cheers!

    4
    4
    https://archive.ph/OE4C3

    (Link über archive.ph, falls paywall) Ich finde es wirklich arg irritierend, wenn dieses Argument (einbinden statt ausgrenzen) gebracht wird. man sollte sich doch eher überlegen, was denn an der eigenen Meinung mglw nicht stimmt, wenn sie denn keine Mehrheit jenseits der Nazis findet. es findet eben keine "Entzauberung" statt, sondern der Aufbau von Arbeitsbeziehungen zu waschechten Nazis.

    5
    6
    dresden
    Dresden drre 1y ago 70%
    Fleck?

    Hallo, kennt Ihr ein Restaurant in Dresden und Umgebung, wo man noch Flecke bzw. generell Innereienküche bekommt? Idealerweise natürlich noch selbstgekocht. Danke schonmal!

    4
    3

    Welche vegane Sahne könnt ihr empfehlen, die geschmacklich dem Original möglichst nahe kommt und sich insb gut aufschlagen lässt? Vielen Dank für eure Hilfe!

    11
    9

    I'm looking for a programmable calculator with the option of saving and loading the functions i created. the closest I've found so far is something like Free42 but the learning curve is kinda steep. thanks for your help!

    4
    6

    Ich hab während Corona angefangen, Französisch zu lernen und finds ganz interessant neben dem offiziellen Lehrmaterial auch ein wenig "echtes" Französisch zu lesen. Kennt Ihr französischsprachige communities im fediverse?

    3
    5