Forgot your password?
typodupeerror

Comment Re:Drama, even for something this mundane.... Sad. (Score 1) 46

He may not be prepared to purchase a Mac and pay Apple their ongoing fees for development and distribution of Mac applications.

There are no development or distribution fees if not using the Apple store There is a yearly developer license to access Apple developer resources if I remember. A developer can purchase a Mac and develop whatever they want without paying Apple; however, distributing software is much easier to use the Apple ecosystem..

Comment Re:Trademark in GPU source (Score 1) 46

It strikes me that putting a product name inside source code under GPL license -- which explicitly encourages modification and distribution of source code -- should constitute abandonment of U.S. trademark.

What are you talking about? Putting a name inside code has never caused the trademark to be abandoned. By that logic, IBM lost all trademark rights if they ever release code with their name in it like: "Copyrighted by IBM Corporation"

However, a California District Court ruled against that logic in Neo4j v. PureThink [justia.com]. It seems GPL needs to explicitly address trademarks, such as right to say "fork of X" -- akin to how it had to address the patent issue.

Your specific filing only shows that a Court of Appeals agreed with the district court on granting a preliminary injunction. It does not shows the court ruling. In fact it specifically states: "This disposition is not appropriate for publication and is not precedent except as provided by Ninth Circuit Rule 36-3"

Comment Re:Isn't this fraud? (Score 2) 36

I seriously doubt an employee did this on their own "without review, notification, or documentation."

The point is there should be a normal process. There should be a review process. There should have been notification about changes. And of course such changes should have been documented. The change was approved and pushed. Later MS admitted they did not thoroughly test the ramifications while also admitting testing found issues with the change . . . yet they pushed the change anyway.

Comment Re:And are permanent? (Score 2) 36

git commit --amend -m "New commit message"
Why can't folks just run that?

My understanding is that change can easily be done before the code has been pushed. Once it is pushed, then it creates all sorts of problems downstream. A version control system would be of less value if version history could be changed later whenever someone wanted. To me it seems the easiest way would be to abandon those branches and fork new ones. That does not erase the messages but remain in a different branch thus they are permanent. The new fork would be without these Copilot authorship messages.

Submission + - Visual Studio Code update added Copilot as co-author by default to Git commits (ycombinator.com)

UnknowingFool writes: On April 15, 2026, a Microsoft employee made a change to Visual Studio Code and pushed it within 8 hours without review, notification, or documentation. The change would add "Co-authored-by: Copilot " by default to the end of commit messages in Git if Copilot was used in creating the code. However, the implementation was bugged, and the message was added to every commit regardless if Copilot was used or disabled. Since this message was automatically added to the end of commit messages, users were not aware of it as the UI does not show this addition when making commits. The change as been reverted as of May 3, but not before 1.4 million commits were made. Unfortunately those messages cannot be cleansed and are permanent.

Comment Re:They Said... (Score 1) 63

Even if we accept your premise as true, how will the government’s actions solve the problem? The current ban allows for existing models to be sold; however, modifications will remove the exemption. Firmware updates are considered modifications. The government is thus ensuring that backdoors remain on the device. Second, you mention professional equipment but those were not included in the ban. Thus backdoors can remain on that equipment too. Lastly, moving the assembly of the router to the US only means that now a US factory worker is installing the backdoors instead of a foreign one. That factory worker's job to install firmware; they do not know if it has backdoors.

Comment Re:I hope nobody in Maine (Score 1) 60

Does AWS or any of the big AI companies really want to build a data center in Maine?

None so far.

It's not exactly near any major Internet backbones or major tech hubs. The electricity there is expensive as well, plus you have to worry about blizzards disrupting your diesel deliveries during a power outage.

Logistics is not the new hotness. The new hotness is YOLO.

It seems like someone is trying to score easy political points "protesting" something that probably wasn't going to be built anyway.

But . . . but won't anyone think about their freedom?

Comment Re:I hope nobody in Maine (Score 2) 60

has data that goes through, or is stored in a data center, otherwise, they'll come off like hypocrites.,

1) It's a temporary ban not a permanent one. 2) There have been no major datacenter projects in Maine yet. 3) One of the reasons for the ban is to allow the state to assess infrastructure changes. Some of these datacenters are being built with a "If you build it, they will come" attitude when it comes to infrastructure demands like electricity and water. In decades past when companies built datacenters, they had to plan for these things and some datacenters built their own power and water plants.

Comment Re:X86 chips still run rings around arm processors (Score 1) 89

Adobe Premiere Pro was a launch day application for Apple Silicon. That doesn't happen by accident with Apple's level of secrecy. Apple made sure the ecosystem was seeded with flagship products that worked well.

Apple working with Adobe to make sure their flagship program works is a very different thing than accusing Apple of conspiring with Adobe to rig performance metrics to fool consumers in thinking the M1 was faster than it is.

Slashdot Top Deals

The generation of random numbers is too important to be left to chance.

Working...