drre

joined 2 years ago
[–] [email protected] 8 points 9 months ago

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

[–] [email protected] 4 points 9 months ago

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.

[–] [email protected] 3 points 10 months ago

yeah this is what i used for some projects, i.e. rmarkdown which also integrates the statistics part

[–] [email protected] 16 points 10 months ago (7 children)

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

[–] [email protected] 6 points 1 year ago (1 children)

in Germany this is boomer humor when referring to beer: chilled hops' infusion

[–] [email protected] 1 points 1 year ago

uh i didn't know that's cowboy coffee was the official name. i always thought that my dad came up with the name at some point that it has since stuck with the family. but yeah cowboy coffee it is. French press also makes great coffee

[–] [email protected] 1 points 1 year ago

uh i didn't know that's cowboy coffee was the official name. i always thought that my dad came up with the name at some point that it has since stuck with the family. but yeah cowboy coffee it is. French press also makes great coffee

[–] [email protected] 5 points 1 year ago (5 children)

i find that unfiltered black coffee has a lot of body. 2 heaped teaspoons of ground coffee, 200ish mls of boiling water. let it soak, then stir carefully. the coffee sinks to the bottom leaving you with rich flavorful goodness.

[–] [email protected] 1 points 1 year ago

where are the flood tunnels installed to guard the treasure?

[–] [email protected] 2 points 1 year ago

I'm having the same problem. this kind of nested argument is quite annoying to program in e.g. argp. i am even thinking of using a minimal forth like parser to do this.

[–] [email protected] 1 points 1 year ago

if it remember it correctly it was said in relation to algorithm optimization > code optimization

 

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!

 

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!

 

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?

view more: next ›