I’ve honestly used the “What kinda chip you got in there, a dorito?” line IRL. Kills every time.
I’ve honestly used the “What kinda chip you got in there, a dorito?” line IRL. Kills every time.
They want the rock throwers on their side.
What a fine impression of a stupid person!
I’ve never tried it, but I think it’s when you invest and your funds are doing well, but you never actually cash out.
As far as I can tell, yes. I signed up for the free tier before paying for the service, and the worst I ever got was a banner here or there advertising their paid service. Proton encrypts all your data with your password, so they literally can’t access it even if they wanted to. The only info they have on you are things like when you logged in and your IP address (and I believe they’ve turned that info over to law enforcement when required, like any legitimate company would have to do), but their servers are in Switzerland where there are better privacy laws.
I’ve been using Proton Mail for a while, it’s been good for me.
My namesake doesn’t last terribly long…
Million Dollar Mon.
If you happen to have any background with coding, I recommend OpenSCAD. There are a (relatively) limited set of instructions, easy to pick up if you do any other coding.
The reviews on this are worth reading. You might get some interesting recommendations after reading them, though.
Probably stock up on some tech hobby stuff that I can’t get in brick-and-mortar stores (SBCs, maybe a PinePhone or something).
ETA: we’ll get there when we get there
Ah, we’re not quite adventurous enough to grow our own, but we buy the raw ingredients (aside from plantain, which grows wild where we live).
My wife and I have been experimenting with making our own. So far, my favorite is chamomile, lemon balm, elderberry, and a little stevia.
I tried a new one last night that might take the lead with some tweaking: nettle, lemon balm, ginger, and cinnamon. Gotta get the proportions right, but the combination was pretty good.
Seg fault
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).
I have a Bose Mini Soundlink. It’s held up for years and years.
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.
“My wallet is stuck! Here, I’ll just give you my pants!”
Or something along those lines