4
jestdotty
48d

this is not a solution, what the fuck https://github.com/seanmonstar/...

modern era, where a "safe" language can't even do basic bitch network calls right and then you write a retrying loop macro to get around it. yeah I had that already because I didn't have access to reqwest configurations and I think the library I was using to wrap the reqwest calls to the API was doing something wrong. turns out the fucking accepted by a damned GPT bot solution is to JUST KEEP RETRYING?!

WHY IS IT SENDING TERMINATE CONNECTION MESSAGES RANDOMLY

unfathomable. one of the most popular crates on rust. maybe they should care less about their cult and more about their ridiculous-to-have bugs

remember kids, javascript is the devil, JavaScript is ugly, messy, you have brain cancer if you use JavaScript. at least it can do network calls properly without you having to make retry loop MACROS (because the generic system sucks) all over your code!

Comments
  • 4
    Solved by doing it a few times in a loop 😂 "SOLVED". With people with such attitude even Rust can't protect.

    Safe language is a scam. Just made a beautiful zip archive alternative in C. No leak in it. Just stay awake.

    C++ has won a prize by still having no decent substr, replace and split for string objects (wtf does that stdlib provide anyway, made by idiots) but has the reputation that you can do stuff in too many ways so there's no standard.

    Rust didn't resolved C++ complexity problem and also can do stuff on many ways. What does it bring to the table? Their crate ecosystem is at least good I've heard.

    Just quit that silly language and come to the C side :D

    Or try Retoorscript. It supports if-else since today. Unlimited innovation
  • 1
    Low level networking is just not easy. You can learn it from one chatGPT example, still I have a whole book about it. Many caveats. Socket shutdown!= closing for example.

    I miss you on Matrix btw :(
  • 1
    yea come back u nazi we love u
Add Comment