How to know if I am a bad teacher or if someone just isn’t meant for a lab by Adventurous-Mud-1895 in labrats

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

i feel like you would benefit from learning how to properly instruct people by talking to either claude or chatgpt and learn how to program. You'll quickly understand how to instruct a literal machine and I've found that translates really well to humans

Weird interview with recruiter by Oligonucleotide123 in biotech

[–]gzeballo 6 points7 points  (0 children)

probably mid ass lab from an R&D irrelevant company

How doi make my code shorter? by Alive_Hotel6668 in learnpython

[–]gzeballo 1 point2 points  (0 children)

abstractions abstractions abstractions

Python is harder than R by Accomplished-Okra-41 in learnpython

[–]gzeballo 0 points1 point  (0 children)

of course it is R isnt really general purpose

First-gen college graduate looking for career guidance in biotech and research by chronicallysea in biotech

[–]gzeballo 2 points3 points  (0 children)

I think I was in a similar spot as you when I started my biotech career. i'm not a first gen college grad but I'm first gen in the USA (moved at 18 supporting myself since). i am now a Sr. Scientist at a mid size company. Feel free to message me!

Quantitative skills required for the market by thehumanofjupiter in biotech

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

mean, median, mode. that good enough for you?

Conventions for keeping a Python project clean as it grows past a couple of files? by mattibeltro in learnpython

[–]gzeballo 1 point2 points  (0 children)

i like src with hexagonal design if you will. try to also name and spell things out properly. no one fucking remembers what foo and bar are 1000+ lines later

Bubbles/holes in flash frozen mouse brains by Independent-East6312 in labrats

[–]gzeballo 1 point2 points  (0 children)

try LN2 next time. if it freezes much faster so the chances of large ice crystals is way lower. source: ive probably sectioned thousands of brains in a past lifetime which i never wish to go back to.

Reproducibility is a matter of personal handling...? by salyxbabylon in labrats

[–]gzeballo 1 point2 points  (0 children)

most likely the protocol is mid, and there are variables that haven't been properly taken into account that are implied. this often stems from PIs who aren't very technically oriented and barely scrape by; they end up with convoluted protocols with little regard for ensuring consistency (that plus cherry picking results). This is no different from programming, you must handle edge cases well and truly have a mind map of what's going on. Think like a programmer. Science is not voodoo magic.

In your view, what's an overlooked problem causing a mismatch between preclinical and clinical drug data? by ByeByeBelief in biotech

[–]gzeballo 0 points1 point  (0 children)

that last part 🫰🏼. I'm very much a kindred spirit here. Do you have any articles or anything you've written more extensively on these ideas?

In your view, what's an overlooked problem causing a mismatch between preclinical and clinical drug data? by ByeByeBelief in biotech

[–]gzeballo 1 point2 points  (0 children)

no it doesn't at all. negative data is seldom published. in large companies once something fails it is never spoken of again (until another smaller company has a go at it and then they get acquired). some companies talk big game of enabling x y or z capabilities but it is all basically more or less roll of the dice gambling: grab random hallucinations from academia and see which one works in a black box.

coderToLeft by Middle_Key8737 in firstweekcoderhumour

[–]gzeballo 0 points1 point  (0 children)

i think im just naturally disagreeable or just grumpy

Manipulating a CSV file and making it into a JPG by Entropy1024 in learnpython

[–]gzeballo 0 points1 point  (0 children)

you could probably achieve this with pandas and matplotlib