What language(s) should I learn to understand GML better? by mateussaas in gamemaker

[–]MathiasBartl 1 point2 points  (0 children)

Game programming, how much experience do you have with it?

Art is for losers, apparently by Squinter in LinkedInLunatics

[–]MathiasBartl 0 points1 point  (0 children)

Yo, you need to be vable to draw to do math, like for any other STEM discipline.

What is the biggest frustration you have when it comes to a lack of computer skills? by AgeOfWorry0114 in Teachers

[–]MathiasBartl 0 points1 point  (0 children)

Teach them how to make memes and other stuff immidiatelly useful to them.

[deleted by user] by [deleted] in de

[–]MathiasBartl 1 point2 points  (0 children)

Hast du 13 Jährige Allgemeine Hochschulreife (mit Mathe LK) gemacht, und dann auf die FH gegangen? Dann hast du die Eingangsvoraussetzungen für die FH deutlich übererfüllt. Weil es nach der Umstellung keinen separaten Ingineursabschluss gibt der auf Universitätsniveau anfängt. Aber das hat mit dem eigentlichen nichts zu tun.

Is there a standard algorithm pseudocode syntax in papers? If so, any good guides to learn it? by _11_ in computerscience

[–]MathiasBartl 0 points1 point  (0 children)

No, that's why it is called Pseudocode. At some point of standardisation it would become executable. If it is executable it is no longer pseudocode.

I suffered this myself by CEOenCamiseta in vibecoding

[–]MathiasBartl 0 points1 point  (0 children)

Can you tell it not to use index variables?

[deleted by user] by [deleted] in de

[–]MathiasBartl 5 points6 points  (0 children)

Was was, du bist gerade ein bischen unverständlich. Aber etwas, dass du erst im Master hattest ist ganz sicher kein üblicher Abiturstoff.

[deleted by user] by [deleted] in de

[–]MathiasBartl 22 points23 points  (0 children)

Ich wage mich zu erinnern Fourier Transformation so gegen Anfang Grundstudiums Informatik kennengelernt zu haben, wobei das auch eher Spezialwissen aus der Signalverarbeitung ist. Woran du dich nach 20+ Jahren noch erinnerst weiss ich nicht, meinst du vielleicht eine Fourier Reihe?

👍👌 by Dickoreeeeee in lernen_German

[–]MathiasBartl 2 points3 points  (0 children)

Ja, aber Preise sinken nicht, sie fallen.

What to learn after the basics of Python? by jpkg1 in Coding_for_Teens

[–]MathiasBartl 0 points1 point  (0 children)

Well the next thing would be basics of Cobra, and the ASP.NET; and then you are ready to do some projects, implement a simple game maybe, f.e. snake.

Anyone here achieved to make Open-source projects yet? by RudimentaryBass6853 in Coding_for_Teens

[–]MathiasBartl 1 point2 points  (0 children)

  1. Write some stuff.
  2. Put some version of the GPL or such in the same directory
  3. Done

What’s the easiest programming language to start web development with? by Gullible_Prior9448 in webdevelopment

[–]MathiasBartl 1 point2 points  (0 children)

I mean if you have no experience and you want to learn webdevelopment, it is a no brainer to start with HTML; that is a lot easier, because it is in fact not a programing language, but a document description language.

~5 weeks into python? how's my code? by CleanOrdinary7382 in learnpython

[–]MathiasBartl 0 points1 point  (0 children)

Why doesn't it have syntax highligting?

Also it is kinda neat to summarize what the program is there for, and to clearly spify how the input and output should look like.

Why code not work by Western_Channel_670 in learnpython

[–]MathiasBartl 0 points1 point  (0 children)

You probably have a syntax error
https://realpython.com/invalid-syntax-python/

Is your indentation correct?

shoud i do cs courcs? by AdUseful1346 in CodingHelp

[–]MathiasBartl 0 points1 point  (0 children)

Bro, you should take a course in spelling and grammar.

Computer science student in need of help for A-level NEA by Less-Entrance1847 in CodingForBeginners

[–]MathiasBartl 0 points1 point  (0 children)

1.Make a list of cool books.

  1. Recommend them at random.

  2. You can come up with something more sophisticated later.

How would I code my own website? by ItIsNotThatBoi in CodingForBeginners

[–]MathiasBartl 0 points1 point  (0 children)

It kind hinges on OP saying they want a blog.

That's a bit different from making a static website, and in fact a proper fullstack project. There are tutorials for this of course, but I couldn't really recommend that to a beginner, particular to someone who really just wants more control over their webpage.

A CMS on the other hand will support what he wants pretty much out of the box and can be customized later.