That’s the thing–it’s more than bug fixing. They’re reworking a large amount of the content. I’ll probably pick it back up in a few months and see how it’s coming.
That’s the thing–it’s more than bug fixing. They’re reworking a large amount of the content. I’ll probably pick it back up in a few months and see how it’s coming.
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.
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.
Yeah, I was being mildly satirical. Insulting any people group seems like it should be a losing move. I wish it were.
They can’t vote, so why would they care? Easy targets, no apparent consequences.
Edit: /s
They’re common in Canada as well. In my experience, they’re much better than larger banks for things like fees and interest rates.
Historically the main advantage of a larger bank was having banks and ATMs everywhere, but lots of CUs have formed mutual agreements for ATM access, and internet banking being ubiquitous has rendered any advantage the big banks have had moot (in my opinion, at least).
For me, outside correlates with an open world, and underground correlates with a linear progression. I generally prefer the vibe of open world stuff. Underground stuff can sometimes have a lot less variation as well, which can get tiring. The general vibe is often designed to have a somewhat oppressive feel.
Another difference is the sense of being cut off from a safe place (whether real or imagined)–outside feels more flexible with retreating to safety or restocking supplies while dungeons can limit your ability to “return to home base” as it were. I disliked dungeons a lot more when I was younger, turned out to be a generalized anxiety disorder. I enjoy a wider variety of games these days.
Out of curiosity, have you played Baldur’s Gate 3? There’s a large area that would be interesting to see what you think of it.
Will they be canon with the original Dave series?
You’ll get used to it with practice. It’s fine if you prefer to type differently, but you’ll probably hit a plateau with how efficiently you can type (or you’ll rely on looking at the keyboard, which is not ideal).
I just switch to the num pad. Also worth practicing on if you do a lot of typing.
I’ve been running Linux on my laptop for a few years now (started with Mint, on Manjaro now). I have our HTPC set up with Mint, and the family is good with it. When my kids are old enough for their own, I’ll probably keep them going with Mint as well, we’ll see.
My wife’s laptop still has Windows, but I’ll likely move her over if she gets a new PC at some point.
Assume spherical duck
A few assumptions:
First, I’d make sure to include a stripped down version of 7zip, or whatever compression I use (y’all don’t wanna get on there and realize you can’t decompress your files). Hopefully only a few MB for a CLI utility.
Second, I’d include a decent library stored in a compressed text format. Some fiction, some non-fiction, classics, some of my favorite series, a bunch of “Intro to ___” type of books, that kind of thing. Probably up to 50MB or so.
Third, I would include some low-quality audio of some favorite music as well as a few audio books. Maybe 200MB or so.
Fourth, I’d include a copy of a simple game engine system (maybe something like libgdx) as well as Inkscape, and whatever compiler I would need to create programs/games for my PC, and relevant documentation. This would give me both a creative outlet, and allow me and my companion to make new games for each other to have something novel. Hopefully around 100 or 200MB.
Depending on the size, I might also consider including something like FruityLoops, again to be able to create new content. Ideally something that’s 100MB or so.
With whatever space I have left (300 or 400MB-ish), I’d include things like emulators and a couple favorite older games (Lord of the Realms 2 comes to mind) that have good replay value and would be small enough to fit. Ideally some multi-player options as well (assuming a shared keyboard).
Without previous knowledge of the available PC, I’d include multiple builds of 7zip for most common architectures, and prioritize the books and audio. Maybe bring a couple variants of GCC and minGW (if I can write programs, I can eventually replicate lots of the other software).
It kinda depends on the license. Copyleft licenses are definitely digital communism–but licenses like CC or other extremely permissive licenses are digital libertarianism. I’m good with it in any case.
I haven’t tried it on monsoon, so I can’t say. It’s possible–testing is the thing that bigger companies seem to like to cut corners on to save money and get things out faster, so it’s entirely possible. But at least it sounds like they’re taking the feedback to heart, so it could still end up pretty good with some rework.