[-] GetOffMyLan@programming.dev 2 points 2 years ago

NavigationServer2D seems more like a nav mesh style approach.

A* is for finding the best path between connected points.

[-] GetOffMyLan@programming.dev 2 points 2 years ago

I think I had a cuppa before I crashed. But those 3 days are a complete blur.

[-] GetOffMyLan@programming.dev 2 points 2 years ago

It'll be a good time for the richer states once things settle down tbf.

[-] GetOffMyLan@programming.dev 2 points 2 years ago* (last edited 2 years ago)

Indeed. But everyone has different levels of ability. Again mental health can drastically increase this difference.

My advice for dealing with this is using yourself as the measuring stick. Are you better than you were a year ago? Etc.

Aim to beat your personal best and that's still good progress.

[-] GetOffMyLan@programming.dev 2 points 2 years ago

Hopefully there'll be a power vacuum and all the politicians currently sucking his dick will fight for control of the base. This will hopefully splinter them and they can quietly fight amongst themselves.

[-] GetOffMyLan@programming.dev 2 points 2 years ago

If it has learned from the source code you'd be surprised how good it is at that as well.

For docs it's better, for other stuff it's way worse than a human.

It's a shame so much stuff is locked up in discord these days.

[-] GetOffMyLan@programming.dev 2 points 2 years ago

Bots just get around that by adding random amounts. We learnt this with RuneScape lol

Also in a fast paced FPS they aren't going to hit the same spot from the same position repeatedly.

[-] GetOffMyLan@programming.dev 2 points 2 years ago* (last edited 2 years ago)

How would you check two variables have equal values without changing the value of one otherwise?

Assignment you are assigning a value to the left side. Equality you are checking if the left and right are equal.

It's "set equal to" Vs "is equal to" one is an operation the other is a condition.

[-] GetOffMyLan@programming.dev 2 points 2 years ago* (last edited 2 years ago)

It has always had structs. They are often used for interop but can be used to avoid allocations and they are memory safe out the box, which nice.

Both languages are really great in my opinion. But very different use cases generally.

[-] GetOffMyLan@programming.dev 2 points 2 years ago* (last edited 2 years ago)

The research shows a decrease in symptoms after the procedure and nothing more or less.

It doesn't say anything about gut disorder or why they could be linked.

[-] GetOffMyLan@programming.dev 2 points 2 years ago* (last edited 2 years ago)

It is an expensive operation as it needs to unwind the stack to get the stack trace.

But if you're checking a single file you won't notice it.

If you're doing it in a tight loop it'll be very noticeable.

Checking the file exists also has a cost.

I likely wouldn't bother if I was saving a single file especially as there are other exceptions that could be thrown in the process.

[-] GetOffMyLan@programming.dev 2 points 2 years ago

I started with the rust book and used chatgpt for any follow up questions I had.

view more: ‹ prev next ›

GetOffMyLan

0 post score
0 comment score
joined 2 years ago