canpolat

joined 2 years ago
MODERATOR OF
[–] canpolat 7 points 3 days ago (6 children)

I would stay away from YAML (almost at all costs).

9
submitted 1 week ago by canpolat to c/git
[–] canpolat 2 points 2 weeks ago (1 children)

For us to be able to help you, I think you need to give us some more details about the organization of your work. If each chapter is a separate text file, then you don't really need to do any branching at all (assuming people will only make changes on their own files and not touch others' work). If it is a single text file, branching (or anything else, to be honest) will not help much.

I assume chapters will have their separate files. As long as you can control who touches which file, everybody can work on the same branch (also referred to as "trunk based"). But if you fear that people may interfere with each other's work (willingly or by accident), then it makes sense to create a branch per chapter to keep contributors at a distance from each other. But working on a single repository requires some sort of an agreement on the workflow.

56
submitted 1 month ago by canpolat to c/git
19
submitted 1 month ago by canpolat to c/git
10
2024 Open Source Software Funding Report (opensourcefundingsurvey2024.com)
submitted 4 months ago* (last edited 4 months ago) by canpolat to c/opensource
[–] canpolat 2 points 7 months ago

I have the same problem on mobile Firefox on Android. I'm using the default frontend as well. This was not happening a week ago (or maybe 10 days). Started recently.

[–] canpolat 1 points 7 months ago

This is an acknowledgement from Uncle Bob that the book didn't stand the test of time. We won't know before the new edition is out, but I suspect those pointless refactorings will not be in it any longer.

[–] canpolat 13 points 8 months ago (1 children)

Don't they already have the names Leap and Tumbleweed? Changing the name to Leap would make sense since it's the name of the "official LTS" version. At this point it sounds like "openSUSE" is the name of the project and not the distro. But I haven't been following them closely, so perhaps I'm wrong.

[–] canpolat 10 points 9 months ago (1 children)

Not sure but that sounds like you have a problem with your Git installation (or a dependency of Git). Maybe a reinstallation can solve that.

[–] canpolat 3 points 10 months ago

I understand the "why would I pay for this" reaction. I think crowdsourcing is a better approach for these kinds of content. Once you reach certain level of financial commitment from the crowd, you can give away the PDF and sell the print copy.

[–] canpolat 26 points 10 months ago (1 children)

git branches are just homeomorphic endofunctors mapping submanifolds of a Hilbert space

Yeah, once you realize that everything falls into place.

[–] canpolat 11 points 10 months ago

The shape of that bottle is creepier than the text.

[–] canpolat 16 points 10 months ago

I believe you can replace start with the command that is suitable for your system (e.g., xdg-open for linux).

[–] canpolat 4 points 11 months ago

The only such transition I was involved in was switching from TFS to Git, and there was no discussion. It was the obvious thing to do and for a while we needed to support some developers who are new to Git.

So, it all depends on the type of change you want to implement. Most people don't think much about a piece of software being open is significant. That's why the main selling point should be the product itself. Especially in organizations openness alone is not a strong enough argument.

But with individuals, it may help to inform people about FOSS instead of just suggesting alternatives ("Do you have a moment to talk about our lord and savior Stallman/Torvalds?"). If the individual doesn't understand or subscribe to the values, the switch may be temporary. My 2 cents. Hopefully others will come up with better tactics.

[–] canpolat 6 points 11 months ago (2 children)

If you are thinking about transitioning an organization to open source, pricing and vendor lock-in are generally good arguments.

If you are thinking about helping individuals transition, that's a bit more difficult. Pricing could still work, but is not always that effective. It boils down to the willingness to try something new.

In both cases projects with good documentation and a healthy community also helps, but if the open alternative lacks features, it's a though sell.

view more: next ›