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?
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?
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.
I think humanity is really slowly being replaced by LLMs.
Presentation and simple, but stupid and wrong ideas, are preferred over actually researching and understanding situations, isolating the underlying issues and working on ways to resolve or at least lessen them.
Just like LLMs, fewer and fewer people seems to care about a deeper understanding, and more about if the stream of words look ‘good’.
This isn’t about you.
Also this kind of liberal argument of, ‘The gestapo cannot catch me because I bought skates!’ is stupid and tiring.
This link is about reasoning system, not reasoning. Reasoning involves actually understanding the knowledge, not just having it. Testing or validating where knowledge is contradictionary.
LLM doesn’t understand the difference between hard and soft rules of the world. Everything is up to debate, everything is just text and words that can be ordered with some probabilities.
It cannot check if something is true, it just ‘knows’ that someone on the internet talked about something, sometimes with and often without or contradicting resolutions…
It is a gossip machine, that trys to ‘reason’ about whatever it has heard people say.
Is this some kind of touring test for chess players? Figure out if the person your are playing chess with is a human or robot? LLM’s aren’t yet successful doing that by chatting with them, and as a newbie I suppose that test could be easier, but what do I know…
Publicly traded companies aren’t children though, where being nice or bad is a force of habit to them, and they are able to learn and improve from their mistakes.
AMD has been an underdog under Intel and Nvidia for most of their existence. If they become the market leader, they will behave like them and start being anti-competitive.
I’m not sure the royals caused this. I guess the main issue is that some democracies become too entrenched, and groups of elites take over the role of nobility, term limits doesn’t help, since to be in a position to become someone, you have to join those that already rule. Capitalism also doesn’t help and even accelerates this process. Abolishing FPTP and instituting ranked choice would be the first step I think on improving democracies, by breaking up these elite groups.
Good to know that I am not the only one mistaking Cr1TiKaL aka MoistCr1TiKaL aka penguinz0 aka Charles Christopher White Jr. as Asmongold aka Zack Hoyt (the rightwing influencer).
I think we also should require to set some energy limits to those tests. Before it was assumed that those tests are done by humans, that can do those tests after eating some crackers and a bit of water.
Now we are comparing that to massive data centers that need nuclear reactors to have enough power to work through these problems…
That is what the author said they switch to, but TBH XMPP also has issues with MFA and messages frequently not being decrypted (using OMEMO) and ‘unencrypted metadata’.
I wouldn’t say that it works better than Matrix, it just has some different strengths and weaknesses.
What might be a valid argument in 5.x might not be an argument for 6.x.
But IMO, Windows 7, 8, 10 and 11 have more in common with vista than vista has with XP.
You are using acts by Bavarian police to say that acts by Berlin privacy officers are sinophobic.
TBH, age verification services exist.
If it becomes law, integrating them shouldn’t be more difficult than integrating a OIDC login. So everyone should be able to do it.
Depending on these services, you might not even need to give a name, or, because they are separate entities, don’t give your name to the platform using them.
Other parts of regulation are more difficult. Like these “upload filters” that need to figure out if something shared via a service is violating any copyright before it is made available.
Where did I or the original post mention anything about occasional smokers? This post is offensive to those struggling from lifelong addiction to cigarettes, which is almost never a choice.
Where did they mention addiction?
They mention cigarettes, and their bad affects on the people using them and the people around that. Stating that they are bad should not be offensive, because that is stating the facts.
If they are offended by that… IDK. That is something they have to work through themselves.
Gee, that’s such great advice! Why didn’t the lifelong addict think of that one themselves? You just singlehandedly solved addiction.
You are misrepresenting what I said. I said that to get over an addiction you first have to want it. And you say: Just wanting to stop is not enough, and I agree.
Noone chooses being addicted to cigarettes. It’s a mental health disorder just like being addicted to fentanyl or heroin, and a crippling one at that for some. Please educate yourself about what addiction is before defending posts like this. What you are doing is similar to shitting on people for “choosing” their sexuality or gender.
True, however people don’t just wake up one day and be addicted. They have to take it first (willingly or unwillingly), putting a social stigma on the act of using these addictive substances, can at least prevent some people of getting accidentally addicted.
So I would be in favor of supporting people getting out of their addiction, while preventing people to get addicted, by showing what is bad about these drugs and trying to fight against the social component of “taking them makes you cool”.
What are you fighting for? Finding ways of being offended?
What does smoking a cigarette here or there has to do with addiction?
Cigarettes aren’t the only way you can get addicted, you know. You made the connection between cigarettes and addictions, here in this post.
Also wouldn’t it be the best advice against addiction find the will in oneself to stop doing it? If addicted smokers know what their cigarettes do for themselves and others, then they might want to try search for help, to get them off their addiction?
Well I worked for a while at a large international corporation that maintained (and AFAIK is still continuing) a managed Linux system, which worked well enough. And there where a lot more people, especially the people that were the most productive, interested in it.
Sure that might have just been a nice island inside the larger company, but the people there were the internal consultants, which often had to pull other projects out of the gutter.
If you over your specialists ways to use the tools they need, you will improve the whole company.
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.