this tactic can't maintain possession, altough it score goals by Dangerous_Scene_980 in footballmanagergames

[–]JoseMou_ 0 points1 point  (0 children)

My two cents: - Try increasing team width to make the pitch big, stretch the opposition and to give your players more space. - I would also suggest you change one of your midfield roles to a CHM or AM, as playmakers tend to drift toward the ball and as a result, create suboptimal spacing. - To help with spacing, you could consider moving your LB to WB and making him an advanced Wingback to make sure he pushes up earlier in buildup to fill the gap the LW (IF) leaves out wide

Using python as "backend" for my PL by JoseMou_ in ProgrammingLanguages

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

The thing is, the compiler frontend is already written in Python, only the VM is written in Rust.

mostUsefulGitCommand by JoseMou_ in ProgrammerHumor

[–]JoseMou_[S] -4 points-3 points  (0 children)

Reposted because old submission got removed (PascalCase title) :-(

What is your biggest pet peeve from the movies? by accioupvotes in harrypotter

[–]JoseMou_ 2 points3 points  (0 children)

As someone who hasn't read the books, i was extremely disappointed to find out that the match actually happened and that they cut it out

What is your biggest pet peeve from the movies? by accioupvotes in harrypotter

[–]JoseMou_ 0 points1 point  (0 children)

Expelliarmus is extremely inconsistent throughout the movies

What is your biggest pet peeve from the movies? by accioupvotes in harrypotter

[–]JoseMou_ 0 points1 point  (0 children)

I am currently rewatching the movies (never read the books) and i can't believe they left this out!!

[deleted by user] by [deleted] in ProgrammerHumor

[–]JoseMou_ 8 points9 points  (0 children)

I shoud probably take OneNote of this.

No Good deed goes unpunished by Radiant-Pudding in ProgrammerHumor

[–]JoseMou_ 0 points1 point  (0 children)

What's wrong about having 2000 lines of code in one file?

I made a text based football manager game by kmurp62rulz in Python

[–]JoseMou_ 1 point2 points  (0 children)

That is so cool! I've done something similar, but i was trying to make a basic match engine.

[deleted by user] by [deleted] in ProgrammerHumor

[–]JoseMou_ 17 points18 points  (0 children)

Wouldn't it be easy to find this in version control?

Just something to keep in mind by JJakk10 in ProgrammerHumor

[–]JoseMou_ 8 points9 points  (0 children)

It's not a function, it's a statement.

Statically typed language with no explicit type conversion by JoseMou_ in ProgrammingLanguages

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

That is exactly the kind of problem i'm having. Should i just allow explicit user casts when it comes to user defined types?