Forgot your password?
typodupeerror

Comment Re:Well Duh! (Score 1) 70

My biggest beef with the whole self-driving thing is that we should NOT have started with cars.

Why not a self-driving cart that takes you around the store? Or a self-driving golf buggy? Or a self-driving airport passenger carrier to get you to your gate? Or even those little "trains" that some shopping centres have for the kids which are just wheeled vehicles?

THAT'S where we should have begun. A limited controlled environment, low-speeds, little impact, useful, even a pay-for service (do you want to walk to your gate, or get on a little cart that'll drive you there for $1?), and iron out all the myriad problems with driving in close proximity to pedestrians, etc. in a safe and controlled environment.

The fact that those things AREN'T mature technologies tells me that self-driving car people have NO INTEREST in our safety. None whatsoever. If they did, they would have started small and built up.

Hell, even a self-driving bus makes far more sense, even if it goes slower. They often already have their own dedicated lanes!

What they did is exactly what you describe in your last sentence. Think about the quickest way to profitability and screw the testing, research, consequences, even the laws in some cases.

Comment Re:Honesty (Score 1) 99

> I think this is the result of their trainers trying to reduce hallucination.

Most probably. I don't like LLMs burning my precious tokens blathering on about being honest, but I will accept the tradeoff. Grudgingly haha.

> My iron rule is that Claude is not allowed to modify git state, not even to stage or unstage, and definitely not to commit. As long as that rule is followed, any mistakes can be cleaned up easily.

I have a repo in a sandbox with no remote. Claude is quite good at pushing commits to this repo during its own milestones during development, and it will use it to hunt down bugs when tests fail after a commit, stepping back to a commit before this session's work to see if this is a new bug , or a new way to expose an existing bug. If it sees that it is a new way to exercise an existing bug, it will binary search its way through the commits until it narrows down what changed, and then looks at how to fix it.

Comment Re:Honesty (Score 1) 99

I disagree with all your assertions.

> AI has access to your command line to autonomously execute commands. No no no.

Ok, I must admit that I did cast that line off the back of the good ship ColaMan without any further information in order to see if anyone would bite.

You think that particular command line has anything of worth in it? The only thing in there that I can't recreate with one command is the local Git repository that the LLM commits its changes to. And that's only because I manually copy it out of the LLM's sandbox on occasion. I should probably automate that one day.

> you enabled an LLM to do destructive things and then complain when there is destruction.

There has been no destruction in it's little sandbox that I care about. It created a faulty command that got escaped by the shell, and oh shit, nothing of importance happened, because even if that command had been 'rm -rf /' I just would have had to return to the last backed up git that I had. That takes about 5 minutes I suppose. The amount of effort that LLM has saved me over the last two months is probably about a year's worth of full time coding, so I'm going to look past any accidental nuclear holocausts where it turns all the sand in its sandbox to glass.

Look. LLMs are just tools. Some tools are great, some tools are shit. This particular class of tool is great at all that boilerplate stuff that can get you 50 - 80 percent of the way to completing a task that you need to do today, if you already have enough skill to know how to do the task. It's been quite useful going through all my old projects in 'code review' mode, because it can often see security/usability/structural issues or improvements that I frankly could not be arsed to deal with when I wrote them. It is in no way ready to replace a human for any sustained length of time, and anyone with a shred of intellect can see that.

Personally, I don't think the AI bubble is going to last much longer. So I'm quite happily burning up Anthropic's compute time finishing off/cleaning up heaps of small home and work projects before a single question costs $8.25 for the LLM to answer.

Comment Re:Why only boys? (Score 1) 54

No, it's more likely that girls and women learned to mask symptoms early for survival reasons.

If you look at hunter-gatherer societies, ADHD is paramount to survival because it avoids over-harvesting. Too little ADHD produces cultures prone to driving plants and/or animals extinct. ADHD is a critical stop-gap that prevents this. Studies show ADHD gatherers will not only collect more, they will do so in ways that cause far less damage, resulting in a far better second harvest and far better sustainability.

Into more modern times, ADHD was a valuable survival trait. Too little and you became vulnerable to diseases, pests, crop blight, etc. If you wanted a stable population, right the way through to the industrial era, you needed a high level of ADHD in the population.

It is only when neurotypical bosses decided that they had to micromanage everything and decided who lived and who died on the streets that you see ADHD symptoms suddenly and massively suppressed. But masking changes nothing. The levels will still be the same, they're just hidden.

Comment Re:Why only boys? (Score 1) 54

It isn't. The under-diagnosis of girls is astronomical.

You are assuming ADHD is a new thing. No, it isn't. It is a survival thing. ADHD was critical in a very large percentage of the population for the bulk of the last 350,000 years. Without it, humanity would have gone extinct. It's merely not appropriate in a world in which neurotypicals make neurodiverse solutions a "bad thing".

Comment Re:No shit, Sherlock! (Score 2) 54

I never got myself into the whole "masculinity" obsession, even back in the 70s and 80s. The result of this was a discovery that computers launched me head-first through far fewer windows and pelted me with far fewer rocks. So, yeah, I was definitely seen as disposable though my childhood and teen years by pretty much everyone. (It's one reason anyone looking back at those as "golden years" is unlikely to win me over.)

Escapism is pretty much all I had at the time, and these days remains pretty much all I have - reality has grown far worse over the years and knowledge by the neurotypicals has not come with empathy but ammunition. There is guilt and shame in playing with creative writing or inventing, and the demons have got really bad on occasion, but you're right, it's not doing anyone any harm.

Comment Honesty (Score 5, Insightful) 99

I'm seeing more and more references to "Honest" in AI output, or AI-related comments.

The AI didn't make an "Honest" mistake. It does not have the capacity for honesty. The output from a LLM is phrased in such a manner to provoke empathy, in a similar way to how Microsoft re-jigged all their user interaction dialogs to include "We" to soften the blow of their crappy software failing the user for the 5th time today. (Side note: "Something went wrong" is the most infuriating error message ever.)

When I ask a LLM for a code review it often blurts out "Honest note:" about some shortcomings. I don't care about "honesty". I care about safe, working, robust, code. The fact that LLMs are tripping over themselves trying to be "Honest" about mistakes in their "path of most statistics" output is a concern if you care about trying to make them operate outside their sandbox in the real world.

Yesterday Claude quoted a word in backticks during an automatic git commit and my shell escaped it tried to execute it. Luckily the word was just an English word with nothing matching in my path. But this is basic, basic, basic stuff. It's been committing things to git ever since it was built, and yet, it keeps tripping over itself. In my code one of the tests keeps failing due to seed data timestamps not lining up with the datetime the test was run. I can see that. Every time Claude runs the tests, it burns up tokens going, "Oh this particular test failed I'll just dig into things and see what's going on, **$$**$$**$$** oh it's just a timestamp issue". Never once does it commit that to its memory file, so eventually I told it to remove the test, and it just added a comment to it saying "Ignore this test due to timestamp misalignment", which it could have done the very first time, if it actually had a brain.

LLMs are a very handy tool if used right. I can get huge chunks of boilerplate code out of them with just a few sentences and that's great when I'm hashing out a concept. But to promise the world (and your investors) that LLMs are ready to replace people out in the real world, where "Honest Mistakes" have Real World Repercussions, that's outright fraud at this stage.

Comment Re:Archiving data (Score 1) 87

> It will randomize over a surprisingly short time if it doesn't have power for data maintenance.

If you plug in a USB stick, you just power up the controller and the flash memory chip. You have to read everything and write everything to charge the cells back up again, there is no background refresh going on like in DRAM.

Comment Electricity (Score 4, Informative) 217

I don't live in the US but I recently moved to a rural area and in doing so I have started to plan out a utility-independent future.

Why? Well, various reasons, including water and sewage companies taking the piss (or actually... not... just dumping the piss in every river in the country and crying that they can't process it because they gave all my money to their shareholders, but... anyway) but also because electricity is literally a con too.

And nowadays? I *can* viably make my own electricity. So... why wouldn't I? Why would I pay a company to do a bad job when I can do it myself?

I did a number of things when I moved to that area, including demanding smart meters on everything, and I monitored my electricity down to 30 minute intervals for 2 years. And you know what it showed? That 1% of the time, I have no power. That's in dribs and drabs, a power cut here or there, a scheduled one lasting a day or there, and so on. But 1% of the time they can't even get electricity to me and... there's nothing I can do about that.

So, if I want a computer to stay on... I already need to spend money and do it myself because they simply can't do it. 1% may not sound a lot, but that's 3.65 days a year if you think about it. Spread out randomly - an hour here, an hour there. Literally my computer "uptime" was "two nines" and that was driven entirely by grid power supply.

That's ATROCIOUS in my opinion, in the 21st century. And I wasn't prepared to tolerate it. I was already buying the house with the intention of becoming utility-independent but that really drove home why I need to. So I started to build my own solar, for several reasons.

1) To ride out the outages
2) To reduce my bills so they got as little money from me as possible
3) To not be reliant on the grid
4) To ultimately remove the need for grid entirely

And it's really not been hard. I started with cheap junk just to see if it would even work in my climate, with that house orientation, etc. It did. I started with a small 12v panel and an old car battery. And it was actually worth doing when I ran the numbers. It would take a few years to pay off the cost of the panel, but it would do so.

And then every month for 2 years, I would get more panels, more and better batteries, more efficient and powerful equipment in between. And it got to the point where it is technically capable of running my whole house for much of the year. And that's before I ever got onto SERIOUS panels and professional installs. That's just me, a bunch of cheap 12V panels, some 12V LiFePO4 batteries and a serious enough charger/inverter, then later going onto 24V by re-arranging them.

And I'm looking at that and thinking: Why the fuck hasn't government / the utilities done this for me? Why am *I* having to do it? Because it really is that simple and they have access to far more land, far better kit. But, no, I'm still paying inflated grid prices from when Ukraine was first invaded because of the price of GAS. What the fuck are we doing?

So now, more than ever, I plan to be utility-independent by retirement, which is 20 years away, and whereas before I was wondering if that was even viable in that timeframe, I'm now expecting that to be 100% done way ahead of schedule, just by a factor of "whenever I can be bothered". It was that easy, and doing the maths was that easy.

I might retain a grid connection, or not. It depends on what happens and what kind of low-usage tarrifs I can get in the future but I'm looking at the whole thing thinking "Fuck you, I'll do it myself" because even as an amateur... it's perfectly viable to do so. I don't care if it even costs me more (it won't). I don't care about having a grid connection or not. It's just that I will be able to be *independent* of it. When they play games, raise prices, or have power cuts, I won't be reliant on it at all. I'll use it when it's to my benefit, and not other times.

But all I ever think about the whole thing is: How have I, an amateur, cobbling cheap Chinese shit together, come up with a more reliable and cheaper power supply, that's utterly independent of fuel prices, than an entire national electricity grid could do?

The answer, of course, is corruption and profiteering. That's the only part that I've eliminated. And that's the part that, when it's gone, makes it all viable and even cheaper.

And that's the thing that's going to see me having zero electricity bills when I retire. Just by removing the profit and corruption.

Slashdot Top Deals

I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes. -- Dennie van Tassel

Working...