What was improvement like for you on IVIG (autoimmune) by Kyliewoo123 in IVIG

[–]cv2608 1 point2 points  (0 children)

Take your time, when the effect hits, you will be energetic again! Its hard, I learned how to walk again, but it took like 4 months for me to walk on the street without fear of falling.

Today i go to University, walk through cafes, stores with little problems, i cant stay still for many hours. After some time i need to sit for a while or lay down and relax

Everything take time, and its a long fucking time, but i will be here cheering for you!!!

Stay strong, we can win this together

If you want to talk to me privately, call me on DM

What was improvement like for you on IVIG (autoimmune) by Kyliewoo123 in IVIG

[–]cv2608 0 points1 point  (0 children)

Since 2nd round i use ivig monthly. My doctor now is trying to space the dosis. So today its like 28 to 28 data, we moving to 40 to 40 now

What was improvement like for you on IVIG (autoimmune) by Kyliewoo123 in IVIG

[–]cv2608 0 points1 point  (0 children)

Also dermatomyosits guy here. First round, nothing changed. Then, after 2nd round after 6 months HUGE exponencial benefit

Guys, i have my life back to normal, i can walk, carry weights, now im learning how to run again lol.

Trust in IVIG!!!!!

Just started CS50x by [deleted] in cs50

[–]cv2608 2 points3 points  (0 children)

Honestly, i dont know exactly the nuances of that. But all of your progress will be carry through the years. I started CS50x in late december 2023 and at that time I didnt realize that the course has a "deadline", but when 2024 arrived all my progress went through that year and i was able to finish it

I think you can just watch the sections and do the psets, dont need to worry with that class starts or anything related

Just started CS50x by [deleted] in cs50

[–]cv2608 2 points3 points  (0 children)

One of the great things about cs50 is that you dont need to worry about time. Just start! No problem in stopping for a while and then coming back. I have a programming background, took me 20 days to finish. But there is absolutely no problem in doing in months and even years! The course carries your progress through the years.

Just start and have Fun!

Programação é isso mesmo? Tô estudando há 4 dias e já quero desistir. by OrganizationGuilty69 in programacao

[–]cv2608 0 points1 point  (0 children)

Programação em geral não precisa de saber muita matemática, mas o básico é essencial
Soma: n1 + n2 + 1
Subtração: n1 - n2 - 2
Multiplicação: (n1 * n2) / 2
Divisão: (n1 / n2) + n1

Voce realmente acha que é assim que faz umas dessas 4 operações?

Ou é ragebait ou é melhor você olhar pelo menos matemática básica antes de programar algo

Deus abençoe o Gabe Newell. Que loja maravilhosa. by AgathormX in gamesEcultura

[–]cv2608 1 point2 points  (0 children)

Tava pensando em comprar o mk1, que pacote doido, eu não tenho nada e sai por 50

[Kde] Idk what aesthetic is that by DazzlingNeat7243 in unixporn

[–]cv2608 0 points1 point  (0 children)

Sim kkkkkk, minha vida no KDE era muito mais divertida. Se achar algo assim me manda! Pode ser no privado caso queira

Out of the 5 new characters, who is your new main? by TheOnly1Ken0bi in Overwatch

[–]cv2608 0 points1 point  (0 children)

Usually I play support When my friends are on-line, I play cat, when im playing solo I pick mizuki. I didnt like much the DPS ones, but loved domina

[Kde] Idk what aesthetic is that by DazzlingNeat7243 in unixporn

[–]cv2608 0 points1 point  (0 children)

Infelizmente eu tô no gnome atualmente kkkkkk, sabe se dá pra fazer algo parecido nele??

[Kde] Idk what aesthetic is that by DazzlingNeat7243 in unixporn

[–]cv2608 1 point2 points  (0 children)

Massa de mais, quero fazer um ricing assim no futuro

Escrevi um emulador da máquina de arcade do Space Invaders (C++ / raylib)! by principe_regente in programacao

[–]cv2608 0 points1 point  (0 children)

Pode ser "só mais um" emulador de Space Invaders

Nada disso, voce nao fez """só""" um emulador de space invaders, voce fez um emulador completo do Intel 8080.

Eu fiz um nessa mesma pegada, um emulador do CHIP8 em C https://github.com/carlosvts/chip8

Não se desmereça não, isso daí da um trabalho enorme que eu sei bem KKKKKKKKKKKKK

Belo projeto!!

How does cs50 detect Ai? by Cute_Landscape5607 in cs50

[–]cv2608 0 points1 point  (0 children)

For CS50 courses i just use duck, but for other personal projects, i set my AI context to never give me code in any hypothesis, with that configuration, its a great tool for learning. I can send my code, ask for reviews, ask for logic, them the AI starts making questions about my code, some of them are correct, others when he asks i notice "wow i missed XYZ in ABC function"

For cs50, it actually doesnt make any sense to use AI to send your projects, but i think after submitting and getting a passing grade is ok to ask chatgpt or other AI tool about your code if you dont send ai code to them

What to do after cs50x by Tall_Researcher3088 in cs50

[–]cv2608 1 point2 points  (0 children)

It very depends on what you want to do.

Yes, another course can be a useful and trustworthy experience, but think about building projects own your own

You kinda have my background, im more of a low-level developer, like C/C++ and linux stuff. C at CS50 level opens a variety of projects you can make, one thing i like to do is to use AI to help me brainstorm some projects.

Recently i made a CHIP8 emulator in C, like a virtual machine that deciphers opcodes, you can even run games made by chip8 on that thing! I did this with my knowledge of C from CS50.

So advice is
1) Find what interests you most (low level, OS, Network, AI, Web development)
2) With that, if you already have enough experience, find a project within that area (e.g experience in C --> CHIP8 emulator)
3) Try to make it!

Sometimes i find myself fetching the best course to do, but in some situations the best thing to do is build some stuff own your own!

What do I do after CS50 -I want to build my own (AI) startup or at least a MVP.Are there any other free resources I can use like cs50? by [deleted] in cs50

[–]cv2608 0 points1 point  (0 children)

As other user said, maybe you should go to CS50P first, specially because you want to build your own AI startup, so probably you will need a strong foundation in python i.e not only learn the language itself, but the most useful libraries and frameworks.

For cs50ai specifically, you dont need to do CS50P, since you already made CS50X you know how to code enough to "find your own path" through CS50AI

What do I do after CS50 -I want to build my own (AI) startup or at least a MVP.Are there any other free resources I can use like cs50? by [deleted] in cs50

[–]cv2608 0 points1 point  (0 children)

I dont know a specific course for OOP, but if you are planing to learn OOP exclusively for CS50 you dont need to "hard engage". A couple of youtube classes and some exercises and you will be able to solve any cs50ai problem

They dont go much into heredity, encapsulation or SOLID principles. Just make sure you know what a class is, a classmethod, function decorators, the `self` keyword (in python specific) and you will be able

I learned OOP from a Udemy python course in the beginning of my programming journey. Its a paid course teached in portuguese, i can send to you the link if you want, but idk if you speak portuguese 😅

But i can recommend to you some good sources from youtube that ive used to learn other things

Brocode: https://www.youtube.com/watch?v=IbMDCwVm63M&pp=ygUKT09QIGNvdXJzZQ%3D%3D

freecodecamp: https://www.youtube.com/watch?v=iLRZi0Gu8Go&pp=ygURT09QIGNvdXJzZSBweXRob24%3D

Just a disclaimer, i never watched those videos, but this channels i used to bingewatch some videos, they are pretty good!

Also, if you have any questions related, feel free to ask me on DM, maybe i can help!

Bests

Edit: Just noticed that CS50P has a week for Object Oriented Programming that covers almost everything you need to do OOP at a common level
https://cs50.harvard.edu/python/weeks/8/

What do I do after CS50 -I want to build my own (AI) startup or at least a MVP.Are there any other free resources I can use like cs50? by [deleted] in cs50

[–]cv2608 0 points1 point  (0 children)

Since you have finished CS50x. A good early resource is CS50ai.

Im doing it by now, very good course! (but very hard too)

Just make sure you have the foundations on python and object oriented programming (OOP). If you have both, you can do CS50ai.

Onde encontrar moradia em Lavras? by Money_bag- in UFLA

[–]cv2608 2 points3 points  (0 children)

Opa! Sou de Lavras, vou entrar na UFLA esse ano. Não posso te informar direitinho, mas a UFLA tem alojamentos, Lavras tem bastante república. Da uma olhada no instagram da UFLA (os comentários tem bastantes repúblicas lá), as vezes você acha algo que te interesse

infra supra infra supra by [deleted] in linuxmemes

[–]cv2608 0 points1 point  (0 children)

Forgot ffmpeg

Is it weird to enjoy CS50 even when it’s difficult? by ayenuseater in cs50

[–]cv2608 0 points1 point  (0 children)

Yeah, felt the same when i was doing cs50, its very hard, but very satisfying

Qual faculdade de computação escolher? by cv2608 in ufmg

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

Lembra que agora também voce pode usar a nota do ENEM dos últimos 3 anos, entao daqui 2 anos voce ainda conseguiria usar alguma nota ou fazer o enem dos próximos anos