Rich Henry
9.4K posts


This sounds like a very, very, very far distance from "unconditional surrender," but if Trump wants to declare victory and pretend that something important was accomplished so that he can pull out, the sooner the better.
Let him throw a parade for himself if that will help.
Rapid Response 47@RapidResponse47
English

@minnano_dougaww The benefitting team should lose automatically. Then they will stop.
English

We could argue that Trump 1 was a one-off, a freak occurrence. But electing him *twice*? Raises reasonable questions about what kind of electorate would do that.
Ramez Naam@ramez
The drop in global perceptions of the US is 100% because of Donald Trump. Clear as day.
English

@Antisimplistic @svpino Never said your tests werent useful. Just incomplete.
English

@agmethod75 @svpino “Can’t test fully” != “can’t write useful test.”
Black-box unit tests come from the contract. Internal knowledge helps with defensive coverage, not with the existence of unit tests.
English

Tests have nothing to do with whether you understand the code. They exist to prove the code does what it’s supposed to do.
I don’t trust any code I haven’t tested.
That’s true whether I wrote the code, you wrote it, or an AI wrote it.
Surtur@Surtur
@svpino Tests are great, nothing against tests, but if you don’t trust the code, then you don’t understand it and you shouldn’t put it in production. Would you accept a PR that you didn’t trust/understand?
English

@j_fishback what good is a rural hospital without doctors. why would teachers deserve such a bonus? what would it do to the housing market if you gave all that money out?
all stupid ideas.
English

@Antisimplistic @svpino Unit tests have the same issues. Users could use atoi or atan2 or various other functions that come with baked in edge cases and silent errors you need to test for. If you dont know whats in the code you cant unit test it fully.
English

@agmethod75 @svpino yes, in that case. even my original response limited the point to unit tests. your response ignored that. both povs can co-exist.
English

@Antisimplistic @svpino Then you do know the implementation details.
English

@agmethod75 @svpino If it matters, it’s part of the contract, and tests should define it. Switching SQL engines breaking tests is the point. I’m talking about pure, black-box unit tests - necessary but insufficient and, in some code, not practical. In those cases, more tests check implementation.
English

If they choose one SQL server versus another there will be differences in how case-sensitivity is treated and in what is acceptable with respect to type coercion when inserting data.
If you dont know which one they are using your are going to have holes in your testing.
This is one of a million such examples. You guys are making a mistake.
English

@agmethod75 @svpino at least for unit tests, the whole point is to test input vs output independent of implementation, so it is not necessary to understand the code. otherwise TDD would be impossible, e.g.
English

@stevewesthoek @svpino The point being there are edge cases you aren't aware of and in reality you are depending on the programmer to cover those cases.
English

@agmethod75 @svpino As a professional software tester, I’ve tested plenty of systems without knowing the code.
Not knowing the implementation is actually an advantage, it forces you to test behavior, edge cases, and assumptions instead of writing biased tests around how the code “should” work.
English

@svpino Implementations have their own weaknesses that are not always present in the plan. We allow it because we get performance or because we don't have a better solution to a problem
English

@uthman_dev It’s actually a lot of fun to learn
You get to see stuff like borrowing, lifetimes, and a deep level of how async works which I haven’t see in any other language
English

@Matt_Pinner If it doesnt make you miserable, its a cheat code. You get more done before most people wake up than some people do all day.
English
Rich Henry がリツイート

@winthornegary @Phoenix2A_1980s I have a small simple one in my basement near my furnace etc. No idea what possessed them to put it in.
English

@Phoenix2A_1980s Career firefighter here… I have never seen a sprinkler system inside a house. What the actual fuck is going on
English

@Phoenix2A_1980s You gotta put the guy with man hands on that job.
English











