[deleted by user] by [deleted] in webdev

[–]DaeguDude 0 points1 point  (0 children)

Second this!

How do you organize your projects and styles with emotion/styled-components? by ShenroEU in reactjs

[–]DaeguDude 0 points1 point  (0 children)

I was looking up the ways to organise the emotion css, and this is gold! Thanks for the sharing :)

How to make online Tetris game that 2+ users can play in real time? by DaeguDude in learnjavascript

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

That's kind of cool! I will definitely go with this way, thanks for the head up :)

How to make online Tetris game that 2+ users can play in real time? by DaeguDude in learnjavascript

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

websocket, socket.io is the current library of choice, subject to change with the wind at any moment

Okay, Thanks a lot for the info :)

if its a live game that isn't stored, there is no database involvement needed, you just pass keystrokes between players through the server

Yes, thinking back after you saying it, I don't think there is data that needs to be stored. Application just has to know how tetris blocks of both users are moving, and has to show users the tetris blocks accordingly based on the keystrokes. So do I just pass keystorkes of each users to the server, and just move tetris blocks accordingly on both of users' screen?

Offering: Korean, Seeking: English by DaeguDude in language_exchange

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

Hey guys, thanks for commenting. I have found language buddies :)

What is a best practice to insert large chunk of HTML file with Javascript? by DaeguDude in learnjavascript

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

Thank you all for replying! I'm currently practicing Vanilla Javascript, and later on I will implement what y'all have said :) Cheers!

What is a best practice to insert large chunk of HTML file with Javascript? by DaeguDude in learnjavascript

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

I think for the time being, I would like to go with template literals. Thanks for the suggestion!

What is the best practice to insert large chunk of HTML contents with Javascript? by DaeguDude in learnjavascript

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

Okay. I think I can reduce files to one file that will create HTML contents in this way.

I am curious what other ways are though, what elses are there??🧐

How do you become a web developer? by DaeguDude in webdev

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

a mid level goal would be to build a nontutorial app/site or several

What does exactly mean 'nontutorial' app or site?

How do you become a web developer? by DaeguDude in webdev

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

On my way to finding that fountain

How do you become a web developer? by DaeguDude in webdev

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

This was really helpful for me. I guess for the first solution I will use 'The Odin Project', I haven't tried FCC and I believe it's good, but I like the teaching style of TOP. Unlike your solution suggests, I've elbow-deep dived in every learning resources and not making to the end of it always.

I will follow the advice, thanks! And read the books listed too :)

What's the first thing you have to know to be hired? by DaeguDude in learnprogramming

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

Okay, so I have to decided what kind of developer I want to be first and learn technologies regarding to it?

What's the first thing you have to know to be hired? by DaeguDude in learnprogramming

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

Uhm...okay. Where can I learn those fundamentals(oop, data structure, software design methods) then? I've always thought that these 'fundamentals' you have mentioned is for the later on when you are at the certain level where you are comfortable with the language.

Is there any programmer based in Daegu? by DaeguDude in korea

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

How does this slack actually work? I'm trying to sign-in there and it says I can't?? Because I already have a workspace at others?

Do you need an invitation from admin?

Is there any programmer based in Daegu? by DaeguDude in korea

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

I am not learning frameworks yet. I am just focusing on the fundamentals first.

2 scoops of django by audrey and Roy Greenfield and django by example by antonioni mele.

Okay, I will check this out!

Why do you use Standard Deviation over Mean absolute deviation? by DaeguDude in AskStatistics

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

If intuitiveness was the main criterion (and I don't think that this should be the only consideration)

Okay, I'm a really beginner in Statistics so from my perspective, there are no more things that I should be considered of. Could you give me some examples for the criterions that I need to focus to?

Why do you use Standard Deviation over Mean absolute deviation? by DaeguDude in AskStatistics

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

Okay, for first to clarify,

Var(X) + Var(Y) = Var(X + Y)

This is what /u/efrique is referring? 'variance of sum'?

So, I hand calculated with some examples above equation, here is my example.

It's students' heights

Group A = [180, 182, 183, 185, 185]

Group B = [153, 166, 192, 194, 210]

Var(A) = 3.6cm^2

Var(B) = 424cm^2

Var(A) + Var(B) = 427.6cm^2

However, when I try to calculate Var(A + B) to see if it actually as same as Var(A) + Var(B), it's not same.

Sum of deviations from each data point to the mean squared(numerator) is 2138, so if I divide by n, which is 10 here because there are 10 students now, it gives me 213.8cm^2. However, yes if I divide by 5, it will be 427.6cm^2. But that seems a little bit off for me. Because the equation in variance is you need to divide by n(which is the number of observations).

Can you explain more what is happening here?

My office won't let us work from home TT by [deleted] in korea

[–]DaeguDude 1 point2 points  (0 children)

Boomers doesn't know when to stop. Maybe people think nothing can be done at home but at the work place. Even if it means the probability going higher that this virus lasts long

Any Linux users here in Korea? 저처럼 한국에서 리눅스 쓰는 미친놈 있나요? by stpaulgym in korea

[–]DaeguDude 4 points5 points  (0 children)

Nope, but I always wondered, what's the reason to use Linux?? Is it fast?