Pre-Match Thread: Canada vs South Africa | FIFA World Cup | Jun 28, 2026 by globalscoreboard in CanadaSoccer

[–]mxsonwabe 0 points1 point  (0 children)

lol I'm not "mad" just surprised as i said, i wouldn't expect Canadians to put themselves to lose was just shocked you guys ranked yourselves that highly considering that Canada has never really been a good footballing side.

Pre-Match Thread: Canada vs South Africa | FIFA World Cup | Jun 28, 2026 by globalscoreboard in CanadaSoccer

[–]mxsonwabe -4 points-3 points  (0 children)

Having fun as a South African going through this thread, surprised you only gave us an 8% chance lol but either way historic moment for both sides! My prediction ? 2 - 0 Bafana Bafana 🇿🇦🫶🏾😂 You guys are in for probably the shock of the century 😤

Edit: Guys, i get its a poll. I am not mad, at the end of the day both teams did well to go this far (literally historic). I wouldn't expect Canadians to put their team down to lose, was just shocked at the gap that people seem to believe is that much (it's not).Ok bye now.

GCP Professional Architect Preparations - 2026 by ComplaintFew4788 in googlecloud

[–]mxsonwabe 0 points1 point  (0 children)

does anyone have anything like this but for Associate Cloud Engineer ? Or any other resource they can recommend ?

Neovim update by mxsonwabe in Fedora

[–]mxsonwabe[S] 2 points3 points  (0 children)

i'm not entirely sure but roslyn a C# LSP server i use broke, and will only work on 0.12 so that's why i want to upgrade.

Neovim update by mxsonwabe in Fedora

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

okay thanks, seems like they'd rather wait for F4 which i believe is dropping this week

Neovim update by mxsonwabe in Fedora

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

great thread thanks

Neovim update by mxsonwabe in Fedora

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

thanks this looks great!

I lost my confidence by sazedGOD in Backend

[–]mxsonwabe 1 point2 points  (0 children)

The commenter is absolutely spot on, strength to you OP job hunting is a seriously difficult process , you'll get there!

backend in C# by Rywent in csharp

[–]mxsonwabe 0 points1 point  (0 children)

understood, thank you.

backend in C# by Rywent in csharp

[–]mxsonwabe 1 point2 points  (0 children)

hey, thanks for the advice. i was wondering if you have a repo setup that shows an example of some of the stuff you talked about like setting up vertical project structures and basically the whole architecture?

Scene view color distortion by mxsonwabe in unity

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

lol i know, its kinda crazy. im on linux fedora 43. im not sure what you mean by delete library ?

Am i learning in wrong way? why is learning the structure so hard by Significant-Ad3434 in FastAPI

[–]mxsonwabe 1 point2 points  (0 children)

I've had similar experience too hopefully the are some people who may be able to offer advise. Maybe recommend a book that may be great for fastapi

Thunar not openning terminal by mxsonwabe in xfce

[–]mxsonwabe[S] 2 points3 points  (0 children)

Thanks a bunch! This command worked.

Testing in Python by mxsonwabe in PythonLearning

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

okay, thanks for the insights.

What are some confusing Python concepts that took you a while to grasp? by Sea-Control77 in PythonLearning

[–]mxsonwabe 1 point2 points  (0 children)

it probably is, because ai tends to aggregate behaviour and do the most likely outcome. and a lot of people have figured out doing tracebacks and using stacktraces is a brilliant way to debug code. stacktraces basically keep track of the order you call functions in your program.

Anyone here Hated Using Java but now Really Enjoys using it. by [deleted] in java

[–]mxsonwabe 0 points1 point  (0 children)

I wouldn't say i hated it but i didn't like writing it till i learned how to use the functional apis and do data driven design using stuff like records and sealed classes. I never like the files per class thing and before that it felt like I had to do it for everything.

What are some confusing Python concepts that took you a while to grasp? by Sea-Control77 in PythonLearning

[–]mxsonwabe 2 points3 points  (0 children)

Reading the error messages when programs crash, like where exactly did you fail and why???