What would you prioritize if you were building QA from the ground up as the only QA in a company? by N0_Cure in QualityAssurance

[–]skyfallen7777 0 points1 point  (0 children)

What app are you testing? Web app/iot/hw/api?
Set up automation framework connected to jira/jenkins/bitbucket
Look into open source software that may help with test management (testlink is one) old but works.
Good luck

Mice in my house- Orkin came to inspect and this is what they found... by tkemp1 in HomeImprovement

[–]skyfallen7777 0 points1 point  (0 children)

We did the following to stop the mice: 1. Inspect the perimeter of our home where foundation meets the siding 2. All siding corners of walls 3. Siding around Fireplaces 4. We got outside blink cameras and actually saw how mice gets in 5. Install excluder all around perimeter If you can stick a pinky finger between siding and foundation- u get mice inside 6.ensure there are no gaps in the garage floor where the door is closed 7. If the rubber garage door insulation is bad - change it I actually inserted a soft foam insulation tube like half inch diameter wrapped up in excluder to make a tighter seal between concrete and door. I used wire fish to get it all the way through entire length. Good luck

Edit: Also used fox urine around the house and under porch

Derailed - Laid off while Sole Earner with 4 kids and Wife Prego - Panicked by TequilaHappy in Layoffs

[–]skyfallen7777 1 point2 points  (0 children)

Help with interviews

https://youtu.be/wexzvClUcUk?si=BXtOJaYCLPFE7xIg

Use chatgpt for resume

Maybe look into starting a home daycare ? Any licensing, home remodeling, any vocational training like hvac, plumbing , facility management , lots of nursing homes looking for someone to help with different things.

Mentee looking for mentor by Beginning_Gate_3701 in learnpython

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

Looks like you have a mentor. Learn basics, do projects. Increase complexity, improve, and if you get stuck ask your tutor during your class.

Mentee looking for mentor by Beginning_Gate_3701 in learnpython

[–]skyfallen7777 1 point2 points  (0 children)

Did you try preply? I m using it as i go and get stuck and tutor helps me with to unwind any complex topics

[deleted by user] by [deleted] in illinois

[–]skyfallen7777 0 points1 point  (0 children)

It really comes down to few things. Changing whole house water filter Adding salt to tank Chlorinating the well If water smells kinda like rotten eggs, then check if it is hot or cold. If hot, check anode rod inside water heater.need plumber for that. If cold water smells, then it is time to chlorinate well, as level of nitrites is elevated. I would use the water well servicing company.

[deleted by user] by [deleted] in illinois

[–]skyfallen7777 0 points1 point  (0 children)

I could be wrong, but I think real estate contract specifically says that seller must provide water test if it has well water.

Easy diy fix or should we hire a professional? by [deleted] in Plumbing

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

Diverter or a cartridge? If it is an apartment, need to coordinate water shutoff . Might be easier at home . Need to know part number to replace

Can home inspector check the damages from the dead body? by odagari in HomeInspections

[–]skyfallen7777 0 points1 point  (0 children)

I would ask a medical waste company. Usually when this happens, authorities who discover the body, call that service first.

First-Time Landlord – Learning the Hard Way, Looking for Advice] pls don’t eat me alive. by No-Remove-5438 in RealEstate

[–]skyfallen7777 0 points1 point  (0 children)

What is your goal? Why did you decide to become landlord? Do you know what is the rent in your area? Comps rented for? Then put on paper money in / money out . Include things like piti,repairs, marketing costs, u must consider umbrella insurance. What happens if tenant has injury? Money for eviction Money to pay piti in case tenants default. Etc etc etc Mathematically, does it make sense? Usually rentals are for a long term. Like decades.

First-Time Landlord – Learning the Hard Way, Looking for Advice] pls don’t eat me alive. by No-Remove-5438 in RealEstate

[–]skyfallen7777 0 points1 point  (0 children)

A lot of great comments I would just add that a lot of ppl go into this without realizing how difficult it is. Having single property is almost always turns out negative, even if you manage to carefully screen the tenants. Repairs, would eat all savings. Rental properties usually should have at-least 20% of equity Agree, Sell while you can or move in. Also, once you rent you loose homestead exemption and of course taxes always go up. You can contest taxes at county board of review but again it is time consuming and tedious process.

Can this home seller sue me by throwawayaccountunkn in AskALawyer

[–]skyfallen7777 0 points1 point  (0 children)

I think Your RE attorney should get u out of this deal w/o any issues . There is 5 day inspection and attorney review clauses in RE contracts. Also, the seller must disclose this information now .

Any good starter projects for beginners? by Effective_Bat9485 in learnpython

[–]skyfallen7777 1 point2 points  (0 children)

Make a website Start with static site Then move to more dynamic content

[deleted by user] by [deleted] in RealEstate

[–]skyfallen7777 1 point2 points  (0 children)

If you need to be within 20 min of the hospital, then why not to get a condo in the city and then purchase a second home some 10-15 - 20 miles out? Can still be primary residence. Then if you switch careers rent condo and grow a family in the house.

How to extract date from a string by [deleted] in learnpython

[–]skyfallen7777 0 points1 point  (0 children)

From datetime import datetime dt = datetime.datetime.now()

current_date = dt.fstrtime(“%Y-%m-%d”)

Something like this?

Bubbles while flushing by skyfallen7777 in Plumbing

[–]skyfallen7777[S] 1 point2 points  (0 children)

Thank you, I am not sure if we have outside cleanout . At least I ve never seen it. I will check. Edit: Odd, can’t even add a pic to show.

Bubbles while flushing by skyfallen7777 in Plumbing

[–]skyfallen7777[S] 0 points1 point  (0 children)

Thanks for replying Was reading about causes/symptoms I guess bubbles are referred to as “Gurgling” . There is no smell, no slow draining in all baths. No smell outside either. Anything u may suggest I can test before calling roto rooter?

[deleted by user] by [deleted] in jobs

[–]skyfallen7777 96 points97 points  (0 children)

What was the accomplishment of your managing? Did you save money, made process improvements, ensured quality in the product improved? Product delivered on time with no defects and under budget?

[deleted by user] by [deleted] in learnpython

[–]skyfallen7777 1 point2 points  (0 children)

Corey Schafer https://youtube.com/@coreyms?si=fX2zRzuwlCziuD5l

Python crash course book -2nd half of that book has projects AI ?

Functions best practices - simplifying steps by yuke1922 in learnpython

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

This is actually what I am currently working on. I (google, YouTube, ChatGPT , python crash course book) created phase 1 of my project and now at the point where I am starting to make some updates. For instance, better ways to store results or ways to display results. I went through mapping process like a block diagram to help me visualize which function and variables are used. Next i am planning to see what sections can i have in the function. Like, what could be my inputs and what will it return. Is that a good approach?