If you are using Perforce as an enterprise system, $500 is peanuts. Perforce can get pricey. We used to be a Perforce shop, in my last job. However, I continue to be amazed that Perforce survived Git. I assume its ability to handle large binaries has been what saved it. I seem to remember an HN posting, some time ago, about a new system, aimed at creatives, and that handles big binaries. It looked fairly good, but no…
Yeah there's no good alternative Version Control right now that can handle large binaries. And for Lore from Epic Games, while it's still 2-3 years away from being suitable for Game productions to replace Perforce, there's genuine interest and excitement about using/testing it (in some cases, studios are spending tens of thousands on P4 licenses they don't really want). Lore is already used at scale in UEFN across a…
Perforce charges $500 for training training videos.. and it's AI narrated
61–70 of 92 posts
Re: Perforce charges $500 for training training videos.. and it's AI narrated
#62https://training.perforce.com/learn/courses/536/p4-helix-cor...
Re: Perforce charges $500 for training training videos.. and it's AI narrated
#63Earlier quoted context omitted.
Yeah there's no good alternative Version Control right now that can handle large binaries. And for Lore from Epic Games, while it's still 2-3 years away from being suitable for Game productions to replace Perforce, there's genuine interest and excitement about using/testing it (in some cases, studios are spending tens of thousands on P4 licenses they don't really want). Lore is already used at scale in UEFN across a…
git lfs?
Re: Perforce charges $500 for training training videos.. and it's AI narrated
#64If you are using Perforce as an enterprise system, $500 is peanuts. Perforce can get pricey. We used to be a Perforce shop, in my last job. However, I continue to be amazed that Perforce survived Git. I assume its ability to handle large binaries has been what saved it. I seem to remember an HN posting, some time ago, about a new system, aimed at creatives, and that handles big binaries. It looked fairly good, but no…
Im amazed git survived at all. Such a mess of complexity and exotic jargon to abstract away something that should be inherently simple. After 20 years I can use it with ease thanks to llms.
If you mentions reflogs, i'm yelling bingo.
Bonus points: You have 3 new commits and in one there is a change in file.stupid, how many git bs things does it take to revert file.stupid to previous version while keeping the rest of the change set.
Re: Perforce charges $500 for training training videos.. and it's AI narrated
#65Earlier quoted context omitted.
Which would have failed had it been developed by someone else, without being a requirement for Linux kernel development.
The Linux kernel adopted Bitkeeper before git and it never spread out from there. It's not that many people working on the kernel. git growth was very symbiotic with GitHub growth. I don't remember why GitHub became popular in the first place. I think it was the Ruby community? GitHub was one of their own during an explosion of Ruby on Rails and successful startups using it.
Re: Perforce charges $500 for training training videos.. and it's AI narrated
#66Earlier quoted context omitted.
If it's all ai generated, it's only fair if I use STT to convert it and have an LLM summarise it back to what might have been the original bullet points used to make the training video. Or just send me the prompt.
It's TTS. That doesn't mean the text wasn't written by a human.
Re: Perforce charges $500 for training training videos.. and it's AI narrated
#67Earlier quoted context omitted.
It ought not to, indeed. However, if you want "save my file" to include awareness of other developers concurrently working on the same project -- even the same file -- with a decent way to handle conflicts, it suddenly becomes complicated. Git is probably not the optimal way of designing a UI around this, but it's not like this is an easy problem.
MINE | MERGED | THEIRS where you can select elements from both and have them merge into the middle. Or the p4 merge way of: MINE | THEIRS ------------- MERGED Even most GUI's for git do it this way actually. Merging should not be a major issue, it should be a trivial annoyance. It shouldn't drop you into an interactive rebase that invalidates every object after it (necessarily).
Re: Perforce charges $500 for training training videos.. and it's AI narrated
#68If you are using Perforce as an enterprise system, $500 is peanuts. Perforce can get pricey. We used to be a Perforce shop, in my last job. However, I continue to be amazed that Perforce survived Git. I assume its ability to handle large binaries has been what saved it. I seem to remember an HN posting, some time ago, about a new system, aimed at creatives, and that handles big binaries. It looked fairly good, but no…
Curiously enough, the git data model is ideal for handling large binaries. The place it crashes-and-burns is the user space.
Re: Perforce charges $500 for training training videos.. and it's AI narrated
#69If you are using Perforce as an enterprise system, $500 is peanuts. Perforce can get pricey. We used to be a Perforce shop, in my last job. However, I continue to be amazed that Perforce survived Git. I assume its ability to handle large binaries has been what saved it. I seem to remember an HN posting, some time ago, about a new system, aimed at creatives, and that handles big binaries. It looked fairly good, but no…
Im amazed git survived at all. Such a mess of complexity and exotic jargon to abstract away something that should be inherently simple. After 20 years I can use it with ease thanks to llms.
Re: Perforce charges $500 for training training videos.. and it's AI narrated
#70Earlier quoted context omitted.
Im amazed git survived at all. Such a mess of complexity and exotic jargon to abstract away something that should be inherently simple. After 20 years I can use it with ease thanks to llms.
That just means you did not really try for 20 years.
Almost any other version control tool I have used in my life make more sense that git.
There are many reason for why git won, being able to use it without having to look up commands is not one of them.