Forgot your password?
typodupeerror

Comment These agencies have only gotten worse (Score 5, Insightful) 75

20 years ago I thought these agencies were incompetent. Now I know that it was actually their peak. The FCC of prior administrations would document their goals, send out a notice for public comment, write a proposed rule set, hold a hearing, the make a rule. Now they make a rule, and everyone goes "That doesn't even make sense" then they switch it. It's not just the FCC: It's the DOJ, DHS, EPA, etc.

Comment Re:Freecell (Score 1) 45

Wish I kept the prompt, but I didn't give it much at all. I have also done solitaire as well. I gave it no hints on what the rules where or what the game looked like. It was something as simple as this.

"I want freecell for Mac. Make it as close to the windows version as you can. Write it in swift and make it a native MacOS application with an icon and everything that goes along with that. If you need to download any libraries or compilers ask me to approve them."

I already had xcode installed and I THINK it used that to compile it, but I'm not positive. I didn't need to download anything to get it done, took it about 10 minutes.

Comment Freecell (Score 4, Funny) 45

I got tired of my mac not having freecell. So I told claude to create it as a python app with a gui. And it did. But the graphics were a little kludgy. So I told it to try again as a swift app. Boom, I have freecell for mac now. I've never coded anything for mac, I haven't even looked at the (vulnerable) code it's created.

Comment Azure & dual-stack is the problem (Score 1) 73

I have a need for thousands of VMs for a load test in Azure. But Azure requires dual-stack for IPv6 to work -- which completely defeats the purpose! The DevOps team tells me we are out of IPv4 addresses. If everything IPv6 also requires an IPv4 address, then IPv6 is useless. I am told that AWS VMs do not have this problem.

Comment Re: It's easy to understand how this is happening (Score 1) 51

This is a valid retort. But let us not think that lawyers are struggling: once they get to be a "partner" in a firm they are likely making $1 million/year. And the entire context of the discussion is that they aren't relying on staff like they used to. Back in 1980, a lawyer had staff members who ran down to the court house to get documents, bring them back, photocopy them, staple them, file them, make phone calls. Now all of that is 100% automated, plus now they have AI.

I'm not sure the legal overhead is quite what it used to be.

Comment It's never the tools responsbility (Score 1) 66

Disclaimers like this apply to Excel, TurboTax, GCC, ChatGPT, and more: The user is ultimately responsible for the application. The manufacturers always disclaim responsibility.

You can get companies to stand behind products and accept liability or sign a Business Associate Agreement - but you are going to have to put it in a contract and pay extra for it. This is why the product you buy at Home Depot and the one the government/military/NASA buys has a very big price difference even if it is the exact same part.

Comment Re:It is rather amazing (Score 2) 66

Every industry does this.

From Housing inspectors and plumbers, to software products - it is super common. I just had plumber put this into their contract for replacing a cast-iron drain with PVC. Then I had the tub reglazed and they did the same thing. There are often two prices, based on if you want a guarantee behind it or not. I paid a structural engineer to inspect the foundation of my prior to purchase. While he said the cracks were normal setting, the price was $200 for the inspection + verbal assessment, or $600 to put it in writing and stand behind it. In the last two weeks I've gotten this same thing from a tax preparer and a property attorney. Free advice from the tax preparer, but if we want him to file it and sign it there was a price. The attorney told me what to say in court, but quoted me a price to put it on his letterhead or to show up and say it.

Comment Re:It's easy to understand how this is happening (Score 5, Insightful) 51

which can turn hours of work into minutes, saving them a lot of time and work

1. Raw work: 8 hours
2. Work with unchecked AI: 8 minutes
3. Work with check AI: 16 minutes

I don't get why people choose option 2 over option 3.

Lawyers are some of the most overworked people on the planet.

They stocker making $15/hour needs to work extra hours to survive. Why does the lawyer making $500/hour overwork?

Comment Re: factoid (Score 1) 135

Because "cheaper" isn't the only metric one uses to decide which type of power plant to build.

The #1 problem in all these discussions is that most people pick one single attribute, then say "Power plant type X is the best because it is the SELECT_ONE_OF( greenest | quickest to build | best ramp rate | cheapest to run | supplies the most power | safest)"

Comment Signatures solve nothing (Score 1) 83

No quality problem is ever solved by adding more signature lines to the paperwork. Code needs to be reviewed and tested no matter what the source. I just migrated some old software to a newer library, and used an automated tool to make some syntax changes to the code. Had it been an AI tool instead nothing would have gone differently: reviewed, tested, committed.

Comment Re:MS wants to be android, not iPhone (Score 1) 46

Microsoft has tried this open approach many times, but they seem to always fail: Windows Phone, Zune / PlaysForSure, Media Center, Windows Tablet, Microsoft Surface, Windows Mixed Reality. Over the last 20 years people seem to prefer the walled garden over the open platform.

Who wants to speculate why?

Comment Apple's AI mistake (Score 2) 21

Apple's mistake was building *privacy* into their AI model. Nobody else did that, and it crippled Apple's solution. Apple pushed 5GB of AI model data to everyone's phone, and everyone complained about the space usage. Next up their AI is slow because it is using resources on the phone instead of big data centers. Apple did what everyone asked for, but users were ultimately unwilling to accept the compromise.

Personally, I liked the Apple solution better. On Android, if I lose internet for 2 seconds, and say to my phone "Call Bob Smith" it sits there for several minutes then times out with "try again later". BUT IT GETS WORSE: The local hardware transcribed the text perfectly. So there was no need for a server to be involved at all!

Apple's old approach was the right one, so it is really sad that they botched it.

Slashdot Top Deals

Computer programmers do it byte by byte.

Working...