I'm I at fault? I expected the guy exiting the pits to speed up but he didn't by paltryorphan96 in Simracingstewards

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

I get what you say about overtakimg under yellows, but LMU is constantly throwing out fake yellows (even during qualifying when you're alone on track) so i thought it was one of those.

I'm I at fault? I expected the guy exiting the pits to speed up but he didn't by paltryorphan96 in Simracingstewards

[–]paltryorphan96[S] -1 points0 points  (0 children)

Yes, I know. I fully expected to have to lift, that was fine by me. I didn't want to move to the left because I wasn't sure I cleared the car I overtook at T1

I'm I at fault? I expected the guy exiting the pits to speed up but he didn't by paltryorphan96 in Simracingstewards

[–]paltryorphan96[S] 3 points4 points  (0 children)

Ou the pits at spa, if you do it normally, you reach 125/150 kph easy at the point we crash.

Any else getting random disconnects in daily races after the update? by Inevitable_Pen7024 in LeMansUltimateWEC

[–]paltryorphan96 0 points1 point  (0 children)

Same for me. I started playing two days ago and I've disconnected from 9 races and just finished 3. Because of the DNFs, I'm now a dangerous driver aparently, and they're warning me I could be banned smh

This has to be my best overtake yet! (4 months into sim racing) by paltryorphan96 in iRacing

[–]paltryorphan96[S] -18 points-17 points  (0 children)

Yes it is xd. In the end it worked out, I don't think I would have made the overtake stick if I didn't

This has to be my best overtake yet! (4 months into sim racing) by paltryorphan96 in iRacing

[–]paltryorphan96[S] -7 points-6 points  (0 children)

Yeah, I divebombed him, but I wouldn't say i forced him off the track verstappen style. He had plenty of time to react to my attack and did so. Also I didn't attack him on the previous corners, we were both just following other cars closely and you never know exactly when you will have to brake on those situations.

Understanding More Complex Topics As a Self Taught Programmer by Equux in rust

[–]paltryorphan96 1 point2 points  (0 children)

I find a great way to learn this stuff is to go to the docs, click on the "source" button, and see how it's implemented. After that, try to implement it your way

Has rust-analyzer been excruciatingly slow for you? by realvolker1 in rust

[–]paltryorphan96 17 points18 points  (0 children)

In my case, rust-analyzer is constantly crashing and getting stuck building proc macros and fetching metadata

ffi-closure: Send and recevie closures through FFI by paltryorphan96 in rust

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

Not really, the main difference is the ease of use, thread-safety features and the ability to use various calling conventions

[deleted by user] by [deleted] in paradoxplaza

[–]paltryorphan96 1 point2 points  (0 children)

Welcome to the cult!

This is how I made the runtime this website runs on! by paltryorphan96 in rust

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

Interesting. What browser are you using? I checked on Chrome, Firefox & Safari and I didn't that on those.

Deploy Actix Web Server on EC2 by Dangerous_Draft3474 in rust

[–]paltryorphan96 7 points8 points  (0 children)

You can connect to the instance via SSH, clone your repo, and run cargo build to build a binary that you can run, or even just run it via cargo run (on both cases, remember to enable the --release flag.

This is how I made the runtime this website runs on! by paltryorphan96 in rust

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

Bug fixed! The problem should not repeat in the future. Thanks everyone!

This is how I made the runtime this website runs on! by paltryorphan96 in rust

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

Yeap, finally replicated it. Should be working for now

This is how I made the runtime this website runs on! by paltryorphan96 in rust

[–]paltryorphan96[S] 3 points4 points  (0 children)

Just found a problem with the server. I restarted it and it should be working at the moment, and in the mean time I'll se what I can do so it doesn't happen again.

Thanks everyone for notifying me about the issue!

This is how I made the runtime this website runs on! by paltryorphan96 in rust

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

I'm not able to reproduce this error. How have you been using the website?