Readit News logoReadit News
stanleydrew commented on How much do electric car batteries degrade?   sustainabilitybynumbers.c... · Posted by u/xnx
kulahan · 4 months ago
Wow, I did not expect anyone to be offering a SIX HUNDRED THOUSAND mile warranty on their batteries. That's some serious confidence. I didn't see anything about it transferring, though. That would be smart on their end - the resale value for electric sports cars at least, is about 50% in the first year, then it levels off hard after that. This would encourage buying new, but not aftermarket. I'll have to look into this.

Still, while this removes a primary concern of mine, there's still one major hurdle that cannot be bypassed as far as I can tell (yet): If you have shared parking, there's essentially no way to charge your car. Maybe if it's an outdoor parking lot you can rely on solar power somewhat, assuming you're in a good situation for that?

Still, my point is that my parking space isn't actually mine, so I can't modify anything in the garage. Assuming superconductors aren't figured out any time soon, this appears to be an impossible solve, which cuts their consumer market significantly.

Also, not exactly the same thing, but they could remove those warranties and instead get some nice replaceable battery cells in there. Let me turn a thing to unlock it, pull out that one cell, and replace it. But maybe I'm a little more wrench-y than their customers want to be?

stanleydrew · 4 months ago
> Still, my point is that my parking space isn't actually mine, so I can't modify anything in the garage.

Presumably over time shared parking areas will get upgraded with charging infrastructure to keep attracting tenants.

stanleydrew commented on MCP doesn't need tools, it needs code   lucumr.pocoo.org/2025/8/1... · Posted by u/the_mitsuhiko
juanviera23 · 4 months ago
I agree MCP has these flaws, idk why we need MCP servers when LLMs can just connect to the existing API endpoint

Started on working on an alternative protocol, which lets agents call native endpoints directly (HTTP/CLI/WebSocket) via “manuals” and “providers,” instead of spinning up a bespoke wrapper server: https://github.com/universal-tool-calling-protocol/python-ut...

even connects to MCP servers

if you take a look, would love your thoughts

stanleydrew · 4 months ago
> idk why we need MCP servers when LLMs can just connect to the existing API endpoint

Because the LLM can't "just connect" to an existing API endpoint. It can produce input parameters for an API call, but you still need to implement the calling code. Implementing calling code for every API you want to offer the LLM is at minimum very annoying and often error-prone.

MCP provides a consistent calling implementation that only needs to be written once.

stanleydrew commented on MCP doesn't need tools, it needs code   lucumr.pocoo.org/2025/8/1... · Posted by u/the_mitsuhiko
AznHisoka · 4 months ago
How is this different than just giving the LLM an OpenAI spec in the prompt? Does it somehow get around the huge amount of input tokens that would require?
stanleydrew · 4 months ago
Technically it's not really much different from just giving the LLM an OpenAPI spec.

The actual thing that's different is that an OpenAPI spec is meant to be an exhaustive list of every endpoint and every parameter you could ever use. Whereas an MCP server, as a proxy to an API, tends to offer a curated set of tools and might even compose multiple API calls into a single tool.

stanleydrew commented on I'm switching to Python and actually liking it   cesarsotovalero.net/blog/... · Posted by u/cesarsotovalero
wpm · 5 months ago
I have a silly theory that I only half joke about that docker/containers wouldn't've ever taken off as fast as it did if it didn't solve the horrible python dependency hell so well. You know something is bad when fancy chrooting is the only ergonomic way of shipping something that works.

My first taste of Python was as a sysadmin, back in 2012 or so, installing a service written in Python on a server. The dependency hell, the stupid venv commands, all this absolute pain just to get a goddamn webserver running, good lord. It turned me off of Python for over a decade. Almost any time I saw it I just turned and walked away, not interested, no thanks. The times I didn't, I walked right back into that pile of bullshit and remembered why I normally avoided it. The way `brew` handles it on macOS is also immensely frustrating, breaking basic pip install commands, installing libraries as commands but in ways that make them not available to other python scripts, what a goddamn disaster.

And no, I really have no clue what I'm talking about, because as someone starting out this has been so utterly stupid and bewildering that I just move on to more productive, pleasant work with a mental note of "maybe when Python gets their shit together I'll revisit it".

However, uv has, at least for my beginner and cynical eyes, swept away most of the bullshit for me. At least superficially, in the little toy projects I am starting to do in Python (precisely because its such a nicer experience), it sweeps away most of the horrid bullshit. `uv init`, `uv add`, `uv run`. And it just works*.

stanleydrew · 5 months ago
> I have a silly theory that I only half joke about that docker/containers wouldn't've ever taken off as fast as it did if it didn't solve the horrible python dependency hell so well.

I don't think this is a silly theory at all. The only possibly silly part is that containers specifically helped solve this problem just for python. Lots of other software systems built with other languages have "dependency hell."

stanleydrew commented on I'm switching to Python and actually liking it   cesarsotovalero.net/blog/... · Posted by u/cesarsotovalero
jlarocco · 5 months ago
When did Python go out of fashion? This is the second article I've seen talking about it as if it's some kind abomination.

I get that it's not the shiny new thing, but I don't understand people hating on it. Is this just junior devs who never learned it, or is there some new language out that I missed? (And please don't tell me Javascript....)

stanleydrew · 5 months ago
> Is this just junior devs who never learned it

Seems more like it's fallen out of favor with senior devs who have moved to Go/Rust.

stanleydrew commented on Model Context Protocol   anthropic.com/news/model-... · Posted by u/benocodes
jvalencia · a year ago
I don't trust an open source solution by a major player unless it's published with other major players. Otherwise, the perverse incentives are too great.
stanleydrew · a year ago
What risk do you foresee arising out of perverse incentives in this case?

u/stanleydrew

KarmaCake day8502April 22, 2009
About
blog: https://benton.io gmail: andrewmbenton

Co-founder and CEO at Riza, a company working on untrusted code isolation with WASM: https://riza.io / hello@riza.io

Previously COO at ngrok: https://ngrok.com.

I was the Founder and CEO of an MVNO/VoIP hybrid company called Charge (formerly known as Bolt): https://charge.co.

I worked at Twilio: https://www.twilio.com.

I wrote the original ruby library that wraps Twilio's HTTP API: https://github.com/twilio/twilio-ruby

Other projects include receive-only telephone numbers at https://oneway.tel and free HPKP report bin hosting at https://hpkp.org (now defunct).

[ my public key: https://keybase.io/andrewmbenton; my proof: https://keybase.io/andrewmbenton/sigs/m4O8mq4uxoPSm2XlB1RUT1XkH5v8KX7UR448y8T74mo ]

View Original