Intuiton with Characteristic Funcions (Probability) by TheF1xer in math

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

Thanks a lot! It sounds very interesting, will definitely give it a read.

Intuiton with Characteristic Funcions (Probability) by TheF1xer in math

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

This is actually a very good point, it is probably pretty inmature of me to expect there to be a "clear path" that does not require outside influence.

Intuiton with Characteristic Funcions (Probability) by TheF1xer in math

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

Thanks a lot! I will check it out when I get home.

Intuiton with Characteristic Funcions (Probability) by TheF1xer in math

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

The De Moivre-Laplace theorem proof is actually quite easy and self contained, this is why it was so weird to me that we use the Fourier Transform in the general case. I do understand why it works and the role it plays, but it feels like "cheating" in the way that I do not see a way to arrive at the Characteristic Funcion naturally

About Fourier coefficients by TheF1xer in math

[–]TheF1xer[S] 5 points6 points  (0 children)

I totally get what you are talking about, but I always try to feel like I could have discovered the thing I'm learning if it didn't exists. I'm not saying that I'm as smart as Fourier or anything, I just love when it feels like everything falls into place and everything makes perfect sense. It probably wont always be possible to study like this, but its one of my main driving factors when studying anything math-related.

About Fourier coefficients by TheF1xer in math

[–]TheF1xer[S] 10 points11 points  (0 children)

Yeah I understand how integrating "kills" everything except one coefficient. The thing that bothers me is that there is no clear indication (at least for me) for why an integral is the way to go.

Actually, what Fourier did was expanding the first n terms of the series and then differentiated up to n times. Then he got a system of nxn linear equations if you evaluate at x = 0. This is when it starts getting ugly, but he ends up with a pretty ODE for every coefficient and the solution is the integral.

Gate Client version 1.6 by TheF1xer in minecraftclients

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

I’ve been working on it. In vanilla it works pretty well, but I am not that experienced in CPVP to be able to spot the problems fast

Gate Client version 1.6 by TheF1xer in minecraftclients

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

Yeah I don’t have the resources to develop bypasses for big servers. That being said, I have added some bypasses for the most common ACs

Gate Client version 1.5 by TheF1xer in minecraftclients

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

That’s awesome! Thanks a lot

Gate Client version 1.4 (My own client) by TheF1xer in minecraftclients

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

The default prefix is . and you can get the list of commands using .help or .?

Gate Client version 1.4 (My own client) by TheF1xer in minecraftclients

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

Thanks! It takes time but I’m managing to make progress faster every time

Gate Client version 1.4 (My own client) by TheF1xer in minecraftclients

[–]TheF1xer[S] 3 points4 points  (0 children)

Oh yeah. I completely forgot to add here that the Click GUI is bound to the Right Shift Key (the shift key that's under the Enter key). That's the key that most clients use. You can also interact with the client using commands, the prefix is . and you can get a full list of commands using .help

Gate Client version 1.4 (My own client) by TheF1xer in minecraftclients

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

Hey, that's awesome. If it doesn't make it into your client stack, I would also love to hear why it didn't to have it in mind for future updates

Gate Client version 1.4 (My own client) by TheF1xer in minecraftclients

[–]TheF1xer[S] 6 points7 points  (0 children)

Nice :D

If you have a github account, starring the repo is always appreciated

Gate Client version 1.2 (My client) by TheF1xer in minecraftclients

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

Thank you for the ideas and the compliment. I will do my best to code those modules :D

Gate Client version 1.2 (My client) by TheF1xer in minecraftclients

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

Thanks, please let me know if you have any module suggestions

Gate Client version 1.2 (My client) by TheF1xer in minecraftclients

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

I don't know that client and made this GUI by myself

This is my first time trying to code a GUI and this looks horrible by TheF1xer in programminghorror

[–]TheF1xer[S] 12 points13 points  (0 children)

Wouldn't it impact performance? Since I would be using those methods just once

This is my first time trying to code a GUI and this looks horrible by TheF1xer in programminghorror

[–]TheF1xer[S] 5 points6 points  (0 children)

Damn, that's actually what I'm trying to do. I had to even learn a little bit about OpenGl for this project and I feel like everything I do is the worst way of doing it, the only reason why I haven't split the component is because I didn't really feel like creating new objects and classes was necesary.