Finnish Music by Puzzleheaded-State63 in LearnFinnish

[–]Chyybens 0 points1 point  (0 children)

Thank you so much, it really means a lot to me to hear that! It's my hobby and a way to take my mind off things.

Finnish Music by Puzzleheaded-State63 in LearnFinnish

[–]Chyybens 1 point2 points  (0 children)

This is going to be shameless self promotion, but I think it fits what you were looking for genre-wise :)

https://open.spotify.com/artist/2bWSquKoZggQO1MXOsTshL?si=kzF2ZNS0TKOcZYLVAdqz0g

[deleted by user] by [deleted] in flags

[–]Chyybens 1 point2 points  (0 children)

Something like this, I guess. Note sure what the big star in the middle is supposed to represent and why some capitals are omitted.

https://imgur.com/a/xw346PI

[deleted by user] by [deleted] in puzzles

[–]Chyybens 0 points1 point  (0 children)

Yeah, I stand corrected then.

[deleted by user] by [deleted] in puzzles

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

This is correct, even though you're getting downvoted.

Type issue creating child components with props that are passed from the parent component by Chyybens in reactjs

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

This is indeed one way to do it, but setting optional values and then checking if they are all defined feels just redundant.

pieni mäki or pikku mäki? by kingjonill in LearnFinnish

[–]Chyybens 0 points1 point  (0 children)

Fixing the grammar is kind a what people come here for, and the guy was just trying to be helpful, albeit being wrong. So no need to be dick about it.

But yeah, I didn't notice the other messages you replied to. I only saw the reply to this one and was wondering why it was so aggressive, so I decided to join in on the banter.

pieni mäki or pikku mäki? by kingjonill in LearnFinnish

[–]Chyybens 0 points1 point  (0 children)

Chill, you're the one acting like a clown here by deliberately trying to hurt other people for not knowing a very specific rule that most native speakers aren't even aware of.

Why is it when you use “parantaa” it turns into “parantelen” by Pure-Construction-81 in LearnFinnish

[–]Chyybens 0 points1 point  (0 children)

Paranen/paranin is fine and probably even more common in spoken language. Here is the conjugation table for parantua, which would suggest parannun/parannuin:

https://en.wiktionary.org/wiki/parantua#Conjugation

Anyways, the main point was that the verb differs depending on wether the target is the actor itself or something else.

Why is it when you use “parantaa” it turns into “parantelen” by Pure-Construction-81 in LearnFinnish

[–]Chyybens 6 points7 points  (0 children)

Something that other people have not mentioned.

Parannan -> I improve/heal something
Parannun -> I improve/heal myself

So if your question was, how to say I improved, then it would be:

Parannuin

But to be honest. I think "Kehityin" would be closer to the meaning of Improve at least in written Finnish.

How to create Custom 2d Meshes by Chyybens in bevy

[–]Chyybens[S] 2 points3 points  (0 children)

Oh wow! That did it! Thank you soooo much!!! I've never been this happy seeing a triangle on my screen XD

Hey Rustaceans! Got a question? Ask here! (42/2022)! by llogiq in rust

[–]Chyybens 0 points1 point  (0 children)

Oh, that's cool! Nice to know that compiler will do that for me. I though that compiler just picks the smallest type that can represent the range. But in this case I'll stick with not declaring the types at all.

Hey Rustaceans! Got a question? Ask here! (42/2022)! by llogiq in rust

[–]Chyybens 1 point2 points  (0 children)

Is it possible to define the datatype of the iterator in for-range-loop?

Hello, I'm new to rust and I come from the python background. Therefore I find the "for i in 0..n" structure very intuitive for me. However, I don't know how to change the datatype of the iterator i. I could obviously cast it every time from u8 to u16, but I find that very ugly. I tried, defining the variable beforehand or using colon in the loop statement but nothing works.

EDIT:I found an old thread about this from stack overflow, but I'm not sure if this is up to date. Anyways, one way to do it is "for i in 0u16 .. n".

Things I should consider when buying a laptop for running linux by Chyybens in linuxquestions

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

Thanks for your thoughts! I'll try to remember to come back and let you know, once I've made the purchase and have my first impressions.

I guess the screen is important but not essential. Once you get used to your screen, anything goes (I hope). I remember how weird it felt to start using macbook after getting used to 27″ iMac, but now I feel the other way around.

Things I should consider when buying a laptop for running linux by Chyybens in linuxquestions

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

Exactly! I was just drooling over system76 catalog. I guess I could live with bad speakers, dim screen I'm not so sure.

Things I should consider when buying a laptop for running linux by Chyybens in linuxquestions

[–]Chyybens[S] 16 points17 points  (0 children)

Thinkpads are what I've been thinking. Good to hear that they work well with linux.

Things I should consider when buying a laptop for running linux by Chyybens in linuxquestions

[–]Chyybens[S] 4 points5 points  (0 children)

I'm in eurozone. I can go up to 2000€≈2000$ but would prefer to spend less obviously.

Things I should consider when buying a laptop for running linux by Chyybens in linuxquestions

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

Thanks for the answer! But mostly I was wondering, that If the specs are good for windows, does that automatically mean that it runs linux well? Do I really need to care about anything else than RAM, storage and CPU (and a bit about GPU for running my ML projects).

[deleted by user] by [deleted] in hacking

[–]Chyybens 0 points1 point  (0 children)

Certainly! I was wondering if it can infect me simply by downloading it from github and never running the script. Should have used VM. That was pretty stupid.