Earlier quoted context omitted.
If you're still doing ML locally in 2024 and also use an ARM macbook, you're asking for trouble.
Can you expand on this a bit? My recent experiences with MLX have been really positive, so I'm curious what footguns you're alluding to here. (I don't do most of my work locally, but for smaller models its pretty convenient to work on my mbp).
Ask HN: Machine learning engineers, what do you do at work?
131–140 of 233 posts
Re: Ask HN: Machine learning engineers, what do you do at work?
#132Re: Ask HN: Machine learning engineers, what do you do at work?
#133Re: Ask HN: Machine learning engineers, what do you do at work?
#134pip install pytorch Environment broken Spend 4 hours fixing python environment pip install Pillow Something something incorrect cpu architecture for your Macbook Spend another 4 hours reinstalling everything from scratch after nuking every single mention of python pip install … oh time to go home!
...and people criticise node's node_modules. At least you don't spend hours doing this
Re: Ask HN: Machine learning engineers, what do you do at work?
#135pip install pytorch Environment broken Spend 4 hours fixing python environment pip install Pillow Something something incorrect cpu architecture for your Macbook Spend another 4 hours reinstalling everything from scratch after nuking every single mention of python pip install … oh time to go home!
You could learn how to use Python. Just spend one of those 4 hours actually learning. Imagine just getting into a car and pressing controls until something happened. This wouldn't be allowed to happen in any other industry.
Re: Ask HN: Machine learning engineers, what do you do at work?
#136Earlier quoted context omitted.
> HIPAA my left foot. That was my experience as well - training documentation for fresh college grads (i.e. me) directed new engineers to just... send SQL queries to production to learn. There was a process for gaining permissions, there were audit logs, but the only sign-off you needed was your manager, permission lasted 12 months, and the managers just rubber-stamped everyone. That was ten years ago. Every time I t…
So… Is it surprising that Engineers in healthcare dont read the actual HIPAA documentation? Use of health data is permitted so long as it’s for payment, treatment or operations. Disclosures and patient consent are not required. There are helpful summaries on the US Department of Health and Humans Services website of the various rules (Security, Privacy & Notification) Source: https://www.hhs.gov/hipaa/for-professiona…
It just occurred to me that cleaning up our country's data privacy / data ownership mess might have extraordinarily positive second-order effects on our Kafkaesque and criminally expensive healthcare "system".
Maybe making it functionally impossible for there to be hundreds of middlemen between me and my doctor would be a... good thing?
Re: Ask HN: Machine learning engineers, what do you do at work?
#137The opposite of what you’d think when studying machine learning… 95% of the job is data cleaning, joining datasets together and feature engineering. 5% is fitting and testing models.
Re: Ask HN: Machine learning engineers, what do you do at work?
#138Re: Ask HN: Machine learning engineers, what do you do at work?
#139The opposite of what you’d think when studying machine learning… 95% of the job is data cleaning, joining datasets together and feature engineering. 5% is fitting and testing models.
Re: Ask HN: Machine learning engineers, what do you do at work?
#140I've been doing machine learning since the mid 2000s. About half of my time is spent keeping data pipelines running to get data into shape for training and using in models. The other half is spent doing tech support for the bunch of recently hired "AI scientists" who can barely code, and who spend their days copy/pasting stuff into various chatbot services. Stuff like telling them how to install python packages and u…