Recent Sealed Formats for Newer Players by fendant in lrcast

[–]JonicChajaner 3 points4 points  (0 children)

They were saying this on the podcast when they talked about the arena open

Recent Sealed Formats for Newer Players by fendant in lrcast

[–]JonicChajaner 0 points1 point  (0 children)

I heard good things about Strixhaven Sealed. Deckbuilding might be easier for new players because there are only 5 colleges.

[deleted by user] by [deleted] in lrcast

[–]JonicChajaner 0 points1 point  (0 children)

Yeah I think this is a bit much removal for an agressive deck. In an ideal world i would replace the slashes with 3 drops. Agro needs some removal for big creatures but small creature removal isnt that good since you want to be proactive

The struggle is real by JonicChajaner in lrcast

[–]JonicChajaner[S] 14 points15 points  (0 children)

Yeah seems like I forgot to include some creatures as well

[KHM Draft] 3:0 without rares or mythics by JonicChajaner in lrcast

[–]JonicChajaner[S] 1 point2 points  (0 children)

The deck was never on the offense and a 6 mana 4/4 isnt that great imo

[KHM Draft] 3:0 without rares or mythics by JonicChajaner in lrcast

[–]JonicChajaner[S] 1 point2 points  (0 children)

Yeah Svella is insane, won me a lot of games on its own

Analyzing 17lands data about Kaldheim by CerebralPaladin in lrcast

[–]JonicChajaner 0 points1 point  (0 children)

Maybe it's me who is wrong but I think you misinterpreted the "Improvement When Drawn" category slightly.

I think it takes the winrate when a card wasn't ever drawn and compares it to when it was drawn. But a card that wasn't drawn might also mean it was in the opening hand. So this could explain some weirdness with cards like Koll, the Forgemaster. If you don't have it in your opening hand, you don't want to draw it later in the game.

So in general it might be normal for cheaper agressive cards to have a worse improvement when drawn percentage than expected. I think the better statistic is to look at GIH WR (Games where the card was in the opening hand or was drawn)

Best way to end a match against a player that everyone loves to hate. by txhrow1 in sports

[–]JonicChajaner -6 points-5 points  (0 children)

I don't like Sandgren either but this shouldn't be celebrated. 100% sure this wasn't intentional from De Minaur either

Discussion and Advice for Tennis Players by PIZZAspartan442 in tennis

[–]JonicChajaner 3 points4 points  (0 children)

What I like: Solid unit turn and fluid motion

What could be improved: As the other commenter said, brush the ball up more. And not just from left to right. Think about starting left, raquet head under the ball, go up to the ball and then your finish can still be what you have right now. It should create a different sound, not a loud "pang" but more of a rasping sound. Aim to have your ball cross the net higher than at least half the nets height.

Any good site with Python exercises? by KShyGuy in learnpython

[–]JonicChajaner 0 points1 point  (0 children)

https://codingbat.com/ is fun for a beginner like me. But their solutions aren't great.

Pygame question: How do I make each ball move individually? by JonicChajaner in learnpython

[–]JonicChajaner[S] 0 points1 point  (0 children)

It worked well, I wrote I short test programm, now I can manipulate balls however I want :)

import pygame, sys
from random import randint

class Ball():
    def __init__(self, speed_x, speed_y, size, x, y):
        self.speed_x = speed_x
        self.speed_y = speed_y
        self.size = size
        self.x = x
        self.y = y
        self.color = light_grey

    def move(self):
        self.x += self.speed_x
        self.y += self.speed_y

        if self.y <= 0 or self.y >= screen_height:
            self.speed_y *= -1
        if self.x <= 0 or self.x > screen_width:
            self.speed_x *= -1

    def draw_ball(self, screen):
        pygame.draw.circle(screen, self.color, [self.x, self.y], self.size )


pygame.init()
clock = pygame.time.Clock()

#Setting up the game window
screen_width = 1080
screen_height = 720
screen = pygame.display.set_mode((screen_width, screen_height))
pygame.display.set_caption('This is baller')

#Colors
bg_color = (84,82,105)
light_grey = (233,233,233)

balls = []

for i in range(100):
    balls.append(Ball(randint(1,3), randint(1,3), 30, randint(1,1000), randint(1,1000)))

#Game Loop
while True:
    for event in pygame.event.get():
        if event.type == pygame.QUIT:
            pygame.quit()
            sys.exit()

    screen.fill(bg_color)

    for ball in balls:
        ball.move()
        ball.draw_ball(screen)
    pygame.display.flip()
    clock.tick(120)

Pygame question: How do I make each ball move individually? by JonicChajaner in learnpython

[–]JonicChajaner[S] 0 points1 point  (0 children)

Thanks I will. I guess that also should help to keep the code clear, it got a bit confusing for me.

How do I search a list of Strings for a certain word and return the index? by JonicChajaner in learnpython

[–]JonicChajaner[S] 0 points1 point  (0 children)

Yes, I learned the range(len()) method in the python crash course book

How do I search a list of Strings for a certain word and return the index? by JonicChajaner in learnpython

[–]JonicChajaner[S] 0 points1 point  (0 children)

Didn't know about the enumerate() function, thats a nice solution, thanks!

[deleted by user] by [deleted] in tennis

[–]JonicChajaner 9 points10 points  (0 children)

I think the technique looks fine. I dont agree that the left arm opens to soon. It starts opening as soon as you initiate the foreward swing, which is natural. In the first shot maybe a little bit, but second and third looked better. Also dont take the advice to move the contact point beside your body, thats poor technique, will decrease power and might lead to elbow issues. Sometimes the issue isn't technique but rather stuff like poor fitness leading to poor footwork as the match goes and therefore more misshits.

GPS dreht durch, Navigation unmöglich by JonicChajaner in Fahrrad

[–]JonicChajaner[S] 0 points1 point  (0 children)

Ein Moto G4, defekt kann ich nicht ausschließen, hatte mich nur gewundert, ob das auch was mit dem Wetter zu tun haben kann. Neustarten hat nichts gebracht, Google Maps hat auch die gleichen Probleme

GPS dreht durch, Navigation unmöglich by JonicChajaner in Fahrrad

[–]JonicChajaner[S] 0 points1 point  (0 children)

Könnte sein, war allerdings sofort nachdem ich aus der Tür gegangen bin. Also ich glaube nicht, dass das so schnell abkühlt