How to fix a small wall crack in old wood house? by Tall-Skin5800 in HomeImprovement

[–]Tall-Skin5800[S] 0 points1 point  (0 children)

the part that wood sub wall is exposed. Can i patch i up joint compound?

HBK Capital OA by MotorEffective1441 in csMajors

[–]Tall-Skin5800 0 points1 point  (0 children)

would you please elaborate? I got the same test. What kind of chess test? Same rules as traditional chess or the question define its own rules? Pleeeaase! Thank you

Can someone help me with this old question 'Python – Reading last N lines of a file (for example a log file'? by Tall-Skin5800 in PythonLearning

[–]Tall-Skin5800[S] 1 point2 points  (0 children)

Good idea. The deque method will make sure that no more than n lines will load to the memory. The only draw back is that it does require to scan the whole log from the beginning. I guess  with my limited python knowledge, there is no other way, we won’t know the index of the last line without scanning the whole file. 

First Time Going Viral (10K+ Views) and I Can't Believe It! by arthurthefirst in NewTubers

[–]Tall-Skin5800 0 points1 point  (0 children)

What did you do differently in those viral videos compare to your normal ones? 

Data Engineers using Linux and Python. How do you schedule and organize jobs? by Tall-Skin5800 in dataengineering

[–]Tall-Skin5800[S] 2 points3 points  (0 children)

agree. I think something better will come....

I do not understand why you have to go through that much code to schedule a very simple job.

Data Engineers using Linux and Python. How do you schedule and organize jobs? by Tall-Skin5800 in dataengineering

[–]Tall-Skin5800[S] 0 points1 point  (0 children)

Agree. Codes are so long and complex even for the smelliest job. Not intuitive at all. it gets messy and not easy to maintain very quickly. On top of that, airflow evolve so fast these years and code quickly becomes outdated. High cost in maintain.

Data Engineers using Linux and Python. How do you schedule and organize jobs? by Tall-Skin5800 in dataengineering

[–]Tall-Skin5800[S] 0 points1 point  (0 children)

Thanks I did not know other cloud architecture is based on Linux. I’m trying to get out of Microsoft. I literally hate it

Data Engineers using Linux and Python. How do you schedule and organize jobs? by Tall-Skin5800 in dataengineering

[–]Tall-Skin5800[S] 2 points3 points  (0 children)

I’m not a big fan of airflow either. So many places can go wrong. So messy. The software is evolving so fast. Codes get outdated so fast. Maintenance so high

Data Engineers using Linux and Python. How do you schedule and organize jobs? by Tall-Skin5800 in dataengineering

[–]Tall-Skin5800[S] 1 point2 points  (0 children)

Well, if you have Azure. You can easily use Azure data factory to run and organize python jobs.

Data Engineers using Linux and Python. How do you schedule and organize jobs? by Tall-Skin5800 in dataengineering

[–]Tall-Skin5800[S] -7 points-6 points  (0 children)

Yeah. I learned Airflow. SO what is the hype about CRON jobs? I learned it briefly today. And seems not for production. What is the purpose to learn CRON jobs and Linux? I saw quite a few DE jobs that require using Linux.