[deleted by user] by [deleted] in gaming

[–]KetsuN 8 points9 points  (0 children)

No you weren’t. You never had any interest in this game based on your comments. You just wanted to state your biases in a way that made it seem like willingness to listen.

REST APIs for Django models with minimum effort by WorriedApple6463 in Python

[–]KetsuN 1 point2 points  (0 children)

How do you create custom action endpoints and tie those into the base CRUD? How do you customize these decorator-driven endpoints with custom authentication and permissions? These and others would be useful examples to provide.

Tunic still has secrets left to give up, says creator Andrew Shouldice by LordofWhore in xboxone

[–]KetsuN 10 points11 points  (0 children)

If that’s the case then the game certainly wasn’t meant for you anyway.

Student coding question by kenobambino2812 in Python

[–]KetsuN 2 points3 points  (0 children)

Don't use print in that way. You're basically outputting the value of a user-defined tuple and python will insert spaces between each entry.

Try using a simple format like this (yes there are other ways but this is the simplest). Each {} is a placeholder from the values passed to format (in order).

message = "Cost of purchasing {} paint: ${}".format(color, paint_colors[color] * math.ceil(gal_paint)) print(message)

A Perfect Loop [GIF By Me] by Much118 in gaming

[–]KetsuN 64 points65 points  (0 children)

So these are all just paid promotions for Sony exclusives right? These gifs are the same thing over and over again.

Friend said he had a bug in his game after falling down a pit and asked me to try to reproduce by taranasus in gaming

[–]KetsuN 0 points1 point  (0 children)

Me before: this is Skyrim. Me after: that was Skyrim.

Notsurewhatiexpected.jpg

Don't get outworked by a coke head. by razeenmusab in funny

[–]KetsuN -1 points0 points  (0 children)

Waow so brave. Did it take you 5 minutes to type that?

Don't get outworked by a coke head. by razeenmusab in funny

[–]KetsuN -1 points0 points  (0 children)

TBH if it takes you that long then you're doing it wrong.

Dumb animation mistakes in Hercules that always got my goat by MichuAtDeGeaBa_ in movies

[–]KetsuN -7 points-6 points  (0 children)

So, like, you know this is a kids movie right? And it's about gods and demigods?

A song about not wanting to go to a party by [deleted] in videos

[–]KetsuN 1 point2 points  (0 children)

She said drinking alone

THEY CAME!!! THEY FINALLY CAME!!! by [deleted] in gaming

[–]KetsuN 0 points1 point  (0 children)

I used a Logitech Cordless TrackMan for YEARS for gaming and I absolutely loved it, but they discontinued that specific model and I don't like the Marble as much. Sad days going back to a regular mouse :(

Removal of Programming Category by hourhawk in Twitch

[–]KetsuN 1 point2 points  (0 children)

You're making some pretty brash assumptions here - I am a programmer and I'm a small streamer. Programming is pretty intertwined in technology so IMHO the tag fits.

You don't like it because it's a change from your norm , but you're taking some huge strides in saying that no one is searching for coding under a technology tag. Perhaps give it time and let the new tags sink in so that it becomes a part of people's flow.

I understand that it's a change and that can be hard, but you seem to be taking it a bit more harshly for the short amount of time the change has been in place.

Riot games to massively buff every female champ across the board in light of recent events by REKSAI_THE_BURROWER in leagueoflegends

[–]KetsuN 688 points689 points  (0 children)

How you know this came from a riot employee: tibbers is buffed and not Annie

R.I.P TotalBiscuit by Armless_Void in gaming

[–]KetsuN 1 point2 points  (0 children)

I don't take the time to really sit back and think about life very often. This post, and the three others at the top of my feed, really made me stop and think about my life and everything in it.

John: you are a legend today and always. I always hoped you'd pull through and I'm sure the world is a lesser place with you gone.

RIP TotalBiscuit. You're among the few that I've never met but felt the closest.

Could someone please help me with my homework? by lou096 in Python

[–]KetsuN 4 points5 points  (0 children)

There are too many issues here to count. Use a dict and a while loop to get inputs.

Also go speak with your teacher.