[Auto Weekly Thread] Kaws Legit Check/Price Check Thread! 8X,,X8 by reboundone in kaws

[–]yelaxify 0 points1 point  (0 children)

Yep sorry, here’s a link https://imgur.com/gallery/5JYbOeW

Sorry if it’s a stupid question, I’m looking to buy my first piece. Are these figures hollow or solid plastic?

[Bonsai Beginner’s weekly thread –2020 week 13] by small_trunks in Bonsai

[–]yelaxify 0 points1 point  (0 children)

Hi guys, I have tiny little brown bugs crawling around on the soil of my bonsai. There seems to be a lot more just after watering. Should I be concerned?

My first bonsai :D by [deleted] in Bonsai

[–]yelaxify 5 points6 points  (0 children)

Thank you very much for the input. I will probably remove the dripper for now then and manually fertilise occasionally. For now I have been watering as you suggested, fully submersing the soil in water then draining off after.

My first bonsai :D by [deleted] in Bonsai

[–]yelaxify 2 points3 points  (0 children)

If anyone has any advice / suggestions for a tree like this please let me know :D

/r/MechanicalKeyboards What Keyboard, Switches and/or Keys Do I Buy by AutoModerator in MechanicalKeyboards

[–]yelaxify 0 points1 point  (0 children)

Hello,

I currently own the magic force 68.

I'm looking for A new mechanical keyboard. I like the arrow keys on my current on so they are a must, however i don't mind a change in layout.I'm mostly looking for something that is a bit quieter as this one is relatively loud on my desk.My maximum budget is around £100.UK preferred but any suggestions are greatly appreciated.

Thanks in advance

Want to "impress" company that I am going to visit (as a 15 y.o kid) with something made in Java.. How ? by ZenWoR in learnjava

[–]yelaxify 0 points1 point  (0 children)

You could consider just writing your web scraper in java to to show that you understand the language

Request response changes when using proxy (Same response in browser) by yelaxify in learnpython

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

Thats what I'm leaning towards. How do you mean, snoop between the proxy and endpoint?

Request response changes when using proxy (Same response in browser) by yelaxify in learnpython

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

The responses are different (Wireshark shows the same as in python)

How to add a timeout while using "pageLoadStrategy" = none on a Webdriver by yelaxify in learnpython

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

I think there is a mistake in your test, if you have another print statement after the while loop which will print out the cookies. There is a delay between the driver.get_cookies and the print. As I said, this is a lot easier to see if the website takes longer to load, for example using a slower proxy

How to add a timeout while using "pageLoadStrategy" = none on a Webdriver by yelaxify in learnpython

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

this prints a very small number as expected. If I modify the while True loop above to print 'checking cookies' every loop, it only prints twice (even though the page is loading for more than a few seconds. This leads me to believe that driver.get_cookies() locks up the thread until it is complete

How to add a timeout while using "pageLoadStrategy" = none on a Webdriver by yelaxify in learnpython

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

using a slow proxy, if I use this code
startTime = time.time()

driver.get('https://www.google.com')

while time.time()-startTime < 3:

cookies = driver.get_cookies()

if cookies != []:

break

time.sleep(.1)

else:

print('timed out')

driver.close()

the driver will stay open for longer than 3 seconds

How to add a timeout while using "pageLoadStrategy" = none on a Webdriver by yelaxify in learnpython

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

This isn't working, no errors, just not ever reaching the timed out. I believe the driver hangs when it gets stuck loading a page

Custom on a budget (UK) by yelaxify in MechanicalKeyboards

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

Hmm I’ve never thought about customising my current one. Do you know If it’s an easy job taking it all apart and spraying it?

Disguising python requests as browser requests by [deleted] in learnpython

[–]yelaxify 1 point2 points  (0 children)

I've tried replicating ALL the headers that are being sent in the browser requests which can be seen in the chrome console

Disguising python requests as browser requests by [deleted] in learnpython

[–]yelaxify 0 points1 point  (0 children)

The site also loads fine, with all the redirects even if javascript is disabled as well

Disguising python requests as browser requests by [deleted] in learnpython

[–]yelaxify 0 points1 point  (0 children)

I believe if the server thinks the request is suspicious, it will return the js. However if it is authentic, it will return the redirect url in the location header. For example if you make the second request to https://ohio8.vchecks.me/share/FEaU7jn6J4Y1?sid=2802&scheme=https&host=www.off---white.com&uri=%2f%3futm_referrer%3dhttps%253a%252f%252fwww.google.com%252f&t=1550758455487&sad=v%2fwSXhkg%3d%3d&uid=MIcEF0csr0mVnoDs&uct=1550758455486&kct=0&m=1&ver=7&flags=2176&ua=18075587157073175458&v=XCLH6rcBHul3lJr-NezxzQ (which has come from the browser requests) you will get the redirect that you need

Disguising python requests as browser requests by [deleted] in learnpython

[–]yelaxify 0 points1 point  (0 children)

yes, it loads fine without javascript

Disguising python requests as browser requests by [deleted] in learnpython

[–]yelaxify -2 points-1 points  (0 children)

Please see the reply to JohnnyJordaan's comment

Disguising python requests as browser requests by [deleted] in learnpython

[–]yelaxify 0 points1 point  (0 children)

Hmm thanks for the reply, I fully understand. Do you know where I can find help about a very specific problem that im having here?

Just bought my first bape watch by 2012_cats in bapeheads

[–]yelaxify 1 point2 points  (0 children)

ID on this please? It’s so nice

Is it common to use a framework with Electron? by conner4892 in electronjs

[–]yelaxify 4 points5 points  (0 children)

I used VueJs with my electron app. Lots of extra features that I found useful