Forgot your password?
typodupeerror

Comment Re:This isn't the EU. He's going to win. (Score 2) 304

How are they going to prove the phone was not clean to begin with? What if he wiped it up on the plane before even border crossing? Is this still 'destroying the evidence' ? Yea - this is very sketchy. Advice for regular criminals - you just come through with a clean phone. For the rest of us mortal, expect you browser history to be exposed.

Comment Re:pay for the environment (Score 1) 209

Sustained! My ca2008 SunPower (RIP) still works at full capability (or at least not noticeable degradation). The inverters though, are dying (only last 8-10 years due to design issue in voltage sensing circuits, not even power parts, sic!). There are non-replaceable as the SP used non-standard grounding polarity.

Comment Re:The Pioneer and Voyager probes (Score 1) 38

Out of curiosity I have checked what CPU ISs were available in '77, there was 6502, 8080, Z80 (10x speed of viking's CPUs) albeit all done in NMOS, and NMOS is susceptible to radiation. Hence, the Viking's CPU were build on low-density CMOS discrete logic instead. Also better for power consumption. But I agree that 21th century equipment is designed with few years life span. Use and refuse, but not reuse.

Comment Re:is the old spec obsolete/replaced then? (Score 2) 49

Ah!

> Dropping the protocol-level session doesn’t force your application to be stateless. If your server needs to carry state across calls, mint an explicit handle from a tool and have the model pass it back as an argument. We found this works better than session state hidden in the transport - the model can see the handle and thread it between tools.

Comment is the old spec obsolete/replaced then? (Score 1) 49

Most of my MCPs require context and are not stateless. A gdb mcp needs to hold on to a debugee. Multi step operations will require context like open, edit edit close.
So something need to hang on the 'other side' to these contexts. Yea the 'server' implies this, I understand but who then manages the live of the instance of the local MCP? This is notoriously left for the harness implementer and notoriously is done differently in each. Some are local to session, some are global and shared between sessions, hence mixing contexts possibly.
Maybe there is a need for local/tools MCP-like spec?

Comment Re:And they will know how? (Score 1) 121

Hmm - no my experience. Almost the opposite. Structuring the code is often hard for lazy humans. I see a lot of very well structured code from AI and this is more a telltale of AI. Good comments as well though their pedantic correctness is again purview of AI. (Mostly C++ and Python on my side).

But alas, by this flat refusal do they not shoot their feet off? There is a lot of good this tool can do. Rather, just penalize submitting AI slop as it burns reviewers energy?

Slashdot Top Deals

Do not underestimate the value of print statements for debugging.

Working...