Forgot your password?
typodupeerror

Comment Re:Let's see in six weeks... (Score 5, Insightful) 343

I seem to remember the Iraq-area wars that the US was involved in going on far longer and less of an oil crisis happening this fast.

That would be because even during those wars and conflicts, we didn't have an orange-painted pedophilic retard with delusions of grandeur causing a weekslong blockage of the major shipping lane through which ~35% of the world's crude oil trade flows.

The closest we've seen recently was when the Ever Given got stuck in the Suez during 2021, and even that only lasted for 6 days. Plus, it wasn't as big a deal because less oil was being used worldwide during pandemic countermeasures.

The closest in the past 100 years is when Treasonous Klanbitch Ronny Reagan betrayed the USA and convinced the Iranian Ayatollah to cut off shipping to hurt Carter in the 1980 election, in trade for guns and other military supplies that the Treasonshit Republicans paid out later during Reagan's terms.

Submission + - Slowbooks, AI coded cleanroom re-imagined Quickbooks (github.com)

Archangel Michael writes: The Story
VonHoltenCodes ran QuickBooks 2003 Pro for 14 years for side business invoicing and bookkeeping. Then the hard drive died. Intuit's activation servers have been dead since ~2017, so the software can't be reinstalled. The license paid for is worthless.

So he built his own replacement, transferred all his data from the old .QBW file using IIF export/import.

The codebase is annotated with "decompilation" comments referencing QBW32.EXE offsets, Btrieve table layouts, and MFC class names — a tribute to the software that served him well for 14 years before its maker decided it should stop working.

This is a clean-room reimplementation. No Intuit source code was available or used.

(Side Note from story submitter. This is the beginning of the end of Windows only applications)

Comment Re:"shifts from author to technical auditor or exp (Score 1) 150

I do understand people's concerns about the skill pipeline though. I know what components I want the AI to build, how they should hook together, how they should be tested, etc. That's mainly because I used to have to do it all by hand. But I think as time passes even the architectural details of many applications will become boilerplate that the AI can easily handle. Project managers will define requirements, the code will be generated quickly for review, there can be multiple iterations over a few days if needed. The time from idea to product will be vastly compressed.

I think you really hit the nail on the head. The most successes I have had with LLM code is when it's building on an established foundation, a well-structued database, well-structued MVC set up, or whatever. If you're using a well-documented framework, that's another plus.

If you know enough to guide the AI in the direction you want it to go, you're far more likely to get good results. Heck, I've had good luck with just writing a function prototype and having it fill in the guts. I've had good luck telling it to refactor so-and-so class according to whatever principles. I use it regularly with great success to write elaborate SQL from plain english prompts.

It feels very much like the end of an era. I do not by any means think software development as a job is going away--I'm not even sure jobs will ultimately be lost--but it will never be like it was before, for better or for worse.

Comment Re:Too much typework (Score 1) 150

I only started using Claude Code a few months ago, and you are absolutely correct about the cli / code-integrated tools.

I had Claude translate a COBOL (esque -- DATABUS) program into a modern language and framework today. The plan phase took about 6 minutes, I made a few edits to the plan, and writing portion took about 4 minutes. I got claude to run some tests comparing outputs, and they were identical. I then myself ran similar tests and got the same results. Pretty neat.

I hate having to tweak the legacy DATABUS code and recompile. The subroutine / goto method of programming is hard to wrap my head around now.

Comment Re:Maybe I'm missing something (Score 3, Informative) 150

Now do Go.

30 years ago Go was considered almost an almost impossible problem for an AI program to compete at even a high amateur level.
20 years ago Go programs started being able to beat strong amateurs / weak professionals
10 years ago AlphaGo decisively beat the best Go players

We're in a situation where improvements in the performance of AI system are linked to both more advanced techniques and massive increases in compute power. I don't see either one stopping any time soon.

Progress can be scary.

Comment Re:Bad ideas all around (Score 1) 150

People are avoiding CS like the plague because they don't see a future. Those who don't avoid it are getting fucked over by the AI rug pull and can't get jobs.

Is that all AI's fault? I also don't know how bad the job market for beginning coders is!

I graduated from undergrad a bit more than 20 years ago with a computer science degree. At the time there were less than 100 majors per year. This was roughly 4-6% of the student body. Comp sci was well behind economics, public policy, biology, political science, and maybe some others in terms of popularity.

Starting in the 2010s, the number of computer science majors started to grow very rapidly. In 2024 there were almost 500 majors! Almost 1/3 of the entire student body was a computer science major.

This is a national university that historically was not especially a "tech" school. I thought the quality of computer science students in the early 2000s was not especially high. I was the only person in my introductory 80+ people required class who had any experience in asm. I was able to take a couple of grad level classes, and my experience there was that most of the students were H1Bs (or related) who were simply there for more credentializiation. Many undergrad students talked about they just wanted to get their degree and then move straight into management. Yuck. (This is all one of the reasons my primary career today is not as a developer!)

In any case, it seems absolutely insane to me that my school is spitting out that many majors. I'll be curious to see the 2025 and 2026 numbers...

Slashdot Top Deals

"Our reruns are better than theirs." -- Nick at Nite

Working...