Good to know which part of The Lorax we’re at.
Good to know which part of The Lorax we’re at.
As others have mentioned, there are no good BifL options. Based on what I gather from your post, your best option is probably getting 2nd hand devices and following behind by a few years. You can probably keep a 3-year-old device for 7 or 8 years (which is ages in the smartphone world), then “upgrade” to another 3-year-old device at that time.
For this, I’d recommend something popular like a Pixel. They have a number of options for alternative OSes (Graphene and LineageOS are both good options) and they’ve done well for me as long-term use phones.
I’ve bought my last couple phones on Swappa, and I’ve had no issues with any of them. Sold one on there too, and they’re pretty vigilant (they manually review posts before they can go public).
Crack Stuntman had this idea years ago
I’ve written code before in some hardware-specific languages before (I think it was for programming a stepper motor or something?) that used =
for both assignment and comparison. If I recall correctly, the language was vaguely C-like, but assignment was not permitted in the context of a comparison. So something like if( a = (b+c) )
would not assign a value to a
, it would just do the comparison.
Imagine saying these operators out loud.
is “is greater than”
So it makes sense to use =
as “is greater than or equal to”
You’d think =
would be “is equal to”, but it’s already used for “set equal to” (i.e., assignment).
So what symbol do we use for “is equal to”? The symbol used in many programming languages is ==
, so Python chose to follow that convention.
It’s worth noting that there are other languages that use =
as “is equal to”, and use something else for assignment (like :=
for example). It just comes down to the history of the language and what conventions the original authors decided to use.
Yeah, it’s about how electromagnetic energy travels through space.
If AB = i and BC = 0, then B would be in the same 2D space as C, but one of them would be “above” the other in 3D space (which doesn’t exist in this context, just as sqrt(-1) doesn’t exist in the traditional sense).
So this triangle represents a 2D object that is “standing up” on the page.
The short version is: we use some weird abstractions (i.e., ways of representing complex things) to do math and make sense of things.
The longer version:
Electromagnetic signals are how we transmit data wirelessly. Everything from radio, to wifi, to xrays, to visible light are all made up of electromagnetic signals.
Electromagnetic waves are made up of two components: the electrical part, and the magnetic part. We model them mathematically by multiplying one part (the magnetic part, I think) by the constant i
, which is defined as sqrt(-1)
. These are called “complex numbers”, which means there is a “real” part and a “complex” (or “imaginary”) part. They are often modeled as the diagram OP posted, in that they operate at “right angles” to each other, and this makes a lot of the math make sense. In reality, the way the waves propegate through the air doesn’t look like that exactly, but it’s how we do the math.
It’s a bit like reading a description of a place, rather than seeing a photograph. Both can give you a mental image that approximates the real thing, but the description is more “abstract” in that the words themselves (i.e., squiggles on a page) don’t resemble the real thing.
This is pretty much the basis behind all math around electromagnetics (and probably other areas).
Sure, when hornets do it it’s “amazing” and “fascinating,” but when I do it I “have a problem” and “am the worst teacher in this school.”
Spicy seasons in your area
It can tell 'cause of the way it is.
Some majors are straight-up pyramid schemes. If the only thing you can do with a major is to teach it to others, it’s a pyramid scheme.
It’s less than that. Closer to a few thousand, IIRC.
I guess in this case the /s is for satire.
Ah, that would definitely make a difference. A debit transaction uses some form of “password” like a PIN or the data embedded in a card chip. A credit transaction technically only relies on easily available data and sometimes a signature, much more common for fraud (it’s pretty easy to read and replicate the data from a magnetic strip–one of my classmates did a project to read magnetic strips, and they had to stop letting people swipe their own cards on it because it popped up tons of confidential data).
My CU’s website definitely looks like it’s from the early naughts, but they at least kept things up to date and security practices seemed legit, and I don’t think I ever tripped the fraud detector. I guess everyone’s mileage will vary a bit.
Yeah I’m on board, I was attempting some mild satire.
My other “dailies” include Rogule, Mazelle, and Hexcodle. Sometimes Decipher as well. Check them out!