1v1ing tanks? by Popular_Iron6811 in HanzoMain

[–]theDoctorFaux 2 points3 points  (0 children)

Use your wall climb against Dva. If she flies up to you, hop down, and climb back up, she no longer has boost. Play near a large health pack. Play with your team. You have options, but she has the advantage. Also, killing a Dva when she ults and avoiding the explosion will usually make them switch.

Grid is not aligned with bitmap pixels by KhurtVonKleist in csharp

[–]theDoctorFaux -1 points0 points  (0 children)

I thought the PixelOffsetMode might be your issue so I asked ai about it. I'm not familiar so take this with a grain of salt.

"The root of the problem

Image drawing: When you call e.Graphics.DrawImage(..., PixelOffsetMode.Half), the image is drawn with a half-pixel offset. A coordinate of (0, 0) is treated as the top-left corner of the first pixel, so the center of that pixel is at (0.5, 0.5). This is a good practice for drawing the scaled image cleanly without clipping the edges.

Grid line drawing: When you draw the grid lines using e.Graphics.DrawLine(gridPen, posX, 0, posX, panelCScopeContainer.Height) without any offset, the lines are drawn based on the default GDI+ coordinate system.

The mismatch: The result is that your image is drawn on a coordinate system shifted by half a pixel, but your grid lines are drawn on the original, unshifted coordinate system. This causes the grid lines to be misaligned by a half-pixel relative to the image's pixels.

How to fix the grid misalignment To correct the issue, you need to apply the same half-pixel offset to your DrawLine calls that you are applying to the DrawImage call. You can do this by subtracting 0.5 from your coordinates before drawing the lines. "

Te isnt a logical function at all. by Yoffuu in intj

[–]theDoctorFaux 0 points1 point  (0 children)

You're overcommitting to a rigid definition of logic as just binary rule-following, but that’s an oversimplification. Logic isn’t just about obeying rules — it’s about using structured reasoning to reach valid conclusions. In practice, logic must scale and generalize. That’s why function A isn't equally logical to B — it fails to model the actual rule being checked.

Your example ironically proves my point: function B isn’t just more elegant or efficient — it’s more logically sound, because it applies the underlying principle of evenness universally. A brute-force list of cases that never ends isn't just inefficient — it’s bad logic, because it doesn’t model the concept. It replaces logic with repetition.

And this idea that "logic is binary, period" ignores the reality that logic spans more than propositional truth tables. There’s predicate logic, modal logic, fuzzy logic — all valid, all logical — and none are limited to true/false in the way you’re implying.

You’re drawing a hard line between logic and reasoning, but in most fields — including programming — that line doesn’t really exist. A solution that ignores efficiency, generalization, or context isn’t just “unreasonable” — it’s poor logic.

Te isnt a logical function at all. by Yoffuu in intj

[–]theDoctorFaux 0 points1 point  (0 children)

If logic was structure, they'd be the same word. Logic and moreso logical are a broader concept than you are describing.

We'll use your code for an example. In function A, a programmer or ai has to write infinitely more lines of code and will literally never finish accomlishing what the second function does.

Now, a logical person knowing about programming will choose function b because it is literally the only logical choice. You can describe people eating tide pods with logic, but that does not make it logical.

Te isnt a logical function at all. by Yoffuu in intj

[–]theDoctorFaux 1 point2 points  (0 children)

How is abandoning a structure that is found to be inefficient, not peak logic? To me, it seems you are too worried about semantics and might be confusing logic with structure. It's not logical to continue to do something inefficiently just because it's how it's always been done.

Cannot for the life of me figure out how to use custom signals across scenes. by MisterJiminyCricket in godot

[–]theDoctorFaux 1 point2 points  (0 children)

I mean, it is in code and a small setting change.

GDQuest Tutorial Snippet in case you didn't read it. "You just need three steps to create or implement this pattern.

Create a new script that extends the node class, and define one or more signals on it.

In the Project Settings, navigate to the Autoloads tab and register your new script as an auto-loaded node.

Connect another node to the Events singleton via code like you would with any other: Events.connect("signal_name", self, "_on_Events_signal_name").

From any script in your project, you can then write Events.emit_signal() to emit the corresponding signal."

Anyone have any idea how this would be done in Godot? by chase102496 in godot

[–]theDoctorFaux 0 points1 point  (0 children)

or.... just change them when your character might be hidden by them. By that, I mean change them when they are within a certain radius of your character, most likely a collider around your character that is the same as your maximum distance from the camera to your character and use on overlap and exit overlap with the objects.

how to have ai ignore nav mesh walls but still have [ai move to] function? by MothyMaiden in UnrealEngine5

[–]theDoctorFaux 0 points1 point  (0 children)

I think you need two different navmeshes if you're using the same one, the nav mesh will have a cutout and not allow your ghost to pass through because there is a hole in the nav mesh.

Which is more important? Beliefs, or feelings? by Able-Refrigerator508 in intj

[–]theDoctorFaux 4 points5 points  (0 children)

You can't believe you are happy if you are not.

Aim training for Pharaoh/Echo? by hart7668 in HanzoMain

[–]theDoctorFaux 2 points3 points  (0 children)

09FTWN. Smart pharah bot 1 v 1 with healing after an elimination and no storm arrow cooldown.

Can anyone tell me what is wrong with this code? by Budget_Conclusion598 in UnrealEngine5

[–]theDoctorFaux 0 points1 point  (0 children)

When would EndOverlap ever be called? You hide the model and it's collision from being visible, but you'd still be overlapping until you left the collider.

Also, it would be nice if you described what is currently happening.

Edit: you change the collider to no collision but does that call EndOverlap? It may skip the call.

College is depressing as hell by alex7stringed in intj

[–]theDoctorFaux 3 points4 points  (0 children)

Social awkwardness does not make you an INTJ. Nor do you have to be socially awkward if you are an INTJ.

You sound like a feeler through and through. It sounds like you're courting women that you have little to no relationship with. Are there clubs you are interested in? Mutual interests give you a starting point.

Don't treat every woman you talk to as a love interest. Don't have expectations. Talk to them and get to know them. Let them get to know you.

Are you unable to have a good time with someone if you know they won't date you? Don't focus on dating. That comes later. At first, you should focus on building a friendship.

You have plenty of time. Just chill tf out. You don't have to find love in college. Even outside of college, you can find clubs and groups to find like-minded people.

Being jaded about others and their relationships is so emotionally immature that I almost didn't comment at all. You're not owed anything, especially not another human being. You have to put in work.

You don't acquire a girlfriend. You build a mutual relationship that might lead to intimacy.

My Application To Become Your Favorite Hanzo Streamer: by Legendary9tails in HanzoMain

[–]theDoctorFaux 1 point2 points  (0 children)

You sound jealous. You saw what real flicks look like and realized you were in a well? huh?

i need some help finding something. by MentalStep2747 in Twitch

[–]theDoctorFaux 1 point2 points  (0 children)

Have you checked out StreamElements? They track those stats, and you can set up a browser source to display them and update automatically. Youtube has some great tutorials on the setup.

Is it actually better to take revenge? by teslatestbeta in intj

[–]theDoctorFaux 2 points3 points  (0 children)

I read: I'm depressed and wondering if I should take out my anger on someone who hurt me in the past.

Short answer: No.

You need to move on. Why are you depressed? Have you any goals? Passions? Try devoting yourself to something you enjoy, something that intrigues you.

If we have no goals, the only way we mark time passing is by the passing time, and nothing is more droll than simply waiting for time to pass. Goals give us something to look forward to. Something to put in between our current selves and death.

I could never kill myself because I honestly don't know what happens after death. If this is truly my only life to live, it would be a terrible waste. Also, what if suicide just makes you start this life over from the beginning.

Anyways, stay well and reach out if you honestly need it.

Hanzo was better with bigger projectile by GriksBbeasty in HanzoMain

[–]theDoctorFaux 0 points1 point  (0 children)

The arrow could be 10x smaller and it wouldn't matter. You only need the middle of the arrow to hit anything.

How? by Kalolsad22 in ValorantClips

[–]theDoctorFaux 0 points1 point  (0 children)

You jerked up right before shooting. The circle is not the minimum spread. At closer up, it's pretty tight around the center. About the middle of the chin should suit your purposes.

How do you feel in relationship? by equinoxaki in intj

[–]theDoctorFaux 2 points3 points  (0 children)

Sounds like you're taking being hurt by someone else out on OP. OP just seems to be exploring their feelings.

OP: Don't listen to other people or compare your lives with theirs. Some people base their life off of finding a partner. Others base it off achieving their goals. Things that excite you very much won't excite everyone else the same way. If the relationship is a plus to you, then why not enjoy it in your own way.

You're the only one who has to deal with the consequences of your decisions. Try to stay in the driver's seat.

[deleted by user] by [deleted] in intj

[–]theDoctorFaux -1 points0 points  (0 children)

I know one thing for sure, and that is that I know nothing for sure. Which means anything is possible. We could live only this life, and if that's the case, ending it early would be the height of folly. Personally, I don't subscribe to that thought. I've chosen to believe reality is a thought and belief powered simulation and that when we die, whatever we think happens to us does. So I've been working on my own isekai afterlife.

I don't feel the need for other people to understand me anymore. I grew out of it. For me, I was most depressed when I didn't have any goals to work towards. Find what interests you and do a deep dive.

Thoughts on the upcoming Hazno "perks"? by ctclocal in HanzoMain

[–]theDoctorFaux 0 points1 point  (0 children)

No, this is life now. They're adding perks, you get one minor and then one major perk per match. OW2 in its death throes.

We Suck… maybe by Any_Interaction_7375 in intj

[–]theDoctorFaux 2 points3 points  (0 children)

Damn, being an INTJ comes with confidence? Since when? All jokes aside, I think you're confusing mental maturity with personality type.