HackerTrans
TopNewTrendsCommentsPastAskShowJobs

devthane

no profile record

comments

devthane
·2 वर्ष पहले·discuss
Just finished working through part 1 and subscribed! Thank you so much! I've always been interested in learning ML but the math has been the hurdle for me that seems to have been assumed knowledge elsewhere. Saw the title and was immediately hooked! Can't wait for more.
devthane
·2 वर्ष पहले·discuss
Typically you mock them in unit tests.
devthane
·3 वर्ष पहले·discuss
I was a QA tester at a transportation company with a PHP stack. My leader was great and allowed me to teach myself web development when tasks were done. Eventually I built a finance calendar in php/symfony modeled after the websites the team built.

I demo'd it to him and I was allowed to start picking up development issues. Eventually became a full time developer. Kept learning and ended up containerizing all our applications and set up a kubernetes cluster, moving us away from VMs. ( responding to a desire from all the devs to start using docker ).

Circled back around and built automation for spinning up k8s testing environments for each the story in the QA queue to simplify things for our testers. By the time I the left the company, they hired a whole company to do everything I was doing, which I held off leaving until they were set up and I was able to knowledge transfer fully to the company. Moved to GoLang also now, don't really do php anymore.

Though still get keepalived alerts when a node goes down.
devthane
·3 वर्ष पहले·discuss
I found it interesting to discover that an Ableton Live project file is a gzipped xml file as well, so you can get at the xml by gunzipping it.

I've played around with trying to generate a schema file from a project file with mixed results.

I very much wish Ableton would support this format or at least publish their schema somewhere so translation could be done.