Earlier quoted context omitted.
Jonathan Blow works with extremely small team sizes relative to the big studios. When you only have a couple people working on a project you don’t need all of the same coordination features.
He and Casey Muratory make a lot of cool instructive content, but their condescending attitude towards the industry always made me thing "Huh, must be really nice working alone and making all the decisions yourself."
Lore – Open source version control system designed for scalability
171–180 of 717 posts
Re: Lore – Open source version control system designed for scalability
#172never trust epic
Re: Lore – Open source version control system designed for scalability
#173Earlier quoted context omitted.
I think there is an element of audience capture that sets up a self reinforcing feedback loop that drives out the normies and ends up rather cult like.
Is it not also possible that there are an overwhelming number of problems with the big AAA type studios in games right now? I feel right now we're in sort of tale of two cities, because AAA games have turned into barely functioning uninspired parasitically monetized crap, while smaller scale development is in an absolute golden age. And it's likely that LLMs will only add fuel onto this turd burning fire.
Re: Lore – Open source version control system designed for scalability
#174This is just going to become another way to lock developers into UE. Then they will start charging for licenses, same as Unity did for its versioning feature. It might be open source but that doesn’t stop the commercial use of it being charged for.
It has an MIT License
Re: Lore – Open source version control system designed for scalability
#175Earlier quoted context omitted.
I can’t remember the last time anyone actually played the game they got for free on epic’s store
Citizen Sleeper, the game that is going free tomorrow on the Epic store is really good. Space Cyberpunk themed RPG/Survival Sim. It is interesting that people are so cynical about Epic giving out free games. I get that people love Steam, but competition in the storefront market is not bad.
Re: Lore – Open source version control system designed for scalability
#176As long as Epic Games is anti Linux I will never use any Epic Games product. Count on it.
Re: Lore – Open source version control system designed for scalability
#177Earlier quoted context omitted.
Luckily it’s an open source project so you could go in and clean up the ux.
Probably unacceptable as many would have built tooling around the specific default behaviors.
Re: Lore – Open source version control system designed for scalability
#178As someone who has thought a lot about VCS design [1] [2], the chunking approach is the wrong one and will still waste space. [1]: https://gavinhoward.com/uploads/designs/yore.md [2]: My WIP VCS has been named Yore for at least two years; I did not copy Lore's name.
This is a very long document that says nothing about chunking at first skim. If chunking is actually wrong, then just explain why, here. Wasting space is not actually a problem if it’s optimized for other purposes instead.
Re: Lore – Open source version control system designed for scalability
#179As someone who has thought a lot about VCS design [1] [2], the chunking approach is the wrong one and will still waste space. [1]: https://gavinhoward.com/uploads/designs/yore.md [2]: My WIP VCS has been named Yore for at least two years; I did not copy Lore's name.
This is a very long document that says nothing about chunking at first skim. If chunking is actually wrong, then just explain why, here. Wasting space is not actually a problem if it’s optimized for other purposes instead.
It also makes diffing hard, as well as diff viewing.
Re: Lore – Open source version control system designed for scalability
#180The premise is that Git-LFS sucks, so we need to build a new data versioning system (in Rust, from scratch). While I mostly agree with this premise, but there are already lots of existing (mature) data versioning systems with the same tricks under the hood: - Pachyderm (Go): https://github.com/pachyderm/pachyderm - XetHub (acquired by HuggingFace): https://huggingface.co/blog/xethub-joins-hf - LakeFS (Go): https://gi…
That already warrants different storage architectures.