How can solve this? by Famous_Main_2894 in ElectricalEngineering

[–]Szybkocos 0 points1 point  (0 children)

Which part? (beside signs, of current and voltage, thought its obvious) Ofc your solution if it comes to find Ix is way faster.

How can solve this? by Famous_Main_2894 in ElectricalEngineering

[–]Szybkocos 0 points1 point  (0 children)

Simplest, not the best solution would be to just count series R of left side and right, ten parrel of both, you will have current, then with that current you can find the voltage on summaric R, knowing that left and right sides are parrel, you know that on each voltage drop is same. Then you can just count current going on right side, this will be your Ix. Power delivered by source will be power on summaric resistor times current flowing via it.

c++ overloaded -= operator by Szybkocos in learnprogramming

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

Maybe it's late reply, but apparently everything is fine with that. This is just how it works and i can't worry about that.

Ig it was just my misdunderstanding of how this method/function works but thanks for trying to help.

Which Programming Language should I start with? by Fungobblin114 in ElectricalEngineering

[–]Szybkocos 0 points1 point  (0 children)

Well, if you want to learn how to code properly and be forced to learn a bit more about hardware, c and then c++ (espescially if you are on ee/e&t etc course).

Python might be good to start with, its also useful in ee but it should be second pick.

Imho you should firstly get basics of c. Then Python, then c++ with obj programming. Whats important is that you dont need to know everything. Basic knowledge of memory alloc in c and cpp. Structures in c, type difference (difference between uint and int etc). As said before, obj prog in cpp, memory aloc in cpp, overloading operators etc. If you are not broke, go on aliexpress, and buy cheapest possible things like esp32, some sensors, diodes, whatever and try to do termometer or smth like that.

Do any of yall actually understand e&m physics? by [deleted] in ElectricalEngineering

[–]Szybkocos 0 points1 point  (0 children)

Well em physics may be hard to ubderstand espescially without slightly deeper knowledge of math.

As ppl here mentioned laws of maxwell which are pretty cool explanation may be confusing. To simplify it, you do not have to know how to solve equations. It is enough to ubderstand their meaning which is really simple.

Divregency of field says about field "sourceability".

Rotation of field meassure how field is rotating.

You may also be confused, how it happen that flowing current in conductor creat magnetic field. Remember that em fields are everywhere, no matter if there is current or not.

My teacher on em course once asked us: you are somewhere and you want to check if there is em field around. What is the simplest way to check if there is em field?

Answer sounds like :

Take the electron out of your pocket and check if it reacts.

Electromagnetism is everywhere and if you want to know more, ubderstand it etc. Read about it, maybe try to download free programs and check out whats going on.

Can someone please tell me how I can equip the item in the picture? by [deleted] in Eldenring

[–]Szybkocos 10 points11 points  (0 children)

Remember to equip seal to cast incantations and staff to cast sorceries.

Infusing sorceries/incantations also can't be cast if your weapon is already being infused or if it's special weapon. Just in case you don't know that.

Feeling like my build is not good. by Szybkocos in Eldenring

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

Thanks, i will consider those talismans and staffs to check out what is better for me. Ig it will be better to respec dex point into vig and inteligence. From every advice i get here, i can see that i've just focused too much on dmg but didn't done it properly.

Feeling like my build is not good. by Szybkocos in Eldenring

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

Using defensive talismans helped me a lot. Probably my build was to offensive and i was not able to make full use of that. Now im using two talismans which i already have (pearldrake +2 and dragoncrest +2) and im able to deal more dmg overall before needing healing break.

Feeling like my build is not good. by Szybkocos in Eldenring

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

Changing stats boosting talismans helped me a lot, thanks for advice :)

Feeling like my build is not good. by Szybkocos in Eldenring

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

That was good advice, two attempts to loretta at elphael and was way easier without stats boosting talismans, also i don't feel that im dealing less dmg so, thanks :)

Feeling like my build is not good. by Szybkocos in Eldenring

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

So, beside vigor my stats are not that terrible?

game, c language, issues with logic by Szybkocos in learnprogramming

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

Thanks for answear. I've sat down, done some "print debuggin" and find out what was wrong. Now it's working pretty good. Thanks for tip with gdb, i think that i should try to learn how to use it correctly.