If you remember the time, Trump was pushing for any narrative that could let him say COVID wasn’t a big deal and would just disappear. He was looking for easy answers.
If you remember the time, Trump was pushing for any narrative that could let him say COVID wasn’t a big deal and would just disappear. He was looking for easy answers.
Jesus Christ, 659,041 kids had heart attacks in 2019!?! Or are you citing statistics that aren’t relevant to what’s being discussed in this thread?
Lol imagine thinking that aikido training means your brain doesn’t need oxygen.
And that goes for all the sniveling little pissants hiding behind their hurt feelings as the reason they’re still voting for Republicans: Fuck off. Every last one of you is a fucking liar.
You’re trash. You’ve always been trash. When liberals were polite, you were trash. When liberals got a little rude, you were still trash. Now that we’re tired of your shit and treating you like the trash you are, you’re mortally offended and blaming us for being trash? Get the fuck out of here.
I love this point about trash people being trash no matter how you treat them. When people say that being rude to Nazis only makes them Nazi even harder, I say fuck it. They’re gonna be Nazis no matter what.
Keep in mind that’s Income Tax. Most rich people don’t actually have income, they have capital gains.
Remember when gas was cheap because the entire country ground to a halt due to Trump mismanaging COVID? Those sure were the days…
Q3 2026 will come around and the AI will report that revenues are down. The CEO will respond the only way they know, by ordering that costs be cut by laying off employees. The AI will report there is no one left to lay off but the CEO.
Fade to black and credits roll.
Biden had a bad debate: faces calls to withdraw from the race.
Trump convicted of 34 felonies: record fund raising.
Maybe this makes me old, but I much prefer a written document explaining how an API works over Swagger.
Same. Especially since I’ve been building EDWs for most of my career. People are always surprised that it actually takes time to integrate with different systems.
“What do you mean you can’t just pull all the data out of this system that we don’t have database access to and are still building out the APIs?”
I kid… The people asking for stuff don’t know what backend databases and APIs are.
That would have been fine for me too. I don’t own the API, so I can only speak from a consumer perspective in saying: I don’t want a HTTP 200 if my request didn’t succeed.
I got pulled into a meeting with a team from AWS. I was told they were looking to implement a new solution, so I had to explain in detail how our data lake and data warehouse solution worked. I showed them how we pull data from all these different sources, how we have different integration patterns, etc.
At the end of my presentation, I asked “does that give you what you guys need? Or do I need to go into any more detail about anything specific? I don’t know what you all are actually building, so I’d be happy to provide more detail where you need it.”
Their response was “yeah that was all great info. We’re looking to build an app using AI and ML that allows you to run the business with a click of a button.”
I’m glad it was a remote meeting without cameras, because I literally face palmed. They didn’t have an actual use case or problem they were trying to solve. They were literally just selling a solution built on AI and ML. They didn’t know what it was gonna do, but by God they were committed to selling it.
The problem I ran into was the response returned a JSON body, but then had an “error” attribute that was returned in it that had the error details. So we were parsing the JSON and loading elements into our database. We were hitting the API passing in a datetime of when the last success job was run, so basically saying “give me everything that’s changed since I last called you.”
So yeah, eventually we noticed we were missing small chunks of data. It turned out that every time the API errored out, we’d get a valid JSON response that contained the error message, but it didn’t have the attributes we were looking for. So didn’t load anything, but updated our timestamp to say when our last successful call was.
Huge pain in the ass to troubleshoot, because the missing data was scattered with no distinguiable pattern.
From my experience, they speak mostly with their hands
This legitimately happened to me a few months ago. A vendor API was returning HTTP 200 with the error details embedded in the JSON response. It was a pain in the ass to troubleshoot.
Yeah I’m confused as to why that sentence was in the announcement.
I have the same problem with XML too. Notepad++ has a plugin that can format a 50MB XML file in a few seconds. But my current client won’t allow plugins installed. So I have to use VS Code, which chokes on anything bigger than what I could do myself manually if I was determined.
Yeah that’s the problem with people in leadership roles. They should know better than to think complex problems have easy solutions.
Unfortunately, a lot of the voting public gravitate towards the leaders that assure them there are easy answers. The average person doesn’t want to hear a nuanced answer to a complex issue.