I guess she is not entirely off, either. It’s called that because it is the second division of an hour.
I guess she is not entirely off, either. It’s called that because it is the second division of an hour.
Why would they have to go to the CS desk? the cashier can just change it right there. It happens occasionally where they scan too many items and have to void some out, it’s really not a big deal.
So uh… How did this turn out?
I understand, but the comment I replied to was implying that rent should somehow be less than mortgage plus insurance. My point is that under those circumstances, it doesn’t make sense.
I am not sure why you think it should be any way else with our current systems, though. Asking less means the home owner is effectively paying for maintenance and upkeep entirely out of pocket, and entirely net loss for them. That said, I also don’t think that means they need to price gouge and trying to make huge profits.
For similar reasons, I stopped ordering with any alterations at all. I used to customize order a little and they always messed it up. It’s pretty rare that I go at all, but I figure that way it’s the standard meal and they can just go in autopilot making it. Less disappointment when things go wrong
Use any flavor you like, there aren’t any rules
Around here we just have little stickers on the produce with a code number on it. Most produce is just stacked with no packaging. You collect as many as you want in a bag. At the check out, the little code number can be used tell what the exact variety is.
This seems a lot simpler than lazer etching to me, but idk, maybe that is really cheap and easy too?
Try audiobooks. It got me out of that kid of block. Can listen during showers, commutes, doing chores. It’s great!
I feel like that requirement comes from mortgage lenders, not the government.
Honestly, looks ghastly. In the pursuit of being generic, they made something simple and straightforward into something unusable.
Thing is that it has been shown that the cost doesn’t add up. Guild Wars and Guild Wars 2 are both games you only pay the cost of the box, no on going subscriptions and they are able to continue running the servers and infrastructure just fine. 15$/mo just doesn’t make sense.
I went through this a couple years ago. Decided Jeff Bezos does not need any more money, cancelled prime. Funny this was that most things ship the same as always, get them in like 2 or 3 days.
In fact, most other online retailers offer similar free 2 day shipping to stay competitive and I usually find stuff of Amazon first.
Agreed, “sleep when the baby sleeps” is the advice we got the most, but doesn’t really hold water.
With our first, my partner and I took turns napping or doing chores while the other was on baby duty. When the second came along, that advice was a joke, it was more like one parent per child and shower after the older one goes to sleep.
Any recursive algorithm can be made iterative and vise versa. It really depends on the algorithm if the function calls are a major factor in performance.
I have used DukTape in the past, it is an ECMAScript (javascript) implementation. The API is amazing, very consistent parameter and naming schemes, uses a stack based approach (feels like a better version of how lua goes about things). It is designed to be embedded. Documentation for the API is some of the best you will see, lots of good examples. It even has a debugger that you can hook into.
Can I ask why that is the case? I guess I hadn’t heard that it was so difficult before
The main problem with std:: expected
is lack of language support. In theory, it works well as an alternative to exceptions, with nice self contained monadic statements. In practice, it is actually much worse than what the article suggests.
main issues -
as I said, no language level support. You eventually end up with messy code somewhere because the library code can’t simplify things enough. You end up with if checks strew about that really oaught to be a language paradigm.
there is not a lot of code making use of it, so at the boundaries of your code you have to make adaptations to and from std:: expected
from whatever some library chose to use.
adapting your existing codebase is basically impossible. Perhaps if you are starting a new project you can do it, but it is different enough that all your existing code must be updated to accommodate the new paradigm and it’s just an awful experience doing the work and being in a mix of error handling.
In the US, they are quite popular.
Does it really take 100 staffers to do what a video chat can accomplish?