Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:ARM chps won't be done until... (Score 1) 57

ARM runs Windows 10 and any and all applications without any Kluge software or hardware that slows it down.

Good news, we are there. Actually we have been there for a little while. Of course I am excluding software that includes assembly language source code (that would include various intel intrinsics in C/C++).

Comment Re:Entirely expected given NVIDIA (Score 1) 57

Ok, so they won't be able to automatically benefit from this new features. They would have to license this again, if it even makes sense... as they have their own design for ML and that kind of stuff.

Most likely. Sort of like once upon a time AMD had an Intel license and was a second source manufacturer, but today we have wildly different designs from both.

So we might be moving from an Intel v AMD type of world to an Apple v NVIDIA sort of world. Purely speculation but fun to think about. Nothing like competition to get us cooler "stuff". :-)

Comment Re:Entirely expected given NVIDIA (Score 3, Informative) 57

My understanding is that Apple has a perpetual license. I do not know if that covers only the ARM designs at the time of the signing or anything in the future.

At worst it would seem to be something like Apple has a perpetual license to the arm32 and arm64 instruction sets. They would seem have a license to whatever reference designs ARM was offering at the time. So on day zero they have working hardware. However for every day since then they have been able to update or replace elements of that design, while maintaining instruction set compatibility. The M1 is the results of that process after many years.

Various other companies have done similar things. For example we have the Broadcom ARM cpus in the Raspberry Pi and the Qualcomm ARM cpus in various non-Apple phones and tablets. Apple seems to have quite a lead over these two.

Now enter NVIDIA, a company that may be more competitive with Apple than the others with respect to design due to relevant experience and money.

Comment Dog from dogecoin, not Venetian Doge (Score 1) 158

Musk also tweeted that the leader of his new city "shall be The Doge," linking to a Wikipedia definition for the Venetian word doge (meaning either "military commander" or "spiritual leader".)

Haven't you people been paying attention? He's just having fun with the press. He is really referring to the dog from dogecoin.

Comment There are all sorts of rookie mistakes ... (Score 3, Insightful) 164

i can attest that even a brilliant, experienced engineer can make a mistake, especially when doing tests by disabling security features and accidentally leaving them disabled.

One wouldn't normally check those changes into the repository ...

Unless one makes a rookie mistake :-), like failing to check the diff to make sure debugging code or other unwanted changes are present.

Comment A 75% drop after big runs is normal for Bitcoin (Score 1) 140

A 75% drop after big runs is normal for Bitcoin. It happened the last 4 (5 ?) times. Of course today is different in the sense that techie speculators have been joined by Wall Street speculators and ordinary people speculating. It will be interesting to see how the non-techie crowd reacts.

Comment Code will likely get reused in something else (Score 2) 42

It could be a great educational opportunity for young people interested in computer programming.

I believe id has made source to real world games public for those interested in learning.

It just seems sad for something that probably took hundreds of engineer-years to get discarded outright.

It probably won't. The code will likely wind up in some other EA game. This happens all the time with canceled games.

Comment Economy not healthy when Fed Funds Rate near 0% (Score 1) 305

I suspect this is just due to the usually factors:

1. Overall sales were down because the economy has been in a slump since 2008.

Stopped reading there. Whatever planet you live on, it ain't Earth.

Perhaps things are not as simple as you think. Economic metrics may seem healthy but if the federal government is massively stimulating the economy then such stimulus suggests otherwise. A truly healthy economy would not need such massive stimulus. Now is the the GP attempting to make such a point, I have no idea, possibly not. However you might want to reconsider the notion of our economy not being healthy since 2008. Notice the massive stimulus 2008-15, the beginning of a recovery 2016-19, and the nascent recovery that began in Dec 2015 was erased.
https://www.macrotrends.net/20...

Comment Not replacing anything sold ... (Score 1) 305

If you have been in a Fry's the last several years, there is not much in terms of merchandise or customers. Aisles and aisles of empty shelves has been greeting potential customers for years.

Yes, pre-covid was pretty much bare locally. Cables and adapters and very little else. It was just after Christmas and it was like they had not been replacing anything sold for months. I'm surprised the company was still operating until now.

Comment Gamers mine too (Score 1) 161

Nvidia is favoring gamers ...

They are not favoring gamers because some gamers mined when their computer was idle. Similar story for some people used their GPUs for work. Mining allowed many games to "upgrade" their purchase to the next tier GPU, the mining subsidized things. Got that xx60 on a xx50 budget.

Plus its not like modding firmware and installing mining friendly drivers is something alien to the "pro" miners.

Comment Problem is a gamer who mines when computer idle (Score 1) 161

While I absolutely hate that miners buy out all the cards and make it hard to get one for gaming, I absolutely disagree that crippling cards like that for "undesirable" uses should be done.

The problem is some people that use their GPUs for "legitimate" reasons also mine when the computer is idle. It sort of subsidizes the cost of the GPU. It can make a xx60 affordable on a xx50 budget. Oh well, guess I'll get the 3050 rather than the 3060.

Comment Re:"Inner Source" is not new - "Source Licenses" (Score 1) 169

I get the whole "license" thing where you bring in an outside collaborate, perhaps get them to sign an NDA, they get access to source code for a time, etc.

Typically in a "source license" the only restriction is keeping the source proprietary, you may only distribute binaries and you may not sublicense access to the source. So you have access to it in your project forever. Like I mentioned before, it keeps your fate in your hands since you have a perpetual license to the source.

Is this just an old concept with a new name?

Sort of, but I'm also addressing the misconception of open source being required to get the rights to source code; that source access can happen with proprietary code too. All that open source adds is that the licensee's customers would get source access too.
Another old concept related to all this is "eating your own dog food". Getting the company to use a product internally, and letting any company developers view the source is hardly anything new. Although generally there was often a courtesy of letting someone on the dev team know what you found before updating the source. So maybe this courtesy not being required adds a little novelty (and risk).

Comment Visual Studio Code source code is on GitHub (Score 1) 169

If you have not released your software's source code to a public in some feely available (free as in beer) way where one can inspect the source code, modify it, etc, that is the very definition of "closed source".

Visual Studio Code source code is on GitHub.

"This repository ("Code - OSS") is where we (Microsoft) develop the Visual Studio Code product. Not only do we work on code and issues here, we also publish our roadmap, monthly iteration plans, and our endgame plans. This source code is available to everyone under the standard MIT license."
https://github.com/microsoft/v...

Slashdot Top Deals

"It is hard to overstate the debt that we owe to men and women of genius." -- Robert G. Ingersoll

Working...