Live data from Hacker News

Pijul is a free and open source (GPL2) distributed version control system

pijul.org

121–130 of 212 posts

Re: Pijul is a free and open source (GPL2) distributed version control system

#121
post #66

As a left-handed person, that name is a nightmare to type.

As a left handed person, I had not even noticed that pijul is typed with the right hand. As a touch typist, now that you've brought it to my attention, it's a pretty fluent run, actually. I type it 3-2-1-2-3, and back on the home row it is, the last key is in the rest point for that finger.

Re: Pijul is a free and open source (GPL2) distributed version control system

#122

I like how Pijul has a math-centric approach under the hood. The name needs to be changed if they want to get traction.

They tried that actually. It was traumatic for everyone involved.

It's a pretty weird word for English-speakers, no argument from me there. I don't think I can explain why it's weird, but it is. I don't think that's even in the top five barriers to adoption though.

Re: Pijul is a free and open source (GPL2) distributed version control system

#123

Missing FAQ: Is the "j" in Pijul hard or soft?

That’s not even an exhaustive set of possibilities.

If you ask the waiter if they've got cauliflower or broccoli, I'm sure s/he'll still reply if all they've got is carrots, without being exhaustive

Re: Pijul is a free and open source (GPL2) distributed version control system

#127

Missing FAQ: Is the "j" in Pijul hard or soft?

I say the whole thing should be pronounced 啤酒 (píjiǔ), which means beer in Chinese, just to add even more confusion into the mix :) Learning the intricacies of tonal languages is probably quicker than fully understanding Git so you still come out ahead by switching.

Re: Pijul is a free and open source (GPL2) distributed version control system

#128
post #62
post #20

Earlier quoted context omitted.

> Can someone give me a real world example (person a makes X change, person b makes y change etc. etc.) that would work better in Pijul than Git? Simplified example: Persons A and B check out master branch. Person A adds a.txt, commits and pushes. Person B adds b.txt, commits and tries to push and... 1) git will not accept the push because it's not on top of current master branch, person B needs to fetch and merge/re…

This is not really compelling. Pulling and rebasing before a push is standard workflow and lets you test with the new changes before pushing.

That may be standard in some shops, but definitely not all.

I view anything that interferes with a push as a threat to the VCS, since it encourages developers to keep changes local and unavailable to their teammates. The only exception would be direct pushes to main.

Post reply on HN