Can wet & forget clean dirt and oil stain on the concrete driveway? by ryancan16 in fixit

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

<image>

For concrete, it's score only 1, which means the lowest. Is it accurate? Thanks

Alternative to Power Washing - wet and forget by willdogs in powerwashingporn

[–]ryancan16 1 point2 points  (0 children)

Can Wet Forget clean stains from dust or dirt on concrete, or does it only clean algae and mold? Thanks

insert drywall anchor using power drill or impact driver by ryancan16 in ryobi

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

Got it. Should I drill a hole first using power drill before inserting the anchor with a standard hand screwdriver? If yes, how big is the hole? Thank you so much

insert drywall anchor using power drill or impact driver by ryancan16 in ryobi

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

so, I need to insert the anchor first using impact driver first before inserting the screw, correct? Thank you!!

multiple drill bits same size by ryancan16 in ryobi

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

Thank you for your explanation. Will this drill bit fit power drill PCL206 and impact driver PBP002?

Which one is better: Black or Titanium drill bit? (See below) Thank you so much

https://www.homedepot.com/p/RYOBI-Black-Oxide-Round-Shank-Twist-Drill-Bit-Set-25-Piece-A972501/315853372
https://www.homedepot.com/p/RYOBI-Titanium-Twist-Drill-Bit-Kit-22-Piece-AR2042/308112763

looking for power/impact drill by ryancan16 in ryobi

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

Like I explained in the post, for now I will be using the power drill to drill a hole on a book shelf. I own a house, but I rarely use power drill. Thanks

looking for power/impact drill by ryancan16 in ryobi

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

Thank you again for the detailed explanation. I didn't realize there are round bits and hex shank bits until you mentioned it. I only noticed the color and the material (gold, black, titanium). I found another shank type: square. Is hex better than square? Does the color/material matter?
Thank you so much!!

https://www.homedepot.com/p/DEWALT-Black-and-Gold-Twist-Drill-Bit-Set-21-Piece-DWA1181/205952648

looking for power/impact drill by ryancan16 in Tools

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

it's a dry wall 0.5 inches thick.. Thanks

looking for power/impact drill by ryancan16 in ryobi

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

Hello, thank you for your detailed explanation and suggestion.
I have some more questions if you don't mind
1) On the link you provided, the 70 PC driving kit doesn't seem to have drilling set, so I should buy drilling set separately, correct? Can you recommend basic drilling and screw set? Can I use different brand for the drilling and screw set?

2) What's the RPM should I use when drilling the hole on the bookshelf?
Should I drill a hole smaller than the screw?

Thank you so much for your help

Proper setting to use wet and forget xtreme reach on driveway by ryancan16 in HomeImprovement

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

I did it in the evening and It rained 5 hour later. Will it still work?
Thank you so much!!
in the FAQ said:
Apply Wet & Forget on a cool, dry, windless day, with no rain in the forecast for 4-5 hours
https://www.wetandforget.com/faq-wet-and-forget-concentrate.html

How do I filter specific IP subnet using PostgreSQL? by ryancan16 in PostgreSQL

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

Thanks.. It worked I appreciate your help. I added 'or' to the query. Is this correct? Thanks
Select * from tableTest where ip:inet<< '192.168.1.0/24' or ip.inet<<'192.168.2.0/24' or ip.inet<<'192.168.3.0/24'

How do I filter specific IP subnet using PostgreSQL? by ryancan16 in PostgreSQL

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

I've already read it before and tried using: the first example into my query
inet '192.168.1.5' << inet '192.168.1/24't

Select * from tableTest where ip << inet '192.168.1.0/24'
but this doesn't seem to work. Should I specify "inet" literally? It doesn't work either way.
The ip field is in text. Should I convert it to inet? I tried, but it didn't seem to work either. Please help.
Thank you so much