sorted by: new top controversial old
[-] Merwyn@sh.itjust.works 0 points 8 months ago

For gaming I see your point, it looks like everything as to be a money grab nowaday which greatly reduce the quality of a lot of games.

For ttrpg I don't feel like it though. Sure Wizard of the Coast/Hasbro has gone to shit but I left the D&D train a long time ago already. And the amount of other very good and accessible system is amazing. IMO The only thing "bad" that this new popularity bring is players with wrong expectations. Some expect every games and every DM to be of the same quality as Critical Roll or other well known podcast, some exept to find "video games" mechanic like in baldur's gate, some are trying to force the meme stuff inside the game, ect.

[-] Merwyn@sh.itjust.works 1 points 8 months ago

When called with n=1 ? It's from i=0 to i<1, so it will do only one iteration with i=0 and print one #.

[-] Merwyn@sh.itjust.works 2 points 8 months ago* (last edited 8 months ago)

Yes, to better understand this you have to understand the "flow" of the program. Meaning the order at which the instructions are executed and not written.

Here you have the flow of the program starting from n =3 until the recursion reach draw(0), note that none of the for loop have been executed yet. At this point it reach the first "return" instruction and go finish the call to draw(0).

Then the flow go back to where it previously was: inside the draw(1) call just after the line calling draw(0). And it start executing the next lines of the draw(1): the for loop.

Then it reach the second "return" and proceed again until the whole program is over.

[-] Merwyn@sh.itjust.works 13 points 8 months ago* (last edited 8 months ago)

Never ever ever ever give money to someone that promise to give it after to charity. There are countless stories with proof of people who never kept the promises. Even if they did give it, they get tax benefit instead of you. It's worth also (even more) for shop or other places that propose to round up the total and give to charity.

You want to give to charity? Just give to charity, why a middle man ?

[-] Merwyn@sh.itjust.works 2 points 8 months ago* (last edited 8 months ago)

Yes, as I wrote when the method draw(n=1) finish the for loop that print one "#", this call of the method draw return. Then the process start again from the after the line draw(n-1) of the method draw(n=2), which execute the for loop to print "##" and return. Then again you come back to after the line draw(n-1) of inside the method draw(n=3), ect.

You should keep in mind that everytime a draw(n-1) is called, the current method is "paused" until this call return.

[-] Merwyn@sh.itjust.works 3 points 8 months ago* (last edited 8 months ago)

You are looking at a recursive method, as you can see with the line draw(n-1) inside the draw(n) method. You can search for "recursive function" on internet for a better understanding.

Basically, the method draw is called a first time n = a user input, but then this method call itself with n-1 until it reach 0. So you can think as if function draw(6) will call draw(5) and wait for it to return before continuing, draw(5) call draw(4), ect until draw(0) that return immediately.

So then the order of execution will be draw(1) that print " #\n" and return, then draw(2) will proceed to print "##\n" and return, then draw(3), ect until draw(n).

[-] Merwyn@sh.itjust.works 48 points 9 months ago

30min is considered short ? Damn, I have 15min to commute and when looking for a new place I did put a limit at 20min from my work place. Most of my colleagues have shorter commute time than me.

No suprise more than 2h wasted per day would make someone depressed.

[-] Merwyn@sh.itjust.works 29 points 9 months ago* (last edited 9 months ago)

French "vache": Meuh

[-] Merwyn@sh.itjust.works 21 points 9 months ago* (last edited 9 months ago)

I watched it purely for nostalgia reason because of the games, I decided to not read reviews about it before. There was few interesting scenes (combat scenes), but overall not worth it IMO. I kept watching hoping that it will get better and I kept being disappointed. Maybe I'll check the season 2 though according to reviews this time.

They took a big dump on all the existing lore, and on the already well defined character of Master Chief.

Forward Unto Dawn was so much better as a Halo adaptation.

[-] Merwyn@sh.itjust.works 21 points 9 months ago

People in the comment seems to not understand that it doesn't mean average on the "scale of beauty/attractiveness". But averaged features. Like if you merge all nose shapes of a million person you get this nose, ect.

It was tested already several years ago that people tend to like faces made by merging a lot of faces together and "averaging" them. Most of the time rating them more attractive than the individual faces used.

I don't find the source anymore... I'll check better later.

[-] Merwyn@sh.itjust.works 3 points 9 months ago* (last edited 9 months ago)

I wasn't even the first, someone else posted it also while I was typing my answer.

I didn't even re play it that much. I think in the end I probably have more playtime on Oblivion. But much better/stronger memories from Morrowind. It was maybe because I had less video game experience to compare it with, but this one clearly left a big mark on me. I still have incredible goosebumps when "the road most travelled" or "nerevar rising" sounds start playing from my playlists.

The gameplay maybe clunky compared to today, especially to combine weapon and magic. But everything else was so amazing for the time, and some part are still much better than recent games.

I even had a talk with someone at an "ai in game dev" conference who took as an exemple the way the diary/quest log of Morrowind was working.

[-] Merwyn@sh.itjust.works 12 points 9 months ago

Without a doubt Morrowind for me.

Halo and Diablo also, in different genre.

138
submitted 10 months ago* (last edited 10 months ago) by Merwyn@sh.itjust.works to c/foodporn@lemmy.world

Served with air fryed brussel sprouts with garlic and parmesan, and super soft baked potatoes. It was delicious!

view more: next ›

Merwyn

joined 1 year ago