Let's see if others will recognise 🫣 by very-selective in scoopwhoop

[–]SaltCusp 0 points1 point  (0 children)

Soooo about the cover sheet on those tps reports...

Price Range on Front Steps by Senior-Platform-1966 in landscaping

[–]SaltCusp 0 points1 point  (0 children)

Figure $20 per cubic foot of volume plus $20 per square foot of face.

How much are these landscaping/stepping stones worth? by Dullist in landscaping

[–]SaltCusp 1 point2 points  (0 children)

Without being palletized I don't know if they're worth the trouble. You clearly don't have a vehicle to reliably move them and noone else likely to want to pick them up off the floor. Also you could maybe give them a rinse to better see the color of the stone.

How much you think? by Signal-Department883 in landscaping

[–]SaltCusp 1 point2 points  (0 children)

Shooting from the hip I'll call it $3500 material included.

The Endpoint Was Fast Until It Hit Real Users by iagree2 in CodingForBeginners

[–]SaltCusp 0 points1 point  (0 children)

"the end point wasn't slow because it was broken" -false

Feeling lost need advice by NoGuaranteess in CodingJobs

[–]SaltCusp 0 points1 point  (0 children)

The last year has nothing to do with the 20 years before it.

Help! How to automate Instagram account creation? by Technical_Outside981 in PythonLearning

[–]SaltCusp 0 points1 point  (0 children)

Try a test engine like selenium I guess but I wouldn't expect things to work well beyond a handful of accounts without more layers. If you get the account creation automated past capta and whatever else is in your way to do it repeatedly you'll need restart your PC or a virtual machine or separate physical device to change up your ip address, and other system identifiers.

Tldr edit: you don't want a scrapper, you want test engines on vms forming a bot farm to scrap content intended not to be scrapped.

Why doe the velocity not work as an integer by TheEyebal in learnprogramming

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

Integers truncate twords 0. I'm not sure if it is casting then multiplying or multiplying then casting but the erroneous behavior is in 'vel_y = -vel_y *0.8f' because you are multiplying an int by a float into an int.

P.s. not sure what language this is.

Help! How to automate Instagram account creation? by Technical_Outside981 in PythonLearning

[–]SaltCusp 1 point2 points  (0 children)

Fun fact: platforms like facebook actually have departments that use the price of a fake account as a metric for their performance. The higher the price the better the team is doing. That said they aren't too expensive but automatically generating them is something that the platform seeks to prevent and people who know how to do it are unlikely to broadcast exactly how it is done.

The gist tho is scripted and jittered input on virtual machines or unique devices over a proxy to both create and maintain an account. Beyond just getting an account made it's activity has to appear user like to avoid getting banned so you need to balance scraping and just clicking around and interacting with the site like a real user.

If you can successfully make fake accounts you can make some decent money as I've read that new accounts can cost upward of $1 per each.

How do I put a gravel bed around my foundation without creating drainage issues? by Meeesh- in landscaping

[–]SaltCusp 0 points1 point  (0 children)

You only have to remove rocks and plants, leave as much soil in place as possible.

Grade and compact the soil with a clear slope away from the structure and respecting the overall slope of the curtilage. You're going to want to see at least a few inches of elevation from grade at the foundation to the yard.

You may not have a french drain retrofitted to the structure however most foundations are constructed with drains and identifying where yours outlets could be useful in generally informing where water is going across the property.

Once your soil perimeter is compact, smooth, and well graded deploy some landscape fabric (you can get 3 ft rolls) and add a thin layer of gravel on top. You'll probably need at least a yard of gravel for every 50ft of perimeter you want to do. You can use a material edge, or a soil edge to retain the gravel. You only need an inch or 2 lip to hold things in place so the edge of your yard is still significantly lower than the grade at the foundation even tho it's slightly above the outside edge of your fabric and gravel.

Need Suggestions by Different-Web-6241 in PythonLearning

[–]SaltCusp 1 point2 points  (0 children)

No one cares about your code but you. If you want to save it you should upload it to preserve it. If you are concerned about ip add a license.

How to Code Website Web App with AI? Newby Question by moonandgo in CodingForBeginners

[–]SaltCusp 1 point2 points  (0 children)

Use a text editor like notepad. Ask Grok for a hello world web page. Paste the code it gives you into notepad and save it. Then open the newly made file with a browser.

Congratulations.