> I'm not sure why you got down voted. Maybe people are perceiving some subtext that I'm not.
Probably because the vast majority of politicians who attack taxation do so specifically to destroy social programs and quality of life multipliers, instead of the war machine or any other area of bearucratic waste, inefficiency, or corruption.
For example "No new wars" becomes "No, new wars!" and all the people who screamed about government spending clap as the military spend doubles, or feign disgust but fall in line eventually because "the other guy would've done the same" as admitting they were wrong or conned is inconceivable.
Also, literally nobody is paying a 70% effective tax rate anywhere. I'd be surprised if you could find anyone paying more than 50% without misinformation. Even when taxes were 90% for a short period of time, for an extreme minority, there were loopholes that meant none of them ever paid anything close to 90%.
Because he questioned taxes and the weekend crowd thinks that's heretical and won't even entertain the discussion of why things are that way let alone whether they're good or bad.
I had just the sort of discussion you're talking about on that big thread about PG's "how to make a billion dollars article," where for some reason people couldn't even fathom that there was even a way to tell whether certain taxes are good or bad, and couldn't understand the logic of doing so.
Everybody values their own time more than other's.
The fix, imho, is for the reviewers to also use ai to review the code. However, the ultimate responsibility for the outcome(s) should be on the committer - you commit it, you own it, so to speak. If there's an incident, they need to be the one paged in the middle of the night. Bugs resulting from it will land on their desk.
Speak for yourself. I highly value other people’s time, to the extent that I should probably value my time higher than I do for my own sake.
Doing something that wastes other people’s time or makes more work for them than necessary makes me feel awful.
I’ve always worked in a way that respects other people’s time and I always tried to make sure I did everything I could to minimize the work I’m asking someone to do for me.
AI and companies reward sociopathic behavior. When he eventually complains to his boss that his work isn't being merged and it's been done for days/weeks/months that will filter up and look bad on the people holding him up.
I'm sure this person's manager knows that having trouble getting PRs reviewed can (but not always) be a signal of a deeper problem. It could be that no one one the team knows the domain, it could be that no one like the person, but most likely it's that the PRs are frequently bad and no one wants to bother.
The solution is that he spends more time scoping the size of the PR so that it’s reviewable and understands the code he’s submitting well enough to have discussions about it. And that he does so human to human so that they can come to mutual understanding.
Less WIP is better for the throughput. If you saturate all the review bandwidth you're just wasting your time creating more PRs, the time would be better spent helping others get their PRs merged.
He isn’t shipping anything. Asking for code review is not shipping.
This is the complaint:
> he doesn't make it easy for the team to look at.
He has traded readability for volume. The lack of readability is causing him to ship less. This was a bad trade because the readability is the bottleneck not the code creation. He should improve readability.
>> the readability is the bottleneck not the code creation. He should improve readability.
See this is where I think LLMs can actually improve software engineering. Use them to write better code not more code. The most useful LLM at work so far is the code review bot that occasionally finds things that I missed even with a careful self review and good test coverage.
We should be prompting the LLMs to review our hand written code for security, correctness, style, maintainability, etc., and then use human review for good design and sanity checking. The bots can do things like hold all the C++ correctness rules in their context and apply them sometimes better than even a human expert.
Bot-assisted Rust could be amazing; there's some ports already happening which wouldn't have otherwise. Maybe Rewrite-it-in-Rust can actually be a real thing and not just a meme. But it does put a big burden on implementors to understand what they're generating, and now it's in an unfamiliar language to boot.
That's not how anything works. Even if he says he's going to take responsibility, when the customer call comes in at midnight you're going to be the one fixing his problems.
The reviewer gets to merge the PR so their name appears on all the great new features and they are credited for them. That would end his unfair behaviour of dumping effort onto other people.
I thought the whole value proposition of this thing was supposed to be that the interface is "natural" human language. If interact with it using a structured and specified language... then what are we doing exactly? Is this AI? Maybe we just re-invented GraphQL or something?
In terms of fresh meat and vegetables, it's pretty much all grown/produced in Australia. Anything canned / dried is often imported though. Things like rice or coffee beans you technically can buy Australian grown but you'd have to go out of your way to find it.
> Why even reduce an easy to exploit attack surface when there could be holes elsewhere?! Because, you know, it makes things much more secure even if imperfect.
I'm still trying to calibrate my take on this view.
If attacks are randomly chosen from the set of all potential vulnerabilities, without the attacker knowing which ones had been patched, then that logic clearly makes sense.
But in an adversarial situation where the attacker can guess which vulnerabilities you still have unpatched, or can try many different attack vectors, then having already patched some other vulnerabilities doesn't matter so much.
Let's not forget the complacency of this Congress. POTUS could not get away with this nonsense if Congress would do its job. The right has been working their way to this perfect scenario for decades with gerrymandering at the state level, Congress refusing to accept a SCOTUS nominee from POTUS holding out that the next POTUS would be their guy, and all of the other nonsense that has happened to get us to this spot.
I'm not sure why you got down voted. Maybe people are perceiving some subtext that I'm not.
reply