Line the other commenter said, there’s nothing wrong with committing temp/untested code to a feature branch as long as you clean it up before the PR.
Line the other commenter said, there’s nothing wrong with committing temp/untested code to a feature branch as long as you clean it up before the PR.
OP: asks for advice about IRC
just_another_person: only stupid and lazy people use IRC
…
just_another_person: why doesn’t anyone appreciate how helpful I am?
Wasn’t it founded by the original founder of Twitter, not ex-employees? Not that it makes much difference…
Quoting my previous comment:
Why move an entire community to matrix if IRC works fine?
In other words, why “fix” it (and risk fragmenting the community) if it ain’t broke?
If you still don’t understand why people use IRC then we clearly didn’t make the same point, and you misunderstood mine.
People still use it for the same reason we use email… Why move an entire community to matrix if IRC works fine? Anyone who wants to use matrix can set up a bridge, anyway. And I wouldn’t consider discord a good alternative.
Yeah, hard to tell without the /s unfortunately.
I write C++ professionally. Saying it’s a skill issue doesn’t solve the problem. If a dev with 15+ years of experience still isn’t writing memory-safe C++ (ie. some of the people I work with), they’re not going to learn now.
And if you’re a project manager and you choose to use C++ because your team says they like the challenge then you should be fired.
Of course none of this applies to hobby projects…
I mean, that’s just my interpretation. I don’t think it’s a stretch though, switching to memory safe languages like rust has been pretty big recently.
How did you interpret the comic?
The unicyclist on the left is saying the bicyclist is only riding a bike because they don’t have enough skill for a unicycle. The unicyclist on the right is saying they can’t learn to ride a bike because they’ve spent too much of their life riding a unicycle. It’s a dig at people who don’t want to switch to memory-safe languages like rust.
Be ready to replace the disk when the warranty ends.
What’s the point of replacing them? The warranty doesn’t keep them from dying, it just means you get a free replacement. The amount of life left on the drives after the warranty expires depends heavily on how they’re used, and most self hosters are pretty gentle on their drives. I could see replacing the drives that are heavily used, but replacing all drives just because their warranty expired seems like a waste of money and effort.
I’m not a CPA, but I don’t think you can write off something that already made a profit. How would that even work, if companies were able to write off predicted ad revenue? They could make up any value and never have to pay any taxes at all.
I don’t think write-offs have anything to do with them removing these episodes.
I don’t think they can write it off either way, though. It only makes sense to write off shows that haven’t made money. It’s just “retiring” when you’re taking about something that’s already been released. There’s no ulterior profit motive, unlike when they write off unreleased movies and shows.
What does this have to do with write-offs? I don’t think they can write off episodes of South Park and the daily show that have already aired.
It’s a lot faster to stick an existing web ui into an electron app than make a true native app.
For me it would help if there would be an option for me to see the at least the reason why the call is being made and also an estimated time of the call.
There is: the person calling can first send a short text asking if they can call you to talk about ________.
They are fundamentally different types of vehicles. But putting that aside, if you want to compare the largest payload that each vehicle can transport you wouldn’t just use the pickup truck’s GVWR, you would also include it’s towing capacity. There’s a reason 90% of the time people use a pickup to haul something, they’re towing.
This is why we can directly compare the two vehicles payload capacity.
No, comparing a zeppelin with a pickup will never be a direct comparison.
You’re comparing a pickup truck to a zeppelin, there’s no way to make that apples to apples. If someone needs to move something big with a truck they’re probably going to tow it, not try to load it into the bed.
You might have misunderstood what I meant by “clean up before the PR.” None of the temp commits should end up in the main branch, where people would be bisecting.