• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What first world problem did you have today?

Page 1245 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Transunion is done now to do Equifax. Sat on the phone for almost an hour inputting info through an automated process only for it to fail at the end. What piece of shit systems these companies have, holy crap. Worse than dealing with the government. Gave up for tonight, will try calling tomorrow. I suspect Transunion is the main one anyway, and that's the one that was sus because of the wrong address.
 
It rained all week last week so I was annoyed I couldn't paint my fence. Now it's supposed to be sunny all week and I'm annoyed I can't fertilize my lawn.
 
Crest changed the plastic they make into toothpaste tubes. The new plastic holds its shape and pulls the toothpaste back away from the mouth of the tube when I stop squeezing.
 
And the hits just keep on coming!

Sold a trading card on ebay and it was a high enough value for it to go through ebay's authenticity guarantee. It passes (Ebay and PSA agreement that checks cards to make sure they match the description and condition described in the listing) the process and gets sent to the buyer. Buyer msgs me with a pic of a nice big old mark on the back of the card.

My listing pic:

1777389283331.png

Their pic sent to me this morning:

1777389311638.png

Now we get to see how the return process works

1777389344387.png
 
Sucks. That looks like a reflection from a round light. Wonder if it's some sort of scam they do so they get a refund and then end up with the card too.

Not in this case. They have to send the card back to PSA to be authenticated again as part of the return process. Since it is individually numbered (27/79) on the back, they can't send a substitute card in it's place.
 
It's just the straight mark they're complaining about. Had that mark existed during the authentication process, it would have 100% been failed, the buyer refunded, and the card sent back to me.
 
I feel like the majority of my job is not even doing my job but rather dealing with all the shitty systems. Spent most of this morning dealing with the shitty new VPN that never works properly. Now I'm fighting with the shitty new time entry system. I would probably be more busy doing my actual job, if the shitty new systems we are suppose to use to monitor the network were actually reporting alarms properly. Basically everything new they put in is shitty and hardly works. It's been quiet and that's probably because we're not even getting alarms in first place lol. Some of these screens have not changed for months. One site has been showing a power outage for over a month, not a real alarm. Nobody seems to care.
 
^ Enshittification will continue until total collapse ensues. The great garbage avalanche isn't going to happen on its own.

On the trading card: I am going to go old school and accept any grief it causes me. Dallas Wings sounds like a feminine hygiene product. 😝 The douche trying to screw you over buyer's remorse or whatever can go piss up a rope.

I don't have first world level problems. I have this IS Ceti Alpha 5! level problems.
 
Every year I clean up a data directory I use, and archive old data to reduce clutter. I don't remember how to do it offhand, so I have this in my linux notes...

Code:
find . -mindepth 1 -maxdepth 1 -mtime +365 -exec mv -t Archive2024 {} +

What it does is collects anything that's older than 1 year old, and put's it into a directory. I then zip it, and move it to an archive folder.

Well, today it failed, and I spent ~45 minutes trying to figure out why. I kept getting an error that was something like 'exec has no argument'. Basically I told it to execute something without giving it something to execute. I finally realized I left the "+" off the very end :^S Really stupid mistake, but it's better than a mystery problem I guess. You don't expect ancient tools to change, so it's failure was really puzzling.
 
^ Enshittification will continue until total collapse ensues. The great garbage avalanche isn't going to happen on its own.

On the trading card: I am going to go old school and accept any grief it causes me. Dallas Wings sounds like a feminine hygiene product. 😝 The douche trying to screw you over buyer's remorse or whatever can go piss up a rope.

I don't have first world level problems. I have this IS Ceti Alpha 5! level problems.
1777403212480.png
 
Every year I clean up a data directory I use, and archive old data to reduce clutter. I don't remember how to do it offhand, so I have this in my linux notes...

Code:
find . -mindepth 1 -maxdepth 1 -mtime +365 -exec mv -t Archive2024 {} +

What it does is collects anything that's older than 1 year old, and put's it into a directory. I then zip it, and move it to an archive folder.

Well, today it failed, and I spent ~45 minutes trying to figure out why. I kept getting an error that was something like 'exec has no argument'. Basically I told it to execute something without giving it something to execute. I finally realized I left the "+" off the very end :^S Really stupid mistake, but it's better than a mystery problem I guess. You don't expect ancient tools to change, so it's failure was really puzzling.


Crazy how these simple errors can send you on a wild goose chase too. The other day I spent an hour chasing why a very simple program was throwing 100's of compile errors. Turns out I did a typo and put end instead of endl after a cout<< statement. None of the errors pointed to that line. It was just all over the place.

Another fun one is accidentally putting a semi colon where it shouldn't go, like:

Code:
if(condition);
{
dostuff();
}
 
Not in this case. They have to send the card back to PSA to be authenticated again as part of the return process. Since it is individually numbered (27/79) on the back, they can't send a substitute card in it's place.
Why not PSA it before you sell it? I guess it's kind of pricey but if it's a good card and looks like it will rate high you get a lot more for it. My friend sends a ton of cards to PSA, I think he gets a bulk discount or something.
 
Why not PSA it before you sell it? I guess it's kind of pricey but if it's a good card and looks like it will rate high you get a lot more for it. My friend sends a ton of cards to PSA, I think he gets a bulk discount or something.
It did get sent to PSA before. I sold it as part of eBay guarantee authenticity. It's not grading tho.

 
Back
Top