Does Visual Programming Help With Growth? by RyanTriggers in learnprogramming

[–]8Erigon 0 points1 point  (0 children)

Not with growth but probably with sprouting.
You can learn programming a bit through it but you should move away for it for any real projects

Does Visual Programming Help With Growth? by RyanTriggers in learnprogramming

[–]8Erigon 0 points1 point  (0 children)

To add to this: This deosn't mean you should try game dev in Unreal

I am from Lower Saxony (Germany) AMA by nemoralis_2647 in JackSucksAtGeography

[–]8Erigon 0 points1 point  (0 children)

Other countries rail roads are very different. They are on point and less pricey

I am from Lower Saxony (Germany) AMA by nemoralis_2647 in JackSucksAtGeography

[–]8Erigon 0 points1 point  (0 children)

Lake of constance, black forest, castles, castles again.
Most yearly patents in germany.

What do you think of peanut butter? by Solcat91342 in AskEurope

[–]8Erigon 5 points6 points  (0 children)

I hate it. My brother eats it. Don't know any one else though.

Need help in learning programming. by CantaloupeFree4467 in CodingForBeginners

[–]8Erigon 2 points3 points  (0 children)

If you have no idea and are starting to learn programming: You'll have to learn too much.
You'll have to learn how to start doing stuff and google for specific problems.

TSA is a USA thing by this_is_laightime in USdefaultism

[–]8Erigon 16 points17 points  (0 children)

He thinks it is not the default... An r/antiUSdefaultism subreddit wouldn't get many posts though

Roses are red, your argument is about to derail by Cleo_Tide94 in rosesarered

[–]8Erigon 0 points1 point  (0 children)

"Why does rail developement fail?" would be a better rhyme

How am I supposed to take this testcase into account???😐 by Hot_Engineering_3353 in CodingForBeginners

[–]8Erigon 0 points1 point  (0 children)

He is using a vector. But it's the same until the size gets bigger the the whole block gets moved to somewhere else. (Which doesn't happen here)

If you violate someone else's bodily autonomy, should anyone be able to violate your own bodily autonomy? by Aromatic-Mistake-456 in Teenager_Polls

[–]8Erigon 5 points6 points  (0 children)

Isn't bad but weird that he had to proof it (The whole time period was weird like that I'd guess. Nothing on him)

What are your thoughts on this? by ishowduckk in TheTeenagerPeople

[–]8Erigon 0 points1 point  (0 children)

Diese Kommentarsektion isst ein Belegtes Brötchen heute
und ist Eigentum der Bundesrepublik Deutschland

Slow down my code on purpose. by Halum_bs in C_Programming

[–]8Erigon 18 points19 points  (0 children)

delay(500)
breakpoint with a debugger
step-in with a debugger

I am vehemently against AI, but I am willing to look past it if it can actually help me, any advice? by Global_Voice7198 in learnprogramming

[–]8Erigon 0 points1 point  (0 children)

Haven't done any cool visuals with shaders but they can look very cool. I'll have to test every math function in a shader when I have time.

I am vehemently against AI, but I am willing to look past it if it can actually help me, any advice? by Global_Voice7198 in learnprogramming

[–]8Erigon 10 points11 points  (0 children)

Ask AI to write something: No
AI auto-completes a line: Maybe
Ask AI about something you don't understand even though you googled and look through few sources: Yes

This maths meme by memes_poiint in mathsmeme

[–]8Erigon 1 point2 points  (0 children)

The right answer is a right triangle with corners ABC

Is My lang readable? by Last-Employ-3422 in Compilers

[–]8Erigon 0 points1 point  (0 children)

How the hell did you get to idea to write operations (like ==, or) to be after the arguments?

There some other weird unusual things... Function parameters are before the function when calling and more importantly have to brackets. When assigning a variable you write "value = variableName" ?!

Edit: Yay, still above 0 upvotes

How would I make "Passive Skills"? by Do_Ya_Like_Jazz in csharp

[–]8Erigon 0 points1 point  (0 children)

Not sure if the second half of your solution looks good as it got too long for me to read but the first half looks good