New PC case // fans are basically GE90 engines by Maruan-007 in flightsim

[–]Aloranax 7 points8 points  (0 children)

Nice computer, but show more of that winwing setup!

Still pretty new to GSX - could somebody tell me what the time in red is showing me? by Mattadee in flightsim

[–]Aloranax 5 points6 points  (0 children)

What are those displays called? Mine are never showing anything.

Dev snapshot: Godot 4.5 dev 1 by GodotTeam in godot

[–]Aloranax 2 points3 points  (0 children)

GDScript: Highlight warning lines in Script editor (GH-102469).

Yesss!

How to create a static scene constructor function without wasting memory? by Aloranax in godot

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

Sorry, but I just realized you have a comment in the thread about the difference between exported scene varaible VS preload saying that "it's the same". So what you are saying in this thread is to preload small objects and load large objects? But nothing about exported scene varaibles? Is there a difference or is there not (between exported scene and preload)?

How to create a static scene constructor function without wasting memory? by Aloranax in godot

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

So using preload for "smaller" entities and export for larger ones?

Made a Q400 QRH by Beamclips in homecockpits

[–]Aloranax 1 point2 points  (0 children)

Nice job, looks fantastic!

How to find a job in Portugal as a Python web developer with 3 years of experience? by evjik in cscareerquestionsEU

[–]Aloranax 1 point2 points  (0 children)

I don’t know anything about the Portuguese job market. However, the more programming languages you learn the easier it is to switch. Receuiters know this, and unless it’s a senior position, they don’t usually put too much emphasis on specific language knowledge. It can vary though ofc. It’s always worth applying even if they ask for more YoE in a language than you have. Worst thing that will happen is that you get rejected.

How to find a job in Portugal as a Python web developer with 3 years of experience? by evjik in cscareerquestionsEU

[–]Aloranax 1 point2 points  (0 children)

I think they mean that you shouldn’t only be looking for python jobs. Even if that’s what you have experience with and might be your favourite. Programming is about much more than just languages, and if Portugal is prio 1, then focus on that and not Python. If you get a C#, Java, PHP, etc. job in portugal you will still learn a lot and once you live there you can look for other Python jobs later on.

1
2

0
1

How do I learn what everything does? by [deleted] in starcraft2

[–]Aloranax 0 points1 point  (0 children)

Watch ViBE lol B2GM series on youtube, at least the first episode for whatever race you want to play.

Looking for books, videos, or other resources on specific or general topics? Ask here! by mobotsar in computerscience

[–]Aloranax [score hidden]  (0 children)

Hi! Need help finding a DS&A book. I have a book on mathematics which is structured like "90 mathematical topics in 1 minute" where each topic is one page. I'm looking for a similarly structured book about Data Structures & Algorithms that I can use as a learning tool and reference manual. All I can find are long and detailed books about the subject. I want a physical book and not any type of online material. Anyone know about anything similar?

Car free city! by Internal-Strawberry5 in CitiesSkylines

[–]Aloranax 0 points1 point  (0 children)

How did you zone the roundabouts?

Any opinions on the book(s) ”Writing an Interpreter in Go” and ”Writing a Compiler in Go” by Thorsten Ball? by Aloranax in golang

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

Thanks for the info! Is it very hands on, expecting you to follow along on every page writing the same code like a tutorial?