Forgot your password?
typodupeerror

Comment Claude rules (Score 2) 28

The Claude models are the best by far for coding assistance in my experience. Apparently a lot of other people think so too because Anthropic is getting swamped. They are having to ration out their compute resources and in some cases have raised their fees to 2-3 times more than the lesser competition charges. I'm finding that in order to keep costs down I'm having to use 2nd-tier models for simpler work and revert to Claude for the heavy lifting. A hassle.

Clearly the demand is there. At this point I expect Anthropic is revenue-limited by their infrastructure availability so it makes sense that they recruit the big players to help beef it up.

Submission + - AI can clone open-source software in minutes (techspot.com)

ZipNada writes: Two software researchers recently demonstrated how modern AI tools can reproduce entire open-source projects, creating proprietary versions that appear both functional and legally distinct. The partly-satirical demonstration shows how quickly artificial intelligence can blur long-standing boundaries between coding innovation, copyright law, and the open-source principles that underpin much of the modern internet.

In their presentation, Dylan Ayrey, founder of Truffle Security, and Mike Nolan, a software architect with the UN Development Programme, introduced a tool they call malus.sh. For a small fee, the service can "recreate any open-source project," generating what its website describes as "legally distinct code with corporate-friendly licensing. No attribution. No copyleft. No problems."

Submission + - AMD says it will buy Intel (techspot.com)

ZipNada writes: In a move that feels less like a corporate transaction and more like the final punchline to a 40-year industry rivalry, AMD announced Wednesday that it has agreed to acquire Intel, the company it has spent decades chasing, imitating, undercutting, suing, licensing from, and lately outperforming.

The all-stock transaction, which AMD described as a "once-in-a-generation opportunity to unify x86 innovation," would combine the two companies under a single umbrella just a few years after such an outcome would have sounded ridiculous.

For most of modern computing history, Intel was the empire and AMD the scrappy survivor, the perpetual second source that somehow kept finding ways to stay alive. Now, after a bruising run of manufacturing delays, product stumbles, strategic resets, and a historic reversal in investor confidence, Intel is poised to be absorbed by the smaller company it long treated as a footnote.

Comment Re:TypeScript? (Score 1) 65

There are some significant advantages over Python. JavaScript on Node.js (or Bun in this case) is inherently event-driven. TypeScript gives strong typing on top of that. And apparently Bun can package up an app into a standalone executable, also unlike Python. I'm going to have a look at Bun, seems powerful.

Comment Re:They probably had incompetent people anyway... (Score 2) 66

>> Executive direction that the legacy codebase must be 'documented' fully

I'll assume you don't work in the profession, the execs usually don't care or even know. If they had wanted documentation they would have emphasized it when the code was being written, or at least shortly afterwards. Software rots over time and if its a valuable internal application someone will eventually have to fix it. I've been paid very good money at times to do that job.

Sometimes the first task is to determine where the source code happens to be, nobody remembers. The next hurdle is to figure out how to build and deploy it, often not documented either and nobody has done it for years. It may be tens or hundreds of thousands of lines of code, what the heck is it all supposed to do? Where might the buggy code reside in this opaque morass? An AI summary is mighty helpful in these situations even if it isn't perfectly accurate.

Comment Re:They probably had incompetent people anyway... (Score 2) 66

>> the closed source codebases I've seen for low quality slop

Same here, most established companies have a gigantic amount of legacy software written long ago by people who left. Little to no documentation and a rickety, brittle structure that is always teetering on failure. At least with AI you can make it document the code it writes and the architecture.

Fortunately you can also tell it to evaluate and document the legacy code. Very helpful.

Comment Back in the day (Score 3, Interesting) 55

I was an electronics technician back in the late 70's. I had worked for a year or so debugging circuit boards that came off of an assembly line (many parts were soldered on by hand) so I had experience with the simple IC's and CPU's of that time. This was rare skill in those days, and I leveraged that to get a job as the technician at a Computerland store that sold Apple II, Commodore Pet, Atari 400, etc. I didn't know a thing about them at first, but nobody else did either.

We didn't have circuit diagrams for most of the computers so there was little hope for repairing them, but all the IC's in the Apple were plugged in to sockets and were removable. I was able to get a diagram that showed which section of the board was responsible for what subsystem - display, keyboard, memory, I/O, etc. This made it possible to set a working machine on a bench next to a broken one and swap IC's one by one until you reached the defective component. I fixed a lot of Apples that way.

They were hugely expensive. A fully loaded Apple II cost about $2,500 in 1980, which would be about $10,000 in today's money. But people bought them! I think we sold one or two a week.

Comment Re:I read the book (Score 1) 71

I didn't say Rocky was able to live in Earth atmosphere. I said he "swiftly sets up residence in the human starship".

In the book Grace quickly implements a language translation program on a laptop. They were communicating within hours, starting with rudimentary sign language. Meanwhile on Earth we've been largely unable to decipher the languages of fairly intelligent creatures such as birds, primates, and cetaceans. We don't understand their thought systems and vice versa, so it seems like quite a stretch to be able to almost immediately be able to communicate with a life form that isn't even water-based. I realize its essential to the story but it seems more like fantasy than science, clumsy writing.

I thought the book was badly paced, it careens from one improbable crisis to another. Even the initial setting seems artificial, all but one crew member is dead for some unexplained reason. The 'doctor' machine didn't revive them when their health started failing? And then conveniently there's an alien who is also the only survivor on his ship, strange coincidence. Grace immediately trusts this creature completely and gives it total access to his ship, highly unlikely. I can handle a few leaps of imagination but this was a pretty flimsy story.

Slashdot Top Deals

I've never been canoeing before, but I imagine there must be just a few simple heuristics you have to remember... Yes, don't fall out, and don't hit rocks.

Working...