you are viewing a single comment's thread
view the rest of the comments
[–] 104 points 4 months ago (10 children)

Error messages when I was growing up:

Network Error: TCP protocol not installed.

Error messages now:

Something went wrong. :(

  • source
  • parent
  • hideshow 10 child comments
  • [–] 51 points 4 months ago (2 children)

    Exactly. That second example infuriates me. Just give me something to troubleshoot, for fuck's sake.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 22 points 4 months ago

    Needed to add my phone number for 2FA on a website. Something went wrong :( checked network tab and the error being returned from the API was too short phone number, they'd made an assumption based on the country they were from.

    I still had to message their support to let them know, but... They could've made it easier to find out the reason at least.

  • source
  • parent
  • [–] 17 points 4 months ago (3 children)

    Never forget that they took away our moving progress bars w/ descriptions of the task being performed at each stage and gave us shitty spinning circles.

    We used to progress, now we get fucked around.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 4 points 4 months ago (2 children)

    A spinning circle requires just two threads, one to do the work and one to spin the circle. And they don't have to talk to each other.

    A progress bar is the same thing, but now the work thread has to periodically communicate the progress to the bar thread, and inter-thread synchronization has to be setup. And how do you know how much progress a single file transfer represents? Or how many progress points is a registry edit versus a file transfer? It's hard to figure out in advance, which is why so many progress bars are shitty estimates of progress.

  • source
  • parent
  • hideshow 2 child comments