NotAnonymousAtAll

@NotAnonymousAtAll@feddit.de
0 Post – 26 Comments
Joined 1 years ago

I would argue that:

  1. This is not actually a joke in the strict sense of the word. There is no punchline. The humor is entirely in the context.

  2. Your friend does not understand any of this and is just repeating the "joke" because other people laughed about it at some point. It has nothing to do with the Windows operating system, so if that was part of his explanation he is probably just making shit up to cover his own ignorance.

1 more...

It sure did have a big impact, comparable to what some people expect to happen soon with AI.

However, I think your framing misses the main point of why many artists today are wary about AI: They are not just being replaced, their own work is used as a building block for the tools that will replace them; and they were not asked for permission and don't even get any compensation for that.

19 more...

The answer is to reject the predefined white lines and just go straight for the rainbow lolly.

1 more...

"being weird, rude and cringy is their whole thing" does not make that thing any less weird, rude and cringy.

I think what we need is really leadership to bring people together and to teach both parties not to look at the other side as the enemy.

Looking in from the outside (another country) it seems like republicans are very much acting like the enemy (of the democrats, the people, a livable planet, common sense, ...) in every possible way and no amount of leadership or compromise will get them to act in good faith.

TL;DR: Looks promising in mice, not tested in humans yet.

Why do you think it would not be worse without the UN?

Do you think this is the only thing the UN does? Or that everything else it does does not matter?

5 more...

About comments:

Please please please, do not always write comments. Try to write code that does not need comments whenever possible. Proper variable, class and method names go a long way. If you think a block of code needs a comment, turn it into a method and give it a proper name instead.

Comments should be a last resort for cases where making the code self explanatory is not possible, and those should be rare.

About optimization:

Optimal code is code that fulfills it's purpose without observable issues.

If you try to make something faster without any prior complaints or measurements indicating that it being slow is an actual issue, you are not optimizing, you are just engaging in mental masturbation.

15 more...

assertion

That's a really strange way to spell "blatant lie".

You could always argue that humor does not equal jokes I guess, but these were just my 2 cents

That was exactly my main point; but thanks for sharing your 2 cents anyway, they were still interesting.

The obvious answer, especially for anyone who already believes multiple things can be true at the same time:

"Why not both?"

By joining hands with Activision Blizzard, we hope to achieve our vision of enabling people to connect and play fabulous gambling games anytime, anywhere, and anyhow they like.

(emphasis mine)

So the CEO of Microsoft obviously has no idea about the difference between gaming and gambling. Fair enough, nobody has to care about every possible hobby. But it is a bit wild that they just took that quote and ran with it and nobody said "Hey, is it ok to slightly edit it so it is less obvious you don't know jack shit about this topic?".

10 more...

Your comment seems needlessly inflammatory, almost aggressive. I did not vote on it at all, but I would not be surprised if the downvotes you received were mostly because of that and not due to disagreement with your points.

8 more...

Please don't mix executables and data created by applications, even if the application happens to be a game. Those are supposed to be separate. That being said, "Documents" is obviously the wrong place for save game files.

There is nothing unhealthy about being annoyed when someone forces you to always come to them no matter what it is about again and again and again, instead of at least sometimes actively coming to you when they want to interact.

It is just another symptom of the system that makes affordable housing rare, not the root issue.

Please don't insult your kitchen sink like that!

Self-Hosting GitHub is available under the name "GitHub Enterprise", but there is nothing stopping a smaller company from getting an "Enterprise" license. At my job we are running self-hosted GitHub for less than 50 developers.

Would you mind elaborating on that thought?

it’s really useful to comment functions/methods, because otherwise you never know if something’s a bug or a non-obvious feature. Comments act as a parity check to the code, since they tell you what the dev who wrote the code wanted the code to do.

Unit tests should be the parity check for other code. Those don't get outdated with the next refactoring where someone didn't remember to also adjust all the comments.

Also, everone thinks they write good, clean and obvious code. Hardly anyone purpously writes bad, hacky code. Yet if you look at code you wrote a year ago, or code someone else on your team wrote, it’s full of non-obvious hacks. That means, people constantly misjudge the obviousnes of their code. Comments should be put on anything that could maybe be non-obvious.

Why would people be better at judging if something needs a comment than at judging if something needs a better name or refactoring? Asking people to skip that judgement step and comment everything just gives you a bunch of useless boilerplate comments. That trains everyone reading that codebase to ignore comments because they are almost always useless anyway.

putting documentation of the code anywhere else than in a comment (e.g. Confluence) is a total waste of time

At least this we can 100 % agree on. Documentation should be as close as possible to the code. (I just think most of the time that place is in the name of things, not in an actual comment.)

2 more...

Judging by the title this is most likely just a hit piece on any kind of activism the author does not personally agree with. I will not put effort into bypassing a paywall for something like that.

To save you a click:

“No, there are no in-game purchases in our game. We believe in providing a complete and immersive gaming experience without the need for additional purchases. Enjoy the game to its fullest without any additional costs or microtransactions.”

In the SHED survey, the gravity of this situation becomes more evident. The survey equates the displeasure of shifting from a flexible work model to a traditional one to that of experiencing a 2% to 3% pay cut.

Those number seem way too low to me. Just picking some semi-random numbers, let's assume a 40 hour work week and an average travel time to work and back of 1 hour per day, so 5 hours per week. Being forced to come to the office would then be equivalent to 12.5% more of your time spent to earn the same amount of money. Of course that scales depending on how far away from the workplace you live, but for 3% or 2% to be realistic you would basically have to live right next door.

2 more...

Link to full list: https://sanctions.nazk.gov.ua/en/boycott/

With Unilever, Mondelez and Procter & Gamble on that list, shopping for groceries and hygiene products might get complicated if you actually want to boycott all of them.

Feels weird to not see Nestlé on a list of big (food) companies doing questionable things.