solarbabies
@solarbabies@lemmy.world
- Comment on What do I put down on my resume? 2 months ago:
- Comment on Bananas 5 months ago:
This is getting too philosophical.
- Comment on Windows 3.1 saves the day during CrowdStrike outage — Southwest Airlines scrapes by with archaic OS 5 months ago:
because Boeing or why?
- Comment on How RCS on iPhone Will Make Texting Better for Everyone 8 months ago:
yes I know Apple isn’t a Telecoms company but you need a SIM from a Telecoms company to use iMessage. RCS runs over the Internet too, yet you also need a SIM card for that. Also Telecoms companies aren’t designing message protocols anymore. I don’t think you know what you’re talking about.
- Comment on How RCS on iPhone Will Make Texting Better for Everyone 8 months ago:
what do you mean Telecoms companies aren’t allowed to add E2EE? there is no such regulation I’m aware of.
besides, how would Apple have been supporting E2EE in iMessage for so long if Telecoms companies weren’t allowed?
could be a motivation issue, but not a regulation issue.
- Comment on Explain yourselves, comp sci. 8 months ago:
Yes, and as linear algebra teaches, to convert a vector from direction and magnitude to a list of numbers (components), follow these steps:
- Let the magnitude of the vector be represented by the symbol |A| or A.
- Let the direction of the vector be represented by the angle θ, which is measured counterclockwise from the positive x-axis.
- The x-component of the vector is given by: Ax = |A| cos(θ)
- The y-component of the vector is given by: Ay = |A| sin(θ)
The vector can now be represented as a list of numbers: A = (Ax, Ay)
For example, if a vector has a magnitude of 5 units and a direction of 30° counterclockwise from the positive x-axis, its components would be:
Ax = 5 cos(30°) ≈ 4.33 units Ay = 5 sin(30°) ≈ 2.50 units
The vector can now be written as A = (4.33, 2.50)