Hacker Newsnew | past | comments | ask | show | jobs | submit | jonfw's commentslogin

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.

That had nothing to do with it. Her support for Israel caused her to lose, if you actually look at polls that analyze her election loss.

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.

No but the direct statements from the FED itself that it was trying to hurt labor and reduce average household spending was very clear

Fed, not "FED". It isn't an acronym.

The point I was making was labor has something to lose in any interest rate environment.


These are all completely non adding comments. You have a problem where you need to correct irrelevant things because you can’t face the point.

I think it's relevant. If you don't even know "FED" isn't an acronym the rest of your "points" about interest rates are a bit suspect.

Go ahead and look up the minutes you pedantic bore, or argue capitalization since thats the limit of your argument...

> you pedantic bore

Aww...that's so sweet :-)


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?

If you are not terrified of your production terraform, you are doing it wrong!

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.

Their pivot to AI is much less popular!


The AI stuff and Windows 11 have been big drivers of bashing


The Xbox division, too, if you pay attention to the gaming world. Then again, never pay attention to gamers. They just like to moan for sport.

If moaning were DLC, they'd get a monthly subscription.


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.

[1] https://www.ssa.gov/oact/cola/awifactors.html


Keep cattle, not pets! The advice that used to apply for managing large numbers of machines also applies to managing coding agents.

If you rely on monitoring the behaviors of an individual coding agent to produce the output you want, you won't scale


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/


^Unicode.


Importantly they also render in your source code. I love a good diagram at the top of a file.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: