• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle

  • They’re not meant to be used to change prices on the fly. The 10 minute window is literally just so you can fix mistakes like typos, in case it says 179.9 when you meant to put 17.99. Like when a customer comes in, and says “the advertising said this is supposed to be $5 this weekend, but the price tag still says its $8, what gives?” Then you can go to the back, change the price to $5, and it will update all the tags for this item on the fly. There is no limitation stating you need to wait 24 hours or however long you think would be fair. You can also use it to schedule sales that start at a specific time of day, fx food items that are made to be consumed on the same day might get cheaper near closing time.

    Price gouging is still price gouging, and generally, at least where im from, there is a legal obligation that the customer can rely on the listed price at the time they pick up the item. I can’t imagine it’s that much different in the us?

    Source: l literally used to program the software that’s used for these things






  • I was in a queue two days ago for tickets to a show. Of course, I got kicked out of the queue twice, and then lost my chance to get a ticket at all. When I wrote their support about it, they said they hadn’t anticipated this amount of traffic and it had crashed their servers.

    On a pre-sale that you had to sign up for.

    You know, so they will know how many people they can expect.

    Something that Ticketmaster routinely does, giving them exclusive access to the numbers, telling them exactly how much traffic they can expect.

    A slightly more cynical person might say that maybe, just maybe, the only goal Ticketmaster has is to spend the bare minimum to keep their website afloat, so they can pocket the rest. They don’t give a fuck about anyone or anything except their own profits. If this criminal organization would go down in flames tomorrow, I would buy pizza for everyone on my floor to celebrate.

    Honestly, I’m just surprised that they’re still allowed to exist in Europe.










  • You should note that this was a Gmail feature that is now made available by a bunch of email providers, but you might wanna check that you do indeed get your emails delivered to plus addresses before you rush out to change your contact info everywhere. Some providers have lacking support and sometimes emails may fail to send to plus addresses even if your side does support it. Using a catchall will always work because you know, that’s just how email works.


  • It is definitely the exact opposite of this. Even though I understand why you would think this.

    The thing with systems like these is they are mission critical, which is usually defined as failure = loss of life or significant monetary loss (like, tens of millions of dollars).

    Mission critical software is not unit tested at all. It is proven. What you do is you take the code line by line, and you prove what each line does, how it does it, and you document each possible outcome.

    Mission critical software is ridiculously expensive to develop for this exact reason. And upgrading to deploy on different systems means you’ll be running things in a new environment, which introduces a ton of unknown factors. What happens, on a line by line basis, when you run this code on a faster processor? Does this chip process the commands in a slightly different order because they use a slightly different algorithm? You don’t know until you take the new hardware, the new software, and the code, then go through the lengthy process of proving it again, until you can document that you’ve proven that this will not result in any unusual train behavior.