Forgot your password?
typodupeerror

Comment Coding isn't my primary, but I do it. Good policy. (Score 1) 33

I'm not on the engineering team at my company, but I do a little bit of coding as part of my job.

My company has a good AI coding policy: "You are responsible for all code you check in. You are encouraged to use AI responsibly, but you must check it for errors. If you turn in code that is bad, you can't blame the AI."

Plus, while we are trying out a few different AI platforms, we have token limits (I don't know what they are, because in my role I never come close to hitting them - but company-wide I know our budget is lower than one engineer salary.) And different platforms are allowed for different things. Any company-proprietary information is only allowed in certain AI platforms; and nobody is *EVER* allowed to put sensitive information (API keys, passwords, even user names) into any of our AI platforms.

In my role, I often interact with customer data (customer logs, customer integrations, etc,) we have exactly one AI platform we're allowed to put "customer data" in to, because it's the only one we have 100% control over the data for. That platform does have multiple models available, though.

As for what I personally use it for when coding? Debugging. "Crap, this shell script isn't passing through this environment variable properly over SSH, figure out what I did wrong."

Or "A customer wants to integrate our API with - write me a Python script that does " and have the AI look up that other company's API info and get me a starting point. I never directly use any of the code generated this way, I use it as a starting point for my own code. An "Oh, that's how that company's API works", which I then verify on the API documentation link the AI gives me, to make sure it was actually telling the truth.

Comment To note: This is individual-specific. (Score 1) 112

This study found that *on average*, a majority of PHEV drivers in _Europe_ don't both plugging them in, making them no better than a "conventional non-plug-in" hybrid.

But as an individual PHEV owner, you can make it far better than this study says - simply by plugging in whenever possible.

I got a PHEV (the BMW i3, what BMW officially called "an electric vehicle with range extender) as my "entry into electric vehicles" - and in four years of ownership, I used maybe ten gallons of gasoline. And I'd say half of that was "burning it up just so it doesn't go stale". It prepared me to fully commit to battery-electric-only with my next vehicle.

Comment Re:Yet another delaying tactic? (Score 2) 34

Yep. They're always saying solid state batteries are 2-3 years away.

Sure, when solid state actually does happen (and I expect it will) it will be a game changer for EVs.

But Toyota just keeps postponing doing anything serious with EVs because they keep claiming this is right around the corner.

Wasn't the 2025 Prius supposed to use solid state batteries?

Comment Not buying any smart-home that aren't local-use. (Score 1) 92

Specifically cross-platform, not vendor-app or vendor-cloud dependent.

I still have some Hue bulbs, and a few WiFi bulbs that are dependent on vendor lock-in that I'll be replacing when they go out.

Any newer devices are Matter/Thread compatible. Local control, no vendor lock-in.

Comment Not a "senior coder", I use it "sometimes." (Score 1) 57

The big thing for me is that AI doesn't "write the code I put in production" - it provides guidance on techniques to use, or solves bugs I have written.

The same as StackOverflow for me. Just more personalized to my exact situation.

"I'm writing a shell script to ssh into a remote system and run some commands, I have to use some environment variables defined locally on the system I'm executing the script on, and other environment variables that are defined on the remote system I'm connecting to, and I can't remember how to escape things properly to pass through correctly." I can just feed an LLM my exact command that isn't working right, and ask it to rewrite it. It takes 2-3 further prompts ("That produced this error message, please try again") but it generally bug fixes it.

Or "I need a python script to integrate this company's API, as documented on this url with this other thing, and do this task, what would be a good sample?" I don't take it exactly as it spits it out, but use it as a basis for my own code.

I would say that in the last four years of using LLMs to assist, maybe 10% of my actual deployed code is "directly from an LLM, because it produced clearly functional code" - usually only short snippets. One short function in a Python script, for example. Maybe another 20% was "came from an LLM prompt, then heavily rewritten, because I didn't want to feed potentially proprietary data into the LLM."

Comment We *HAVE* them, they're just pointless. (Score 5, Insightful) 92

They exist now. They're either small toys, or large horrendously expensive limited-purpose things.

The problem is that they're pointless. Anything a humanoid robot can do in an automated manner, a specialized non-humanoid robot could do much cheaper.

I don't need Rosie the Robot to use my regular stand-up vacuum cleaner. I have a Roomba.

I don't need a humanoid robot to sit in the driver's seat of a car to drive me around, Waymo exists.

I don't need a humanoid robot to stand in a factory using a spray can to paint a car, automated industrial robots that can do tasks like that (or welding) have existed for decades.

Comment Re:What happens when kindergarden write a paper (Score 2) 195

My Toyota Prius, at 300,000 miles, only got ~250 miles on a tank of gas.

Did I pay to get it fixed? No. Because it was still perfectly usable. Just as a Hyundai Ioniq 6 that gets ~50% of its original range at 300,000 miles would still be perfectly usable.

And ultra-high-mile older EVs are getting better than 70% at 200k miles.

Comment Re:What happens when kindergarden write a paper (Score 1) 195

"Less maintenance but more expensive to maintain"?

o.O

In a decade of EV ownership of multiple models by multiple manufacturers, I've never had to perform a battery replacement. I've never had to perform any "regularly scheduled maintenance" other than tire rotations. I've had a couple fluid changes on a couple vehicles, both were about the price of an oil change at a high-end carmaker's dealer. I haven't had to replace the brake pads on any, including multiple that went over 100,000 miles by the time I sold them. The only tires I've replaced were winter tires that are notoriously short lifespan, or tires that had physical damage from road debris.

Yes, maintenance on expensive brands is expensive. An oil change at a BMW dealership costs more than an oil change at a Toyota dealership. Parts for a Mercedes cost more than parts for a Ford.

Parts for a Tesla cost more than parts for a Hyundai EV. "Regular maintenance visits" for a Rivian cost more than regular maintenance visits for a Chevy Bolt.

They're *LESS* expensive to maintain, not more. And as for insuring? A Hyundai Kona EV costs the same to insure as an ICE Hyundai Kona, assuming both have the same MSRP. Yes, a Tesla costs more to insure than a Honda Civic. But so does a BMW 3-series.

Comment Re:What happens when kindergarden write a paper (Score 1) 195

And you're quoting just the one *WORST* longevity model of EV. The problem is that "mainstream EVs" are still so new that there are very few that have even *POSSIBLY* hit 200, 300, 400 thousand miles to have many data points on. At this point, nearly all "modern EVs" that have left service have done so "prematurely." There are Tesla Model S with 300,000 miles on their original battery. The fact is, the only two models of EV that sold in reasonably large numbers starting over 10 years ago are the Nissan Leaf and the Tesla Model S. And both of those, at least in the earliest years, have design issues that limit lifetime more than models shipping now.

You're also not actually doing any research, you're relying on Google AI results.

Slashdot Top Deals

Using TSO is like kicking a dead whale down the beach. -- S.C. Johnson

Working...