Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:A question for AI crazy management. (Score 1) 121

This matches how I use it. I’ll add a few other points:

4. Writing the first core version of a service or UI. I’ll typically use close to 100% of those generated lines, and then continue building with LLM assistance where it makes sense. It makes a big difference to development velocity.
5. Finding bugs. If some bug isn’t obvious to me, provide the code to an LLM and describe the problem. Its success rate is high.
6. Working with tech I’m not particularly familiar with (an extension of your #3, i.e. learning)
7. Writing documentation.
8. Reverse engineering existing code, i.e. describe some code to me so I don’t have to dig through it in detail.
9. Writing unit tests.

Comment Re:Cannot wait... (Score 1) 159

This is why code generating LLMs need to make heavy use of external tools.

Are you saying that ChatGPT, Claude, Deepseek etc. “make heavy use of external tools” to write code? Because they all write pretty good code, up to a certain size of program. Certainly far better than the average human, who can’t code at all; or the average software developer, who isn’t really very good.

Comment Re: even in the cloud (Score 3, Interesting) 69

It won for clear reasons - on the same hardware, Linux is faster, and this is well-known. https://blog.zorinaq.com/i-con... SQL Server scores posted on TPC.org were faster for many years, although now that does not appear to be the case (perhaps for political reasons, as only Microsoft may post scores). Still, patching is profoundly easier on Linux, which is a critical feature for cloud deployments. https://www.tpc.org/tpch/resul...

Comment "Rugs, Chickens, and Automobiles" (Score 2) 71

UMC/Mediatek exists because RCA engaged in a technology-sharing agreement with the Taiwan government, before RCA management attempted to become a conglomerate. TSMC actually got later technology from Erickson.

RCA bought Banquet Foods, AVIS, and a carpet company. The resulting distraction ended their semicondutor division, and all the patents were sold to UMC.

Is the United States actually capable of producing a focused semiconductor company, that doesn't try to build an Itanium?

I have my doubts.

Comment OpenBSD Chromium (Score 1) 97

There is actually a Chromium package in OpenBSD that uses pledge() and unveil(), and it's interesting. The browser is only able to see your ~/Downloads directory; the kernel will either block or kill it for trying to open anything else.

If Microsoft is serious about Edge, then I would like to see a relevant OpenBSD package. I would also like to see an F-Droid listing.

Barring these, Edge is a Windows-only browser.

Comment process, legacy (Score 1) 137

First, I'm assuming Intel's is a 10-nm part, which I understand is roughly equivalent to TSMC 7nm. I believe that Apple is producing a 5nm part. When Intel's designs start rolling out of TSMC's 3nm production line, the wattage questions may shift somewhat, but Apple and Intel will be on (more) equal physical footing.

Second, Intel has much more legacy hardware to support than Apple. Fujitsu doesn't support anything outside of AArch64 for their supercomputer, for example, but I am assuming that Apple retains AArch32, Thumb, Neon, perhaps the Java extensions, and others. Intel has a much larger tract of legacy support, going down to 8086.

I am confident that Intel will always have more legacy baggage, and higher transistor counts as a consequence. Still, when both designs appear at 3nm, it will be somewhat more fair to compare them.

Slashdot Top Deals

"It's like deja vu all over again." -- Yogi Berra

Working...