Generally speaking, people thought that government spending led to massive inflation, and the republicans have stronger rhetoric around cutting government spending.
> republicans have stronger rhetoric around cutting government spending
All they have is rhetoric, because their record with respect to actually doing it is not strong. Government deficits increased under every Republican administration in recent memory. They talk the talk, but never walk the walk.
I totally agree that republicans are irresponsible with the deficit. But americans don't seem motivated by the deficit, they seem motivated by inflation.
Inflation and the deficit don't have a 1:1 relationship. For the same dollar of debt, you'll see more inflation from social service spending than you will from tax cuts.
Republicans are responsible for making their constituents happy in some way at least, directly or indirectly. Voters can say they want cutting, Republicans can cut, but when does that translate to better life? There has to also be spending.
So true. You can apply this to limiting federal government. The GOP used to all be about states rights to self government. It’s so reversed that it feels like that’s never been the case.
The GOP was never actually about that. They were only ever about states rights to govern themselves according to conservative Christian principles. They have always opposed states' rights to support social welfare, abortion, gun control, environmental programs, immigration, etc.
Dems have repeatedly ceded that ground and our joke of a "free press" refuses to challenge the notion. So whether it's true or not is ultimately irrelevant. Everyone (including and especially Republican voters) just let's them say it.
And in reality shifted labor markets and supply chain was the issue and the FED in 22 raised interest rates to 'regress labor back to their natural position'.
Never forget: the FED did this more than any republican or democrat and their new stated position is to ensure not the enablement of the population but keeping the labor pool 'in their place.'
This, beyond everything else, changed america the most in recent history.
I don't know that higher interest rates are necessarily anti-labor. Low interest rates result in rapid asset inflation and labor usually owns fewer assets.
Whatever your political affiliation and thoughts on the war, I hope we can all agree that it would an awful thing to base our foreign policy on the US election cycle.
Not so awful as it may seem. It would be even more awful if election cycle had no influence over decision to wage one more war. "Democracy is the worst form of Government except for all those other forms that have been tried from time to time".
I'm sure claude does great at that, but it would be objectively better, for a large variety of reasons, if claude didn't have to keep syntax examples in it's context.
for sure. About 6 months ago it absolutely couldn't do it and kept getting cofnused even when i tried to do RAG against the manuals provided (only downloadable from a shady .ru site LOL) but now .. like butter. The context seems to mostly be it reading and writing related stuff?
Rather than saying that microsoft bashing has ramped up, I'd say that it is getting closer to it's standard levels.
Microsoft experience a sort of reputational resurgence in the tech world these past few years with some commitment to open source contribution and a really nice pivot towards linux and cloud.
Yes and you're in a unique position to influence the internal culture. Not saying send emails to executives but talk about things during lunch with coworkers?
Yes, you are on the money. A cloud service provider needs to maintain reliability first and foremost, which means they won't have a runtime dependency on their billing system.
This means that billing happens asynchronously. You may use queues, you may do batching, etc. But you won't have a realtime view of the costs
>they won't have a runtime dependency on their billing system
Well, that makes sense in principle, but they obviously do have some billing check that prevents me from making additional requests after that "final query". And they definitely have some check to prevent me from overutilizing my quota when I have an active monthly subscription. So whatever it is that they need to do, when I prepay $x, I'm not ok with them charging me more than that (or I would have prepaid more). It's up to them to figure this out and/or absorb the costs.
> they obviously do have some billing check that prevents me from making additional requests after that "final query"
No they don't actually! They try to get close, but it's not guaranteed (for example, make that "final query" to two different regions concurrently).
Now, they could stand up a separate system with a guaranteed fixed cost, but few people want that and the cost would be higher, so it wouldn't make the money back.
You can do it on your end though: run every request sequentially through a service and track your own usage, stopping when reaching your limit.
They do have a billing check, but that check is looking at "eventually consistent" billing data which could have arbitrary delays or be checked out-of-order compared to how it occurred IRL. This is a strategy that's typically fine when the margin of over-billing is small, maybe 1% or less. I take it from your description that the actual over-billing is more like dozens of dollars, potentially more than single-digit percentages on top of the subscription price. Here's hoping they tighten up metering <> billing.
Then the right thing to do from a consumer standpoint is to factor that overbilling into their upfront pricing, rather than surprising people with bills that they were led not to expect.
> Decades ago companies would train new hires out out college, but that trend ended in the 90s.
Decades ago engineering salaries were a fraction of what they are today, developing countries did not have computing and educational infrastructure, and we had worse solutions to the logistics challenges from off-shoring.
It is increasingly difficult to justify the US salaries and I'm not sure that the talent pipeline in the US is so superior to make up for it.
As folks optimize for getting these high paying jobs it is increasingly difficult to find someone who has legitimate problem solving skills vs someone who has invested a lot of effort into looking hireable.
> Decades ago engineering salaries were a fraction of what they are today
That may be so at the FAANGs and the companies trying to become FAANG-like, but I'm not sure that's the case for people working at more ordinary places.
3 decades ago I worked at a place making retail software for Windows and Mac. I had ~15 years experience. The net tells me that today median total compensation for that kind of job at that experience level would be around $150k/year.
I made $63k that year. My recollection is that this was a pretty normal amount at the time.
If we adjust using CPI that would be $132k now, which suggests my salary then was about 12% lower than an equivalent salary today. However, if we adjust using the indexing factors [1], which are usually consider better than using CPI for comparing wages across time, my $63k then is equivalent to $169k now.
Are you one of those developers that hates debuggers and stack traces, and would rather spend three hours looking at the output or adding prints for something that would take 5 minutes to any sane developer?
This is very much a tangent, and was asked in bad faith, but I’ll answer anyways!
One of the interesting things about working on distributed systems, is that you can reproduce problems without having to reproduce or mock a long stack trace
So I certainly don’t see the case you’re talking about where it takes hours to reproduce or understand a problem without a debugger. Of course there are still many times when a debugger should be consulted! There is always a right tool for a given job.
“I have a PR from <feature-branch> into main. Please break it into chunks and dispatch a background agent to review each chunk for <review-criteria>, and then go through the chunks one at a time with me, pausing between each for my feedback”
I love ASCII diagrams! The fact that I can write a diagram that looks equally wonderful in my terminal via cat as it does rendered on my website is incredible.
A good monospaced font and they can look really sharp!
I will definitely give this tool a shot.
I will also shout out monodraw as a really nice little application for building generic ASCII diagrams- https://monodraw.helftone.com/
reply