Forgot your password?
typodupeerror

Comment Re:Probably [lost marbles] by an AI agent (Score 1) 62

That was almost exactly my reaction to the story, but I think you should have gone for funny with it. I'm also not sure you should have called it an "agent", however. So I have supporting anecdotes to share from my AI-supported "programming" experiences...

My early experiments were mostly with ChatGPT and DeepSeek. My website was getting sick and the PERL/CGI was no longer allowed to run, so one of the many upgrade paths I explored involved moving functions, mostly statistical stuff, from PERL to JavaScript. This is when I started encountering the lost marbles problems. The first few iterations would work surprisingly well, but then it would start losing its marbles and various features would disappear, seemingly at random. Not sure I could figure out when this was going on since time seems so distorted these years, but I feel like it was around two years back.

More recently the server died completely. (Tripod's parent company Lycos was supposedly quite valuable a long time ago, though not nearly as valuable as the AI companies are supposed to be these days--but that's a fresh bubble waiting to burst.) So I wound up using the quasi-website aspect of GitHub to host my quasi-website. (Not quite trivial to modify the old JavaScript utilities for the new URLs.) I also decided to take another swing at the bigger problems, this time using Claude. Color my surprised or even amazed? Much more productive this time around. My "work" pattern this time involves short sessions, basically discussing features and data structures, followed by a minute or two of file generation by Claude, a couple of minutes of file installation, and then some testing. Pretty quickly matched and went beyond the existing PERL code, including apparently fixing a regex problem that had eluded me for a long time.

At that point I started worrying about Claude losing its marbles. The AI is quite willing to discuss the problem in terms of tokens, but it refused to give any hard limits and apparently has no way to assess if a "session" is close to reaching any of them. However it definitely described behaviors that sounded like losing marbles and was unable to suggest any good ways to detect such problems. And I think that is probably what happened in this story. Someone was updating code using an AI and at some point it passed its limits and started losing features. Who knows what else has gone missing?

Claude does have some meta-features for managing tokens, including compression, but it was not too helpful about assessing the risks. Instead it suggested starting a fresh session and prepared an interesting "transition" document that is supposed to describe the current state of the new system... But the threats of lost marbles remain and the threats sound quite similar to what seems to have happened in Outlook in this story... I feel like Claude's threats are only implicit because it won't clarify what they are or how to detect them...

(Just about finished with Microsoft Secrets about their software development processes a long time ago. Testing problems were prevalent and never really solved...)

Submission + - Europe: The World's Fastest-warming Continent (barrons.com)

fjo3 writes: The latest heatwave sweeping across Europe is a stark reminder that it is the world's fastest-warming continent, stretching into an Arctic that is heating at an even greater pace.

Britain, France, Italy and Spain have issued red alerts and health warnings for much of their territory this week as the region endures its second heat episode since May.

Comment Re: It's the water: Re:Is vice signaling (Score 1) 106

So the cooling loop is a hermetically sealed ethylene glycol filled system. NOBODY but nobody cares about that; that is what people call a red herring at best and a diversion at worst. Every large building uses this type of system in some capacity.
What provides the cooling to the main loop? Is it provided by refrigeration, via water chillers? Then it uses gobs of power, which is a concern to other customers of the power supply. Is it provided by evaporative cooling towers? Then it uses gobs of water and a somewhat less power--which is a major concern in many of the areas they plan on installing these data centers. Is it a dry cooler--just a heat exchanger? The process temperature will be too high and it probably cannot operate in the desert where they plan on installing many of these colossal data centers.

So what is it? Or are they cooled by unicorn flatulence and billionaire's hearts?

Comment Re:24/7 round the clock surveillance is abuse (Score 1) 94

That would have been an interesting angle, but I don't see 24/7 as the crux of the problem. The police-state/authoritarian personality is not crucially dependent on surveillance. If that were the case, then East Germany should still be going strong.

I can actually recall a stop-and-frisk scenario that convinced me the cops can find SOMETHING to make an issue of if they search carefully enough. Asking for a friend who feels lucky the police settled for a hundred bucks?

My own feelings are mixed. I'm a big believer in the truth and I don't have sufficiently negative words to capture my true feelings about liars. However I also think there are cases of "You can't handle the truth" and some of these cases might even involve police officers.

Comment ACs can't smell (Score 1) 149

That's why they stink?

Oh, wait. I meant "spell", but they and their "you can't blame me if you don't know who I am" ideas do stink, too.

I should include some flavor of the old joke about mud wrestling with pigs, but that would take effort and the propagation only spanned about 1/6 of the discussion (by ye olde scrollbar metric), so such effort isn't justified.

But a joke related to the story? Can AIs solve the AC slop crisis? Or a joke about prison for ACs, coming real soon if'n AC actually lives in the wrong place.

Just joking. It's already arrived in a couple of places. I just don't want to name them because I might get put on a (yet another?) list.

Submission + - Helion says the 1st fusion power plant is coming soon. A cofounder isn't so sure (scientificamerican.com)

tedlistens writes: The startup backed by Sam Altman recently raised $465 million, tripling it's valuation as it races to build what it says will be the world's first fusion power plant, supplying Microsoft with carbon-free electricity in 2028.

But one of its founders—the plasma scientist whose research inspired its reactor design—has serious doubts.

Submission + - Bypass the polirical parties, add a new feedback to Congress (taxnvote.org)

SysEngineer writes: How would you change the US Federal budget? TaxNVote.org allows you to adjust 9 or 1000 categories of the next federal budget. The default form shows nine top-level categories (Defense, VA, Education, Health, Infrastructure, Science, Environment, DHS, Other); expand any line and you can allocate down to individual federal accounts — NASA, the National Park Service, specific research agencies, anything Congress votes on. Takes about five minutes at the top level, longer if you want the detail.

Tax N Vote (TNV) is a proposal to add a new feedback channel to the federal budget process. At tax filing each year, every taxpayer optionally submits a Tax Dollar — one person, one allocation. The IRS anonymizes submissions; the Census Bureau processes and stores them (where you can verify your own); the CBO aggregates one-person-one-vote between April 16 and May 1 and publishes "The People's Budget." A third reference point alongside the two party platforms — measurable, granular, and updated annually. Congress is not bound by it; what changes is that deviations from constituent preferences become documented, attributable, and electorally citable. The argument is system-dynamics, not partisan: changing the color of the players doesn't change the system. A simulation of the mechanism shows convergence toward whatever the People's Budget turns out to be, in both ideological directions tested. There will be a talk on the model at ISDC 2026 in Delft.

The Government-side processing of Tax Dollar documents is written in Rust — memory safety and predictable performance for government data handling. The browser-side allocation engine is a Rust WASM module inside a Vue frontend, so the math you see in the app is the same math the aggregator uses. Processing is divided across agencies that already exist; marginal cost to the government is less than renaming the Department of War.

Open source end to end. The Tax Dollar format is open, the reference implementation is at github.com/greenpdx/TaxNVote26, and anyone can build their own client, audit the aggregator, or publish pre-filled template budgets that citizens adopt with one click. Go build a budget: TaxNVote.org.

Comment Re:Industrial scale [percolation?] (Score 1) 74

A coffee snob? Just the human to ask in lieu of an AI (which will just tell me whatever it thinks I want to here).

I've been wondering whatever happened to percolated coffee. I'm guessing it tastes bad, but I didn't start drinking coffee until decades after I last saw a percolator.

Comment Re:Oops! [What could possibly go wrong?] (Score 1) 59

Okay, I think you deserve the Funny mod but I also think it was a weak FP.

Yeah, my Subject is worse, but... The thing that is going wrong is that we are all part of a mad experiment. Some of the people doing the experiment do have good intentions, but the Waymo robotaxi that tries to follow that road... Well, you know where that road goes.

But it's a much bigger problem that the humans controlling the various flavors of the experiment have only one intention: MORE MONEY. They already have more money than any human needs or can possibly use, but they need more money ASAP. I personally rate Thiel and Musk as the top poster children for that madness.

And what is the main experiment? Daily exposure to alien intelligence that too often seems smarter than we are. Not difficult to seem smarter than me in the robotaxi case since I was never a great driver. I'm even remembering a tractor accident in a construction area... Which reminded me of a truck accident involving construction stuff...

Comment Re:Real problems need better solutions (Score 1) 294

Along the lines of the response I might have written if the reply you are replying to was more substantive and cohesive. The inline response format basically lacks sincerity and is mostly used these years to break things out of context in search of cutting responses to "win" the "argument". I only noted one area of possible agreement that might have justified an attempt to respond. I think he [young? MIPSPro with an 8-digit ID] was saying "We can't get there from here", and we would probably agree that "there" is some sort of better place and "here" is the status quo, but the underlying philosophies remain completely incompatible... Dare I say incommensurable? In particular I didn't detect much comprehension of my ideas or any requests for clarification. Rather it sounded like he thought it was a chance to grind his axe and you identified the Libertarian axe.

Comment Re:3D printing whole rockets was such a dumb idea. (Score 1) 47

Oh god. If I spent enough time digging through my ancient Slashdot posts, somewhere back there there are posts of me going, "While I loved the strategy behind Falcon 9, I'm really not keen on this plan to make Starship out of huge carbon fibre tanks, that sounds like a really failure-prone solution..." I'm glad they only spent like a year on that idea before deciding it was dumb; somewhere back there there's also a bunch of posts of me cheering their switch to steel ;) . SpaceX still keep having random COPV problems (most of which they don't even make themselves). Not too encouraging for the notion of the cold gas thruster add-on to the Roadster, where the plan is to replace the back seat with COPVs, so you have a COPV right behind your head.

Electron has been getting by on CF, and honestly I'm impressed, but they've also been only working with very small launch vehicles thusfar. We'll see how neutron goes...

Comment Real problems need better solutions (Score 1) 294

Didn't strike me as a productive FP branch. 'Nuff said.

Back to the story. Seems like a really stupid idea. The destruction of the middle class is a long-term problem. Not going to fix it with a one-time bandage. So let's pretend Slashdot is still a place where solutions can get serious consideration, though my memories of such days are so old as to be dubious. (How many editors where there back then? Down to the last one now...)

The current tax systems seem to favor greedy monopolists. How about pro-freedom taxation in competition with pro-greedom anti-freedom taxation?

One of my (too many) fantasies would be a progressive tax on profits linked to market share and niche dominance. Determining problematic monopolies could use various metrics, but here are three examples: (1) Lack of customer choice, (2) Inability of new competitors to enter the market, and (3) Lack of freedom of employees to move to a competing company. There should be a delay before the higher rates kick in, thus rewarding innovation, but the natural path to higher retained earnings after that time should involve splitting your great company into two or more competing companies. Don't think of it as a tax on success, but rather as a mechanism to make sure the good ideas get propagated into more companies.

A few minor thoughts: One is that mergers that reduce freedom should get no delay time, but should immediately trigger tax rate escalations. Another involves the case of natural monopolies (often related to network effects), where one solution approach would be to use some of the tax revenue to regulate the natural monopoly while funding research into ways to break the natural monopoly.

Your better ideas are quite welcome. Also questions triggered by my poor writing. Unfortunately I anticipate less welcome responses, if any.

Slashdot Top Deals

(null cookie; hope that's ok)

Working...