←back to thread

923 points zh2408 | 1 comments | | HN request time: 0.258s | source
Show context
istjohn ◴[] No.43743958[source]
This is neat, but I did find an error in the output pretty quickly. (Disregard the mangled indentation)

  # Use the Session as a context manager
  with requests.Session() as s: 
   
 s.get('https://httpbin.org/cookies/set/contextcookie/abc')
      response = s.get(url) # ???
      print("Cookies sent within 'with' block:", response.json())
https://the-pocket.github.io/Tutorial-Codebase-Knowledge/Req...
replies(2): >>43744024 #>>43744100 #
totally ◴[] No.43744100[source]
If only the AI could explain the errors that the AI outputs.
replies(1): >>43748861 #
1. ForOldHack ◴[] No.43748861[source]
Cannot you stuff the snakes tail into its mouth?

I tried this for some very small decompilation projects, and it was cute at best.

Then I sent it a boot loader. I should have posted it on a ceral box for better results.

Is someone going to suggest that I check the dissembly into git hub and watch it make a tutorial?