Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:doctrine of latches (Score 1) 30

How does the "Doctrine of Latches" apply to the many civil suits recently filed against politicians and celebrities for events that happened 20 or more years in the past?

That's too broad a topic to address without specifics. Generally laches does not supersede statute of limitations. In cases like murder, there are no statute of limitations so laches may not apply. Why would the state wait decades to file a murder case? Most of the time they did not have the evidence so laches would not apply.

Comment Re:Could have waited a year or two then licensing. (Score 1) 30

This is more formally known as the doctrine of Laches.

The language in that doctrine is "unreasonable delay". A delay of a year may not be unreasonable to a court. Part 4 of the elements is "lack of excuse". If the plaintiff has a reason like "I could not afford money for a lawyer" which a struggling artist may not have the money. There might be a lot of lawyers that would have taken this case without money but realize the lawyers are going up against Bungie which is owned by Sony. There are not of small law firms that could do that.

Comment Re:Before people question how much was copied . . (Score 1) 30

From what I understand, game developers have a library of textures that can be used in games. How her art got into that library is the key question. If no one is checking the origin of the textures, then situations like this could happen. I think that's what happened in the Capcom stolen photos issue a few years ago. The photographer published a book with a CD-ROM of 1,200 photos of textures in 1996. Capcom used some of those photos as textures in games like Devil May Cry and Resident Evil 4. Since Capcom settled the lawsuit, we do not know the details of what happened. More than likely the photographer got a large settlement check and Capcom got a license to use her work.

Comment Re:A lot of PR BS and spin (Score 1) 35

Once people start coding in C++ or say a better C++, they'll notice that this incredibly powerful automation machine that they are programming can also be programmed to automate some of their day to day tasks programming[*].

I don't understand what you mean by "once people start coding in C++"? People have been coding in C++ for like 40 years now. It is not suited for every use case. For example, kernel development has been done in C for a reason. There are reasons why python is used in web development and other areas instead of C++. Even Java offered many advantages over C++.

Comment Before people question how much was copied . . . (Score 4, Informative) 30

Read the article. There are numerous other articles and YouTube videos on the copying allegation. The artist's work has seemingly been used as textures in the game so it appears in many places in the game. And the copying is not subtle or up to possible "interpretation". For example in one poster, the artist used 7 logos in boxes lined up horizontally. The game has the exact same logos but rotated at a different angle, reversed, and in a different color, but it is the same logos. Incidentally, one of the logos is the artist's logo that she uses as a stamp on her work. Another example is the block "Antireal Daily Series 28". In Marathon, again, it has been reversed and rotated and in a different color. Bungie also faded the text "Antireal Daily Series" but it is still visible. However the font is exactly the same. To remind everyone "Antireal" is name of the artist.

Comment Re:Good jorb, don (Score 1) 282

That was the whole point ...,

*Sigh* Again you missed the point: Let's review:

OP: Apple said it was about costs why they are manufacturing in China.
Me: Citation please
OP: Links to a quote where Tim Cook said the reason why is labor skill and quality.
Me: That's the exact opposite what Tim Cook said.
OP: But I was right all along! Victory!

It was not about labor costs. Tim Cook does not mention ANY OTHER costs. He didn't say "well other costs are lower in China but China has higher labor costs" He specifically said manufacturing was about labor skill and quality. It might be that some costs are minimal in China compared to the US, but Tim Cook said nothing about that.

Please actually read and listen to what Tim Cook said.

Comment Re:Good jorb, don (Score 1) 282

Your grasp of the obvious must be pretty weak if you cannot follow an argument as simple as the one presented in my original comment, so here it is in pictures:

Tim Cook literally said it was about labor skill and quality. And you are desperately trying to say it was about costs when he said the exact opposite. Please read his response again. It was not about costs. It was not about labor costs.

Begin. . .

WTF does any of this have to do with Tim Cook saying it was about skill and quality? Nothing. Denial and dishonesty.

You asked where did Tim Cook confirmed that it is only China, and I gave you a link

In which Tim Cook said the EXACT opposite of what you said. Dishonesty?

This should have shut your mouth and made you GTFO if you were only a little smarter than your current president. Alas, you're not.

BHAHAHAHAHAHAHA. You think the president is smart? That says a lot about you, doesn't it?

Now, dumbfuck, please excuse me as I bow out of this pointless thread. If you have trouble following simple logical reasoning, read my comments a couple of times more, maybe it will help you learn how it is done.

Name calling. Denial. Dishonesty. That's all you have.

Comment Re:A new fine in a few weeks incoming (Score 1) 77

Then just say external payment, why the hell is the "his app does not support the App Store’s private and secure payment system."! including that is implicitly saying that the third party payment system may not be secure. Again, intent is the key here. They aren't simply informing the user, they are trying to push a negative decision, so discriminatory behavior.

1) How do you know what the intent is unless you work at Apple? 2) Apple is not stopping the user from making the payment. 3) Will you handle all the support calls at Apple when users start complaining about payment issues at 3rd parties that they were not told about? No? Maybe Apple should have had a warning.

Comment Re: Google Tracking It All (Score 1) 55

Jesus Christ. YOU SAID THAT. I took your word for it, and ran with it.

No I did not. I said "The players have to figure out these two encryption systems should work together." The iMessage protocol is DIFFERENT than Signal protocol. Apple and Google will need to figure out how to pass messages between different E2EE systems. At no point did I say the process would involving decrypting and then re-encrypting a message as I specifically said that would defeat the entire purpose of E2EE.

Considering that RCS 3.0 was released in March 2025, probably neither Apple nor Google have an answer yet. The options on the table are: 1) Messages between iOS users use iMessage. Messages between Android and iOS use Signal. 2) Apple and Google agree to a common, hybrid protocol. This would involve releasing parts of iMessage to open source at the minimum. 3) Apple open sources all of the iMessage protocol so that Androids can use it.

I am sorry if this has gone off the rails I don't enter into discussion to malign people or insult them, so I apologize, I don't know how this ended up in the ditch but it appears you seem to not understand what you have written.

I understand exactly what I've written. Maybe it was you that didn't t understand what has been written.

Comment Re:code should be beautiful (Score 1) 35

The goal of programming is to make beautiful, portable code, and some god-awful language that (a) only runs on a couple of platforms in the first place and (b) does not punish stupid programmers is not the answer. Like, if the worst 10% computer programmers woke up tomorrow and decided, you know what, I'm going to quit software and work in a kitchen or dig ditches or whatever, that would make things so much better. Why do you want to enable stupid programmers?

And how is any of that relevant to maintaining the linux kernel?

And enable bad engineering practices?

What are you talking about? If anything Rust enforces good practices by not allowing things that C allows that lead to bad code.

Pretty much the only testing that Linux gets is that the code compiles and is not obviously broken.

Again what are you talking about? People don't just slap things into Linux and no one does any testing.

This guy (and certainly not all Linux maintainers) would rather not do proper software engineering so that is why he likes Rust.

That is the EXACT opposite of what he said.

How many security holes does SQLite have? Not fucking many because they test it properly before release.

He is talking about C and Rust. Not SQLite. Please try to stay on topic.

Comment Re:A lot of PR BS and spin (Score 4, Insightful) 35

Would this be the same infrastructure that gave rise to the internet and allowed people to collaborate in the first place to come up with this Me-Too language?

Greg Kroah-Hartman, linux kernel maintainer (-stable):

As someone who has seen almost EVERY kernel bugfix and security issue for the past 15+ years (well hopefully all of them end up in the stable trees, we do miss some at times when maintainers/developers forget to mark them as bugfixes), and who sees EVERY kernel CVE issued, I think I can speak on this topic.

The majority of bugs (quantity, not quality/severity) we have are due to the stupid little corner cases in C that are totally gone in Rust. Things like simple overwrites of memory (not that rust can catch all of these by far), error path cleanups, forgetting to check error values, and use-after-free mistakes. That's why I'm wanting to see Rust get into the kernel, these types of issues just go away, allowing developers and maintainers more time to focus on the REAL bugs that happen (i.e. logic issues, race conditions, etc.)

You: "Me too . . . " and politics.

Whoever wrote this pile sounds like he went to the Trump school of telling it how it is.

Or a guy who knows that C can and has lead to bad code even under strict review policies. And he attempted to solve some of the issues by inventing Rust. But for you it was about Me too and politics. I guess when all you have is a hammer, everything must be a nail.

Slashdot Top Deals

"What I've done, of course, is total garbage." -- R. Willard, Pure Math 430a

Working...