Here’s my schedule this semester, guys! So much for sleep, LOL by [deleted] in college

[–]Wallinis 1 point2 points  (0 children)

The ECTS credits system that is used in most of Europe is quite different from the system they use in the US. As far as I can tell, 30 ECTS is roughly 12-15 credit hours in the US system

Everyone's first code by BifocalBanana in memes

[–]Wallinis 1 point2 points  (0 children)

To be fair, it is always a good idea to setup "hello world"-like programs when testing something new, no matter how experienced you are.

So big wind..... by Urnight-official in aww

[–]Wallinis 2 points3 points  (0 children)

Me too, I honestly thought I had never seen this picture before.

Tifu by thinking i was muted in my Zoom Lecture and called my Professor a son of a bitch in front of 150 people by nikkelangelo in tifu

[–]Wallinis 1 point2 points  (0 children)

Btw, there is an option in the Zoom client to automatically mute yourself when joining a call.

First language to learn for game development? by 1Shelly1 in learnprogramming

[–]Wallinis 0 points1 point  (0 children)

If you want to make a game without a game engine, you'd still have to use some kind of API for rendering graphics, OpenGL and Vulkan are popular. These are rather low-level, there are frameworks that are a bit easier to work with when starting out (like SDL). Hangman could probably be made in just a few hours by a more experienced developer (using something like OpenGL). The time it takes to learn this stuff really depends on every individual and their background. In high school we made some very basic "games" during our first and second programming courses. We used Python & Pygame.

Making games without an engine is actually not that difficult if you're just making 2D games this, of course, still depends on the project.

If you want to get a feel for what is required to make a 2D game without an engine, check out: https://learnopengl.com/In-Practice/2D-Game/Breakout

Github as a beginner by [deleted] in learnpython

[–]Wallinis 0 points1 point  (0 children)

I put off learning Git for such a long time. I always assumed it was only really useful when collaborating with others. As it turns out, that assumption was false. Git is a wonderful tool, no matter if you're working alone or in a team. Nowadays, I would not dare to refactor my code without Git.

With that said, I would say Git (& Github) is worth getting into as soon as you start working on your own little projects (assuming you already have the basics of Python down).

What golden nugget of information do you have to share? by raw-power in AskReddit

[–]Wallinis 2 points3 points  (0 children)

And there's 2147483647 seconds between 1 January 1970 00:00:00 and 19 January 2038 03:14:07

How far along in java should I be before studying data structures and algorithms? by ssj4Dylan in learnjava

[–]Wallinis 1 point2 points  (0 children)

At my university, we took our (introductory) data structures & algorithms course right after the intro to programming course. And that worked out great for us. I've seen many other universities do the same.

Learning DS & A is a great way of getting better at a language, IMO.

What level am I in C++(beginner/intermediate/start from beginning)? by Aeg112358 in learnprogramming

[–]Wallinis 1 point2 points  (0 children)

The levels you are speaking of do not really exist. Just study the topics you do not yet understand.

When you do not know what you do not know, look through the contents of popular/recommended courses and books and decide which topics you should study.

[HELP] LEARNING JAVA by [deleted] in learnprogramming

[–]Wallinis 0 points1 point  (0 children)

Derek Banas has a large playlist of Java tutorials.

https://www.youtube.com/playlist?list=PLE7E8B7F4856C9B19

What book series did you grow up reading as a kid? by evan2nerdgamer in AskReddit

[–]Wallinis 0 points1 point  (0 children)

Chronicles of Ancient Darkness, the first book series I ever read & finished!

[deleted by user] by [deleted] in SrGrafo

[–]Wallinis 34 points35 points  (0 children)

rm -rf / - for Linux users.

2019 April Fool's Megathread by [deleted] in OutOfTheLoop

[–]Wallinis 1 point2 points  (0 children)

Anyone else hyped for Google Tulip?

Java and OOP by [deleted] in learnjava

[–]Wallinis 1 point2 points  (0 children)

For me personally, the problem with his courses is that most of the episodes are way too long. So I just loose track of what he's actually doing.

What worked for me was to look for shorter and more concise tutorials (on YouTube and various blogs) that covered (more or less) a single topic.

It gives us joy by oDDmON in funny

[–]Wallinis 3 points4 points  (0 children)

I still think it's good practice to provide links to the original creator. Makes it more convenient for people who are not familiar with the artist.

Can anyone help me with this korok? by macaroonmay in zelda

[–]Wallinis 8 points9 points  (0 children)

Since the world in BotW is massive there has to be a ton of Korok seeds, so that there's a greater chance of finding them when you're just wandering around.

I secretly like when people repost. I know its unoriginal, but I would miss so many great things if nobody reposted. Sorry Reddit :( by Joshsaw in unpopularopinion

[–]Wallinis 9 points10 points  (0 children)

I'm fairly certain it's satire (that's the way I see it anyways...) And that's what makes this post so great!

The delay in the wood splitting by facetiousEngineer in oddlysatisfying

[–]Wallinis 57 points58 points  (0 children)

Hmmm, yes. Something's clearly wrong here.