Sure, I sometimes messed up with git, but a git reset , checkout, rebase or filter-branch (In the extreme cases) normally fixes it, but real issues are very rare. And I use git a lot… But only the CLI, maybe people have issues with GUIs?
- 0 Posts
- 7 Comments
Isn’t it the exact opposite?
I learned that you can never make a mistake if you aren’t using git, or any other way for having access to old versions.
With git it is really easy to get back to an old version, or bisect commits to figure out what exact change was the mistake.
The only way I understand this joke is more about not wanting to be caught making a mistake, because that is pretty easy. In other methods figuring out who did the mistake might be impossible.
cmhe@lemmy.worldto Games@lemmy.world•Shortly After Xbox Game Pass Prices Spiked, the Page to Cancel Game Pass Subscriptions Was OverwhelmedEnglish51·5 days agoMaybe, but in the Kimmel case there could have been other reasons too. Like Hollywood people not wanting to make business with a company that would just cancel contacts when they have opinions on public. Disney needs those people, arguable more than subscribers.
IMO, consumer boycotts don’t really work in general, here it might have worked, but it is also possible it worked for other reasons.
cmhe@lemmy.worldto Games@lemmy.world•Nintendo reportedly gets even more obnoxious about patent law by taking a 'mods aren't real games' stance against a Dark Souls 3 mod that could invalidate its Palworld lawsuitEnglish19·19 days agoSo game mechanics in DLCs cannot be patented, because they are just mods?
cmhe@lemmy.worldto Games@lemmy.world•Nintendo reportedly gets even more obnoxious about patent law by taking a 'mods aren't real games' stance against a Dark Souls 3 mod that could invalidate its Palworld lawsuitEnglish7·19 days agoA mod isn’t a standalone game, sure. It requires the base game to have meaning. Unitl it gets spinned off and becomes a “real” (standalone) game.
Many standalone games are nothing without the game engine, which many developers have bought/licensed.
In this case the “standalone game” can be considered the game engine, which allows the modder to create their own game, within the limits of that engine.
From the point of the player, they need to pay for the game engine and the game/mod in any case, either by paying with one transaction, or, incase of payed mods, in two.
To play a specific DLC, you also have to pay twice. And I am pretty sure that Nintendo will argue that game mechanics in DLCs developed by them can be patented as well…
What I mean is Nintendos argument hat mods aren’t ‘real games’ is flawed…
cmhe@lemmy.worldto No Stupid Questions@lemmy.world•[Serious] Why do so many people seem to hate veganism?0·1 year agoCurrently being vegan or vegetarian is a choice of privilege. An healthy and varied diet becomes more difficult and expensive, when you start removing dishes from your pallet.
So it becomes coupled with a status symbol, instead of being the default way. As long as people call themselves “vegan” or “vegetarian” because of their choice (people being vegan or vegetarian because of mental or medical issues, is different case), they highlight that status over “normal” people.
If people are just not eating meat or animal products for whatever reason, without trying to use labels like “vegan” or “vegetarian” to highlight their status, then that is fine and a personal choice.
Creating societal change, to make vegan or vegetarian the default position, will also lessen the status of the vegans and vegetarians, that use those labels as such. So they have incentives to not produce a political or societal change.
Vegans & vegetarians should go on protests and lobby to make vegan food cheaper and easier than meat, so that it becomes the default. If they don’t do that, and still call themselves vegan/vegetarian then that might imply that it is all about showing their status, and people don’t like that.
Consumer choice is a privilege and not about creating an effective societal/political movement. They should not be used as a status symbol.
(Disclaimer: I eat meat and animal products very infrequently, only when my body demands it. I am also thankful for all vegans and vegetarians, because they gave us more interesting options in stores and restaurants.)
Hmm… I am using git for maybe 15 years… Maybe I’m just too familiar with it… and have forgotten my initial struggles… To me using git comes natural… And I normally pay a lot of attention to every single commit, since I started working on patches for the Linux kernel. I often rebase and reorder commits many times, before pushing/merging them into a branch where continuity matters.